@charset "utf-8";
#site-nav{
	top:144px;
}
@media only screen and (max-width: 810px) and (min-width: 769px) {
  #site-nav {
		top: 185.2px;
	}
}
#site-nav #site-nav-menu .site-nav-menu_webmart_btn a,
.site-nav-menu_webmart_btn a, #productPage .site-nav-menu_webmart_btn a:link, #productPage .site-nav-menu_webmart_btn a:visited,
.nav-bottom-menu_webmart_btn a, #productPage .nav-bottom-menu_webmart_btn a:link, #productPage .nav-bottom-menu_webmart_btn a:visited{
	background-color: #2878c8;
	color: #fff;
	padding: 5px 20px;
	border-radius: 18px;
	transition: color .3s linear .2s, border .3s linear 0s;	
}
#site-nav #site-nav-menu .site-nav-menu_webmart_btn a:hover{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#site-nav #site-nav-menu .site-nav-menu_webmart_btn:hover:after{
	content: none;
}
#site-nav #site-nav-menu .site-nav-menu_webmart_btn a:hover:after {
	content: none;
}
.slider-content .slide-arrow{
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.slider-content .prev-arrow{
  left: 20px;
  width: 50px;
  height: 50px;
  z-index: 2;
  cursor: pointer;
}
.slider-content .next-arrow{
  right: 20px;
  width: 50px;
  height: 50px;
  z-index: 2;
  cursor: pointer;
}
.slide-wrap{
	padding-top: 30px;
}
.slide-wrap h3{
	text-align: center;
	font-size: 2.4rem;
}
.slider-content.slick-slider{
	padding: 0;
	max-width: 980px;
    margin: 0 auto;
}
.slider-content .slick-slide{
	background-color: #f0f0f0;
	position: relative;
}
.slider-content .slick-slide img {
    max-width: 100%;
    margin: 0 auto;
}
.slider-content-top{
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 150;
}
.slider-content-top h4{
  font-size: 1.9rem;
  margin: 0 0 10px;
  text-align: left;
  font-weight: bold;
}
.slider-content-top p{
	text-align: left;
	width: 100%;
    margin: 0;
	font-size: 1.5rem;
}
.slider-content-center{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 150;
}
.slider-content-center p{
	color: #FF0004;
	width: 100%;
	margin: 0;
    font-size: 30px;
}
.slider-content-bottom{
  position: absolute;
  bottom: 10px;
  left: 20px;
  z-index: 150;
}
.slider-content-bottom p{
	text-align: left;
	width: 100%;
    margin: 0;
	font-size: 1.5rem;
}
.microsoft_font{
	font-family: "Segoe UI","Yu Gothic UI",sans-serif;
	font-size: 1.8rem !important;
}
.custom-table{
	box-sizing: border-box;
	text-align: center;
	width: 100%;
    margin: auto;
	table-layout: fixed;
}
/*PC表示 1列のとき*/
.custom-table_col1{
	max-width: 980px;
}
/*PC表示 2列のとき*/
.custom-table_col2{
	max-width: 700px;
}
/*PC表示 3列のとき*/
.custom-table_col3{
	max-width: 870px;
}
/*PC表示 4列のとき*/
.custom-table_col4{
	max-width: 1136px;
}
.custom-table th,.custom-table td{
    padding: 0 2%;	
}
.custom-table_col1 th,
.custom-table_col1 td{
	width: 40%;
}
.custom-table_col2 th,
.custom-table_col2 td{
	width: 37%;
}
.custom-table_col3 th,
.custom-table_col3 td
{
	width: 30%;
}
.custom-table_col4 th,
.custom-table_col4 td{
	width: 23%;
}
.custom-table th{
	padding-top: 20px;
	font-size: 11px;
	font-weight: normal;
}
.custom-table td{
	padding-top: 5px;
	font-size: 14px;
}
.custom-table_col1 th{
	font-size: 14px;
	padding-top: 40px;
}
.custom-table_col1 td{
	font-size: 20px;
}
.custom-table-title th,.custom-table-title td{
	font-size: 18px;
}
.custom-table-title td{
	padding-top: 20px;
	padding-bottom: 20px;
}
.custom-table-title th span{
	border-bottom: solid 1px #999;
	display: block;
	padding-bottom: 20px;
}
.custom-table tr:last-child td{
	padding-top: 35px;
}
.custom-box-img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
.custom-box-inner p.custom-box-text{
	padding: 20px 0 40px;
}
.custom-box-inner p.custom-box-text.u-bdt-n{
	border-top: none;
	padding: 0 0 15px;
	margin-top: 0;
}
.custom-box-inner .custom-box-text-area:last-of-type{
	padding-bottom: 30px;
}
.custom-box-inner .custom-box-text.height-line2{
	min-height: 54px;
}
.custom-box-inner .custom-box-text.height-line3{
	min-height: 81px;
}
.custom-box-inner .custom-box-text.height-line4{
	min-height: 108px;
}
.custom-table .btn-1,
.custom-box .btn-1{
  display:block;
  font-size:1.8rem;
  width:70%;
  text-align:center;
  border:1px solid #999;
  border:.1rem solid #999;
  padding:1rem 0;
  margin:0 auto;
  text-decoration:none;
  color:#333;
  background:url(/fmv/img2019/common/arrow_r_b.png) no-repeat right 50% #fff;
  -webkit-transition:all .3s;
  transition:all .3s;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}
.custom-box .btn-1{
  margin-top: auto;
}
.custom-table .btn-1:hover,
.custom-box .btn-1:hover {
  background:url(/fmv/img2019/common/arrow_r.png) no-repeat right 50% #2878c8;
  border-color:#999;
  box-shadow: none;
  color:#fff;
}
/* カスタムメイドボタン色変更 */
.custom-table .btn-1.color-b,
.custom-box .btn-1.color-b{
	background: url(/fmv/img2019/common/arrow_r.png) no-repeat right 50%;
	background-color: transparent;
	border: .1rem solid #eee;
	color: #fff;
}
.custom-table .btn-1.color-b:hover,
.custom-box .btn-1.color-b:hover{
	background: url(/fmv/img2019/common/arrow_r_b.png) no-repeat right 50%;
	background-color: #fff;
	border: .1rem solid #999;
	color: #333;
}
.custom-table_col1 .btn-1{
	max-width: 240px;
}
.custom-table_col2 .btn-1{
	width: 55%;
}
.custom-box-text-area p:first-child{
  font-size: 15px;
  margin-bottom: 5px;
}
.custom-box-inner .custom-box-text-area:first-of-type p:first-child{
 font-size: 1.8rem;
}

.mart-price{
	width: 100%;
	margin: 30px auto;
}
.mart-price p{
	margin-bottom: 20px;
	text-align: center;
}
.mart-price-btn{
	display: inline-block;
	width: 100%;
	max-width: 120px;
	padding: 4px 10px;
	border-radius: 20px;
	background-color: #2878c8;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.mart-price-btn:hover{
	opacity: 0.7;
}

@media screen and (min-width:499px) and (max-width:999px){
	.flex-box.custom-box{
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	/*1カラム*/
	.flex-box.custom-box_col1{
		justify-content: space-around;
	}
	.flex-box > div.custom-box-inner{
		display: flex;
		flex-direction: column;
		width: 48%;
		margin-top: 20px;
		margin-left: 1%;
		margin-right: 1%;
	}
	.custom-box-img{
		margin: 0 auto;
		max-width: 100%;
		height: auto;
	}

}
@media only screen and (max-width: 768px){
	.site-nav-menu_webmart_btn a, #productPage .site-nav-menu_webmart_btn a:link, #productPage .site-nav-menu_webmart_btn a:visited{
		margin: 20px 0;
		padding: 10px 30px;
		display: inline-block;
	}
  .nav-bottom-menu_webmart_btn a, #productPage .nav-bottom-menu_webmart_btn a:link, #productPage .nav-bottom-menu_webmart_btn a:visited{
		margin: 0 15px;
		padding: 7px 20px;
		display: inline-block;
	}
	.flex-box.custom-box_col1 .custom-box-inner{
		width: 90%;		
	}
	.flex-box.custom-box_col1 .btn-1{
		max-width: 240px;
	}
	.slick-slide img.pc{
		display: none;
	}
	.slider-content .prev-arrow{
		left: 3px;
	}
	.slider-content .next-arrow{
		right: 3px;
	}
}
@media screen and (max-width:499px) {
	.flex-box.custom-box {
		display: block;
	}
	.custom-box-inner{
		margin: 0 auto 50px;
	}
	.flex-box.custom-box_col1 .custom-box-inner{
		width: 100%;		
	}
	.custom-box-inner:last-child{
		margin-bottom: 0;
	}
	.custom-box-inner .custom-box-text.height-line2,
	.custom-box-inner .custom-box-text.height-line3,
	.custom-box-inner .custom-box-text.height-line4{
		min-height: auto;
	}
}
@media screen and (max-width:480px) {
	.nav-bottom-menu_webmart_btn a, #productPage .nav-bottom-menu_webmart_btn a:link, #productPage .nav-bottom-menu_webmart_btn a:visited{
		padding: 5px 20px;
	}
}


/*各シリーズの「spec」「soft」の注記*/
.contentsarea .fmvPC_contents .fmv5_footnote dt {
	width: 48px;
}

/*「spec」のテーブルヘッダー追従の調整*/
.contentsarea .fmvPC_contents .tbl_head_clone.js-tbl_head_clone {
  top: 40px !important;
}
@media only screen and (max-width: 768px) {
  .contentsarea .fmvPC_contents .tbl_head_clone.js-tbl_head_clone {
    padding-top: 5px;
    background-color: #fff;
    top: 55px !important;
  }
}
@media only screen and (max-width: 480px) {
  .contentsarea .fmvPC_contents .tbl_head_clone.js-tbl_head_clone {
    top: 45px !important;
  }
}

/*SP*/
@media only screen and (max-width: 768px){
	body #pagetop.fixed.display-block p
	{
		bottom: 10.4rem;
		right: 0.2rem;
	}
	body #pagetop.fixed.display-block a
	{
		width: 4.5rem;
		height: 4.5rem;
	}
}

/*PC*/
@media only screen and (min-width: 769px)
{
	body #pagetop.fixed p
	{
		bottom: 10px;
	}
}


