@charset "utf-8";

/*=================================================
	updated: 2016.00．00
===================================================*/

body, input, textarea, select, button {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body{font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'Helvetica Neue', Helvetica, Arial, sans-serif;}

/* Base
	========================================================================== */
h1, h2, h3, h4, h5, h6 {		margin: 0 0 0.5em;}
h5{font-weight: bold}/*f-caption-head*/
p{margin-bottom: 0}
ul{padding:0;}
kbd {
	line-height: 2;
    padding: 5px;
    font-size: 80%;
    font-weight: bold;
    color: #fff;
    border: 1px #999 solid;
    background-color: #3a3a3a;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
    box-shadow: inset 0 -1px 0 #999;
    margin: 0 5px;
    white-space: nowrap
}
.table{background:#fff;}
.well .table{background: transparent;}


/* FITcontent
	========================================================================== */

/*---------------------------------------------------------------------- @group f- fn- Helper class*/
.f-container{			margin-top: 50px}/*旧オンカタヘッダー回避用*/
@media screen and (min-width: 992px) {
	.f-container{		margin-right: 209px}/*旧オンカタサイドメニュー回避用*/
}

.f-inner-basic,
.f-inner-sp			{padding:0 20px}
.f-bg-second		{background-color: #fafafa}
.f-text-center{text-align: center}
.f-basic-block-nl-sp{margin-bottom:24px }
.f-word-break{display: block}
.f-word-break-pc{display: inline-block;}
@media screen and (		min-width: 992px) {
	.f-inner-basic,
	.f-inner-pc{		padding:0 20px;}
	.f-inner-sp{		padding:0;}
	.f-basic-block-nl-sp{margin-bottom:0 }
	.img-office img{
		max-width: 70%;
		margin: 0 auto
	}
	.f-word-break-pc{display: block}
}
/*@end*/
/*---------------------------------------------------------------------- @group f-nav-guide*/
.f-nav-guide .navbar{
	min-height: initial;
	min-height: auto;
	margin-bottom: 0
}
.f-nav-guide{
	padding:0;
}
.f-nav-guide a.f-btn-cvn:hover,
.f-nav-guide .navbar-brand{height: auto}
.f-nav-guide .navbar-toggle{border: none}
.f-nav-guide .date-reserv,
.f-nav-guide .navbar-brand{float: right}
.f-nav-guide .navbar-toggle{
		float: none;
		margin-left: 5%
	}
.f-nav-guide .glyphicon-shopping-cart:before,
.f-nav-guide .glyphicon-search:before{
	margin-right: 3px
}
.f-nav-guide .navbar-text,
.f-nav-guide .navbar-link{
	line-height: 1.3
}

@media screen and (min-width: 768px){
	.navbar-header {
		float: right;
		margin-left: 0
	}
}
@media screen and (min-width: 992px) {
	.f-nav-guide .navbar-brand{		display: none}
	.f-nav-guide .date-reserv{text-align: left}
	.f-nav-guide .navbar>.container-fluid .navbar-brand {
		 margin-left: -5px;
	}
	.f-nav-guide .navbar-header {float: right;}
	.f-nav-guide .navbar{padding-left: 50px}
}
/*@end*/
/*---------------------------------------------------------------------- @group f-cvn-(common)*/
.f-cvn-block,
.f-cvn-block-middle{
	text-align: center;
	border-top: 1px #eee solid;
    border-bottom: 1px #eee solid;
    }
.f-cvn-block{
	padding: 48px 0;
}
.f-cvn-block-middle{
	padding: 40px 0;
}
.f-cvn-middle .f-btn-cvn{
	display: inline-block;
}
.f-nav-guide .navbar-default .navbar-brand{color:#fff;}
.go-jms a.f-btn-cvn,
a.f-btn-cvn{
	background-color: red;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #e90119), color-stop(0.00, #ff475b));
	background: -webkit-linear-gradient(top, #ff475b 0%, #e90119 88%);
	background: -moz-linear-gradient(top, #ff475b 0%, #e90119 88%);
	background: -o-linear-gradient(top, #ff475b 0%, #e90119 88%);
	background: -ms-linear-gradient(top, #ff475b 0%, #e90119 88%);
	background: linear-gradient(to bottom, #ff475b 0%, #e90119 88%);
	color: #FFF;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	font-size: 16px;
	font-weight: bold;
	font-family: "メイリオ", Meiryo, Tahoma, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 10px;
	padding: 10px;
	border-radius: 5px;
	letter-spacing: .5px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
nav.go-jms .f-btn-cvn{
	padding:10px 0 10px 10px;
}
.go-jms a.f-btn-cvn:hover,
a.f-btn-cvn:hover{
	background-color: red;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #E90019), color-stop(0.00, #fb908d));
	background: -webkit-linear-gradient(top, #fb908d 0%, #E90019 50%);
	background: -moz-linear-gradient(top, #fb908d 0%, #E90019 50%);
	background: -o-linear-gradient(top, #fb908d 0%, #E90019 50%);
	background: -ms-linear-gradient(top, #fb908d 0%, #E90019 50%);
	background: linear-gradient(to bottom, #fb908d 0%, #E90019 50%);
	color: #FFF;
}

@media screen and (min-width: 992px){
	.cvn-block .cvn-main-img{
	margin-bottom: 0
	}
	.f-cvn-block-text{
		margin-top: 5%
	}
}
.go-jms a.f-btn-cvn{ /*デフォルトBTN上書き*/
	background-size: auto;
	margin: 0;
}


/* add@20160603 / aoyama */
div.f-cvn-block div.f-cvn-block-text a.f-btn-cvn {
 display:inline-block;
 margin-top:16px;
 margin-bottom:20px;
 }

/*@end*/
/*---------------------------------------------------------------------- @group f-nav-anchor(common)*/
.f-nav-anchor .navbar{display: none}
.f-nav-anchor .navbar{
	padding-left: 0;
	margin-bottom: 0
}
.f-nav-anchor .navbar-toggle{border: 0}
.f-nav-anchor .navbar-default{	border:0}
.f-nav-anchor .f-nav-anchor {padding-left: 0}
.f-nav-anchor .col-md-3,.f-nav-anchor .col-sm-6,.f-nav-anchor  .col-xs-12{
    padding-right: 5px;
    padding-left: 5px;
}
.f-nav-anchor .navbar-btn{
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: left;
}
.f-nav-anchor .btn{
	border: none;
	position: relative;
	}
.f-nav-anchor .glyphicon{
	color: #ddd;
	position: absolute;
	right: 3px;
	top: 50%;
	margin-top: -.5em
}
.f-nav-anchor .navbar-collapse{
		padding-top:10px;
		padding-bottom: 10px
	}
.f-nav-anchor .navbar-toggle:hover,
.f-nav-anchor .navbar-toggle:visited{
	background-color: transparent;
	}
@media screen and (min-width: 992px) {
	.f-nav-anchor .navbar{
		padding-left: 0;
	}
}
@media screen and (min-width: 940px) {
	.f-nav-anchor .navbar{display: block}
	}
/*@end*/
/*---------------------------------------------------------------------- @group icon with title(common)*/
.icon-new{line-height: 60px}
.f-icon-title{
		font-size: 24px;
		line-height: 1.16667;
		font-weight: 100;
		letter-spacing: normal;
		margin-left: 0
	}
/*@end*/

/*---------------------------------------------------------------------- @group f-ind-head*/
.f-ind-first-block{	padding:40px 0}
.f-ind-head-title{
	font-size: 36px;
	line-height: 1.3;
	letter-spacing: normal;
	font-weight: 100;
	position: relative;
	margin-bottom: 0
}
.f-ind-head_lead{
	font-size: 30px;
	color: #808080;
	line-height: 1.3;
	letter-spacing: normal;
	font-weight: 100;
}
.f-ind-intro{
	font-size: 15px;
	line-height: 1.6;
	font-weight: 100;
	letter-spacing: normal;
}
.f-ind-intro-nl{	margin-bottom: 24px}
.f-ind-head-img{
		width: 100%;
		padding-bottom: 40px
	}
.bg-ind-head{
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f8f8f8), color-stop(0.00, #fff));
background: -webkit-linear-gradient(#fff, #f8f8f8);
background: -moz-linear-gradient(#fff, #f8f8f8);
background: -o-linear-gradient(#fff, #f8f8f8);
background: -ms-linear-gradient(#fff, #f8f8f8);
background: linear-gradient(#fff, #f8f8f8);
}
.macos-logo{
	position: absolute;
	width: 35px;
	top: 0;
	right: 0;
	height: auto;
}
.tab-contents .macos-logo{
	position: static;
	margin:0 1em .5em;
	}
.f-ind-first-block .f-more-block-nl{margin-bottom: 40px}
.f-ind-first-block .f-more-block{
	font-size: 16px;
	line-height: 1.5;
	padding:1em 0;
}

@media screen and (max-width: 992px) {
	.macos-logo{
	position: static;
	width: 35px;
	height: auto;
	}
	.f-ind-first-block .f-more-block{
		font-size: 14px;
		line-height: 1}
}
@media screen and (min-width: 992px) {
	.f-ind-head-container,
	.fn-head-container{
		max-width:980px;
		width: 100%;
	}
	.f-ind-first-block{		padding:60px 0 0}
	h1.f-ind-head-title{
		font-size: 50px;
		line-height: 1.3;
		font-weight: normal;
		letter-spacing: normal;
		position: relative;
		margin-bottom: 0
	}

	.f-ind-head_lead{
	font-size: 40px;
	color: #808080;
	line-height: 1.3;
	letter-spacing: normal;
	font-weight: 100;
	}
	.f-ind-head-img img{
		max-width: 850px;
	}
	figure.f-ind-head-img-nl{margin-bottom: 60px}
	.f-ind-intro{
		font-size: 18px;
		line-height: 1.5;
		font-weight: 100;
		letter-spacing: normal;
		color: #777;
	}
	.f-ind-intro-nl{	margin-bottom: 27px}
	.macos-logo{		width: 50px}
	.tab-contents .macos-logo{width: 40px}
	.tab-contents .macos-logo{
	float: none
	}
}
/*@end*/
/*---------------------------------------------------------------------- @group f-ind-second*/

.f-ind-second-wrap{		padding:70px 0;}
.f-ind-second-wrap-under{		padding:70px 0 0;}
.f-ind-second-title{
	font-size: 28px;
    line-height: 1.6;
    font-weight: 100;
	}
.f-ind-second_lead{
	display: block;
	font-size: 20px;
    line-height: 1.5;
    font-weight: 100;
    color: #808080
}
.f-ind-second_lead-nl{margin-bottom: 30px}
figure.f-single-img{
	max-width: 650px;
	overflow: hidden;
}
.f-single-img img{max-width: 130%}
@media screen and (min-width: 992px){
	.f-ind-second-wrap{		padding:100px 0;}
	.f-ind-second-wrap-under{		padding:100px 0 0;}
	.f-ind-second-container{
		max-width: 850px;
		width: 100%;
	}
	.f-ind-second-img-container{
		max-width: 750px;
		width: 100%
	}
	.f-icon-title{
		position: relative;
		font-size: 24px;
		line-height: 1.3;
		font-weight: 100;
		letter-spacing: normal;
		margin-bottom: 24px;
		overflow: visible;
	}
	.f-ind-second-title{
		font-size: 42px;
		line-height: 1.6;
		font-weight: 100;
	}
	.f-ind-second_lead{
		font-size: 32px;
		color: #808080;
		line-height: 1.5;
		font-weight: 100;
	}
	.f-ind-second_lead-nl{margin-bottom: 48px}
	.f-single-img img{max-width: 125%}
}
/*@end*/
/*---------------------------------------------------------------------- @group fn-head*/
.fn-first-block		{padding:40px 0 0}
.fn-head-title{
	font-size: 32px;
	line-height: 1.3;
	letter-spacing: normal;
	font-weight: 100;
}
.fn-head_lead{
	font-size: 26px;
	color: #808080;
	line-height: 1.2;
	letter-spacing: normal;
	font-weight: 100;
}
.fn-head_lead-nl{margin-bottom: 31.2px}

figure.fn-head-img-nl{
	margin-bottom: 50px;
	width: 100%
	}
.fn-head-intro,
.fn-intro{
	font-size: 16px;
	line-height: 1.6;
	font-weight: 100;
	letter-spacing: normal;
}
.fn-head-intro-nl,
.fn-intro-nl{	margin-bottom: 25.6px}
.fn-ui-block-nl{	margin-bottom: 50px}
.fn-second-item-title{
		font-size: 18px;
		font-weight: 100;
		line-height: 1.3em;
		padding-bottom: .5em;
		border-bottom: 1px #ccc dotted
	}
	.fn-second-item-title-nl{
		margin-bottom:23.4px
	}

@media screen and (min-width: 992px) {
	.fn-head-title{
	font-size: 42px;
	line-height: 1.3;
	letter-spacing: normal;
	font-weight: 100;
	}
	.fn-head_lead{
	font-size: 32px;
	color: #808080;
	line-height: 1.2;
	letter-spacing: normal;
	font-weight: 100;
	margin-bottom: 39px
	}
	.fn-head_lead-nl{margin-bottom: 38.4px}
	.fn-head-intro{
		font-size:18px;
		line-height: 1.5;
		font-weight: 100;
		letter-spacing: normal;
		color: #777;
	}
	.fn-head-intro-nl{margin-bottom: 27px}
	.fn-intro{
		font-size: 16px;
		line-height: 1.5;
		font-weight: 100;
		letter-spacing: normal;
	}
	.fn-intro-nl{margin-bottom: 24px}
	.fn-second-img-container{
		max-width: 750px;
		width: 100%
	}
}
/*@end*/
/*---------------------------------------------------------------------- @group fn-second*/
.fn-second-wrap{		padding:50px 0;}
.f-second-container{
	max-width: 830px;
	width: 100%
}
.fn-second-title{
	font-size: 24px;
    line-height: 1.3;
    font-weight: 100;
	}
.fn-second-title-nl{	margin-bottom: 28.8px}
.fn-second-lead{
	font-size: 22px;
    line-height: 1.2;
    font-weight: 100;
	}
.fn-second-lead-nl{	margin-bottom: 26.4}
.fn-block-nl,
.fn-block-nl-sp{margin-bottom: 20px}
@media screen and (min-width: 992px){
	.fn-second-wrap{		padding:70px 0;}
	.fn-second-title{
	font-size: 32px;
    line-height: 1.3;
    font-weight: 100;
	}
	.fn-second-title-nl{	margin-bottom: 41.6px}
	.fn-block-nl{margin-bottom: 30px}
}
/*@end*/

/*---------------------------------------------------------------------- @group f-more(common)*/
.f-more-block{
	font-size: 18px;
	letter-spacing: normal;
	line-height: 1;
	}
.f-more-block-nl-sp,
.f-more-block-nl{	margin-bottom: 24px}


@media screen and (min-width: 992px){
	.f-more-block{
	font-size: 20px;
	}
	.f-more-block-nl-pc,
	.f-more-block-nl{	margin-bottom: 40px}
}
/*@end*/
/*---------------------------------------------------------------------- @group f-caption(common)*/
.f-caption-head,
.f-caption-copy{
	font-size: 15px;
	line-height: 1.4;
	color: #808080;
}
.f-caption-head-nl,
.f-caption-copy-nl{
	margin-bottom: 24px
}
/*@end*/
/*---------------------------------------------------------------------- @group UI control(common)*/
.fn-ui-block{
	margin-bottom: 60px
}
.fn-ui-block .carousel-inner .item{
		max-width: 750px;
		width: 100%;
		height: auto;
		margin: 0 auto;
		overflow: hidden;
	}
.f-ui-block .carousel-inner .item img{
		max-width: 750px;
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
.carousel-control.right,
.carousel-control.left{
	background-image: none
}
.glyphicon-chevron-right:before,
.glyphicon-chevron-left:before{
	color: #ccc;
	font-size: 40px
}
.glyphicon-chevron-right:before {
    content: "\e258";
}
.glyphicon-chevron-left:before {
    content: "\e257";
}
.carousel-indicators {	bottom: -50px}
.non-cap{margin-bottom: 60px}
.non-cap ol.carousel-indicators {	bottom: -50px}
.carousel-indicators li{	border:1px #ccc solid;}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    background-color: #ccc;
}
.carousel-caption{
	position: static;
	color:  inherit;
	text-shadow:none;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{
	top: 45%
}

@media screen and (max-width: 991px) {
.carousel-control .glyphicon-chevron-right{right: 0}
.carousel-control .glyphicon-chevron-left{	left: 0}
}
@media screen and (min-width: 992px) {
.carousel-control .glyphicon-chevron-right{right: -10px}
.carousel-control .glyphicon-chevron-left{	left: -20px}
.non-cap{margin-bottom: 70px}
}
/*@end*/

/*---------------------------------------------------------------------- @group f-anchor(common)*/
.f-anchor .btn{
	text-align: left;
	font-family: inherit
	}

.f-anchor-item{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	margin: 5px 0;
	position:relative;
}
.f-anchor .glyphicon-menu-down:before{
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -4px
}
.glyphicon .btn{font-family: inherit;}
.f-anchor .btn-group-lg>.btn, .btn-lg {
    padding: 5px 5px;
    font-size: 14px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.f-nav-anchor a{
		display: block;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
}
/*@end*/




.f-notes-text-area {
	border-top: dotted 1px rgba(94, 94, 94, 0.8);
	padding-top: 12px
}
.f-notes{
	font-size: 14px;
	line-height: 1.5;
	color: #808080
}
.f-notes-nl{margin-bottom: 42px}
.f-notes-text-area ul li{list-style: none}
.f-notes-text-l{
	font-size: 4em;
	letter-spacing: -5px;
	margin-right: 5px;
	line-height: 1
}
@media screen and (min-width: 992px) {
	.f-notes-text-blok{
	margin-left: 1em;
	text-indent: -1em;
	}
	.f-notes-text-l{
	font-size: 5em
	}
	.f-notes-block{
	margin-top: 35px;
	margin-bottom: 25px
	}
}
.f-notes-block{margin-bottom: 20px}
.f-notes-block-nl{margin-bottom: 20px}

/*---------------------------------------------------------------------- @group f-icon*/
.icon-mac-new:before,
.icon-mac-up:before{
	font-size: .5em;
	color: #FFF;
	padding: .1em .3em;
	border-radius: 5px;
	margin-right: .5em;
	position: relative;
	top: -.4em;
	display: block;
	max-width: 4.5em;
	margin: auto;
}
.fn-second-head .icon-mac-new:before,
.fn-second-head .icon-mac-up:before{
	display: inline-block
	}
.f-nav-anchor .icon-mac-new:before,
.f-nav-anchor .icon-mac-up:before{
	display: inline-block;
	margin-right: .5em
}

.icon-mac-new:before {
	content: "NEW";
	background-color:#ff0033;
}
.icon-mac-up:before{
	content: "UP";
	background-color: #ff6600;
	padding: .1em .5em;
}
.f-nav-anchor .icon-mac-new:before,
.f-nav-anchor .icon-mac-up:before{
	border-radius: 2px;
	top: -.1em;
	font-size: .8em;
}

	.icon-mac-new:before,
	.icon-mac-up:before{
		display: inline-block;
		margin-right: .5em
	}

/*@end*/

/*---------------------------------------------------------------------- @group bx-slider*/
.fade-half,
.fade-full{
	max-width: 650px;
	margin:0 auto;
	background: url("../img/common/bg-fade-full.png") no-repeat;
	background-size: 150% auto;
}
.fade-full-nl{
	margin-bottom: 120px
}
.fade-half .fade-half_full img{
	max-width: 180%
}
.fade-half .bx-wrapper img,
.fade-full .bx-wrapper img,
.fade-half .fade-half_full img{
	margin-left: 10px
}
@media screen and (min-width: 750px) {
	.fade-half,
	.fade-full{
	background-size: 125% auto
	}
	.fade-half .bx-wrapper img{
	max-width: 65%;
	}
	.fade-full .bx-wrapper img{
	max-width: 120%
	}
	.fade-half .fade-half_full img{
		max-width: 125%;
	}
	.slide-full{
		max-width:650px;
	}
	.fade-full-nl{
	margin-bottom: 100px
}
	.slide-full .carousel-inner>.item>img{
	max-width: 125%;
	}
}
@media screen and (max-width: 749px) {
	.slide-full .carousel-inner>.item>img,
	.fade-full .bx-wrapper img{
	max-width: 140%;
	}
}


.pager li>a, .pager li>span{
	border:none;
}
.breadcrumb{
	margin-bottom: 0;
	border-radius: 0}

.f-bx-1 .bx-wrapper,
.f-bx-2 .bx-wrapper,
.section-inner .bx-wrapper{
	box-shadow:0 0 0;
	border: 0;
	background: transparent;
	margin:0;
}
.section-inner .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}
.section-inner .bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
}

.f-bx-1 .bx-pager,
.f-bx-1 .bx-controls,
.f-bx-1 .bx-has-controls-direction ,
.f-bx-1 .bx-has-pager{display: none}
/*@end*/
.f-btn-install .btn-lg{
	font-size: 20px;
	padding:10px 10px;
}
.f-btn-install-out button{
	color: #fff;
	background: #eee
}
.f-btn-install-out button:hover,
.f-btn-install-out button:active,
.f-btn-install-out button:visited{
	color: #fff
}

aside nav.go-jms li.install-2way a{
	background: transparent;
}
aside nav.go-jms li.install-2way img{	max-width: 190px}
aside{	letter-spacing: -1px}
.aside-inner-keeptop{width: 100%}
@media screen and (min-width: 991px) {
	.aside-inner-keeptop{width: 210px}
	}

.insight01{background:url(img/feature2/insight01.png);}


.title-icon-download img{
		max-width: 70px;
		margin: 0 auto;
		margin-bottom: 20px
		}
@media screen and (min-width: 750px) {
	.title-icon-download img{
		max-width: 70px;
		float: right
	}
}

#lineup .lineup-table-block .spec-table td{font-size: 14px !important}
.f-bx-1 .bx-wrapper .bx-caption span{
	color: #333;
	border-radius: 5px;
	padding:.8em;
	background: #FAF3DC
}
.f-bx-1 .bx-wrapper .bx-caption{
	background: transparent;
}
#comparing .btn-group{
	margin-bottom: 1em
}

.macos-sierra-badge {
 display:inline-block;
 border:1px solid #203248;
 border-radius:4px;
 padding:1px 10px 0 10px;
 margin:0 0 8px 1.5em;
 vertical-align:1px;
 color:#203248;
 font-family:'Myriad Set Pro','Helvetica Neue','Helvetica','Arial',sans-serif;
}
