@charset "utf-8";

/*-----------------------------------------------
	Common
-----------------------------------------------*/
/*
body {
	font-family: "FrutigerNextW01-Regular", "Lucida Grande","Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}
*/
img {
	vertical-align: top;
}

/*----- .zoom -----*/

.zoom {
	display: inline-block;
	height: 100%;
	position: relative;
}

.zoom:before {
	bottom: -22px;
	content: url("../images/icon_product_zoom.png");
	left: 0;
	position: absolute;
}

.zoom:after {
	content: url("../images/icon_product_zoom_hover.png");
	display: none;
	left: 50%;
	margin-left: -62px;
	margin-top: -62px;
	position: absolute;
	top: 50%;
}

.zoom:hover:after {
	display: inline-block;
}

/*-----------------------------------------------
	.columnContent
-----------------------------------------------*/

.columnContent {
	display: table;
}

.columnContent > .col {
	display: table-cell;
	vertical-align: middle;
}

/*----- .top -----*/

.columnContent.top > .col {
	vertical-align: top;
}

/*----- .column2 -----*/

.columnContent.column2 > .col {
	width: 430px;
}

/*----- .column2article -----*/

.columnContent.column2article {}

.columnContent.column2article > .col {
	vertical-align: top;
	width: 430px;
}

/*----- .column2Grid2to1 -----*/

.columnContent.column2Grid2to1 > .col {
	vertical-align: top;
	width: 580px;
}

.columnContent.column2Grid2to1 > .col + .col {
	width: 280px;
}

/*----- .column2chart -----*/

.columnContent.column2chart {
	margin-top: 60px;
}

.columnContent.column2chart > .col {
	padding-left: 140px;
	padding-right: 10px;
	width: 280px;
}

.columnContent.column2chart > .col + .col {
	padding-left: 10px;
	padding-right: 140px;
}

/*----- .column2dataList -----*/

.columnContent.column2dataList {
	margin-top: 60px;
}

.columnContent.column2dataList > .col {
	padding-left: 30px;
	padding-right: 20px;
	width: 380px;
}

.columnContent.column2dataList > .col + .col {
	padding-left: 20px;
	padding-right: 30px;
}

/*-----------------------------------------------
	.centerContent
-----------------------------------------------*/

.centerContent {
	text-align: center;
}

/*-----------------------------------------------
	.navTab
-----------------------------------------------*/

.navTab {
}

.navTab ul {
}

.navTab ul li.tab {
	border-bottom: 1px solid #e5e5e5;
	float: left;
}

.navTab ul li.tab a {
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.03);
	display: block;
	border-radius: 6px 6px 0 0;
	height: 50px;
	line-height: 50px;
	margin-top: 10px;
	text-align: center;
}

.navTab ul li.tab a:link,
.navTab ul li.tab a:visited {
	background-color: #fff;
	color: #555;
	text-decoration: none;
}

.navTab ul li.tab a:hover {
	background-color: #fff;
	color: #555;
	height: 60px;
	line-height: 60px;
	margin-top: 0;
	text-decoration: none;
}

/* active */
.navTab ul li.tab.active {
	border-bottom-color: #fff;
}

.navTab ul li.tab.active a {
	font-weight: bold;
	height: 60px;
	line-height: 60px;
	margin-top: 0;
}

.navTab ul li.tab.active a:link,
.navTab ul li.tab.active a:visited,
.navTab ul li.tab.active a:hover {
	background-color: #fff;
	color: #004473;
}

/* tab3 */
.navTab ul.tab3 li.tab {
	width: 320px;
}

.navTab ul.tab3 li.tab + li.tab {
	margin-left: 10px;
}

/* tab4 */
.navTab ul.tab4 li.tab {
	width: 239px;
}

.navTab ul.tab4 li.tab + li.tab {
	margin-left: 8px;
}

/*-----------------------------------------------
	.productHead
-----------------------------------------------*/

.productHead {}

.productHead .figure {
	float: left;
}

.productHead .figure .zoom:after {
	left: 127px;
	top: 31px;
}

.productHead .contents {
	overflow: hidden;
}

.productHead .contents .desc {
	line-height: 1.4;
	margin-bottom: 36px;
}

.productHead .contents .label {
	line-height: 1.15;
	margin-bottom: 2px;
}

.productHead .contents .label em {
	background-color: #ff0000;
	color: #fff;
	display: inline-block;
	font-style: normal;
	padding: 3px 5px 2px;
}

.productHead .contents .model {
	font-size: 34px;
	font-weight: normal;
	line-height: 1.15;
}

/*-----------------------------------------------
	.boxDataList
-----------------------------------------------*/

.boxChart {
	text-align: center;
}

.boxChart .figure {
}

.boxChart .caption {
	line-height: 1.15;
	margin-top: 15px;
}

.boxChart .caption em {
	font-size: 20px;
	font-style: normal;
}

/*-----------------------------------------------
	.boxDataList
-----------------------------------------------*/

.boxDataList {
	border: 1px solid #000;
	box-sizing: border-box;
	display: table;
	padding: 23px 20px;
	width: 100%;
}

.boxDataList h6,
.boxDataList ul {
	display: table-cell;
	vertical-align: middle;
}

.boxDataList h6 {
	border-right: 1px solid #000;
	font-size: 16px;
	font-weight: normal;
	height: 120px;
	padding-right: 20px;
	text-align: center;
}

.boxDataList h6:after {
	content: "";
	display: block;
	height: 0px;
	min-width: 100px;
}

.boxDataList ul {
	padding-left: 20px;
}

.boxDataList dl dd ul {
}

.boxDataList dl dd ul li {
}

/*-----------------------------------------------
	.boxIconDesc
-----------------------------------------------*/

.boxIconDesc {
	margin-top: 40px;
}

.boxIconDesc .icon,
.boxIconDesc .desc {
	display: table-cell;
	vertical-align: middle;
}

.boxIconDesc .icon {
	padding-right: 20px;
}

.boxIconDesc .desc {
}

.boxIconDesc .desc em {
	font-size: 20px;
	font-style: normal;
}

.boxIconDesc .desc p + p {
	margin-top: 10px;
}

/*-----------------------------------------------
	.boxOption
-----------------------------------------------*/

.boxOption {
	display: table;
	margin-top: 60px;
}

.boxOption > .figure,
.boxOption > .content {
	display: table-cell;
	vertical-align: middle;
	width: 420px;
}

.boxOption > .figure {
	padding-right: 10px;
	text-align: right;
}

.boxOption > .content {
	background-image: none;
	padding: 0 0 0 10px;
	text-align: left;
}

/*-----------------------------------------------
	Structures
-----------------------------------------------*/

/*----- #productMain -----*/

#productMain {
	color: #000;
	font-size: 16px;
	line-height: 1.62;
	margin: 0 auto 60px;
	width: 980px;
}

#productMain > .wrapper {
	background-color: #fff;
	margin: 0 auto;
	width: 980px;
}

#productMain .headerProduct {
}

#productMain .headerProduct .wrapper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 980px;
}

#productMain .headerProduct .wrapper h1 {
	color: #004377;
	font-size: 38px;
	font-weight: normal;
	line-height: 1.15;
	padding-bottom: 20px;
	padding-top: 22px;
}

/*----- .section -----*/

.section {
	clear: both;
	padding: 120px 60px;
	word-wrap: break-word;
}

.section:nth-child(odd) {
	background-color: #f5f5f5;
}

.section .heading {
	font-size: 41px;
	font-weight: normal;
	line-height: 1.2;
	margin-bottom: 30px;
}

.section .heading .icon {
	margin-right: 20px;
}

.section .heading .icon img {
	vertical-align: middle;
}

.section .heading sup {
	font-size: 24px;
}

.section .heading ~ .heading,
.section .desc + .heading {
	margin-top: 60px;
}

.section .heading.hasIcon {
	overflow: hidden;
}

.section .heading.hasIcon .icon {
	float: left;
}

.section .heading.hasIcon .text {
	display: inline-block;
	padding-top: 8px;
}

.section .heading.hasIcon02{
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  align-items: center;
}

.section .figure .caption {
	margin-top: 25px;
}

.section .figure .caption .large {
	font-size: 24px;
	line-height: 1.1;
}

.section .desc + .figure {
	margin-top: 50px;
}

.section .figure + .desc {
	margin-top: 50px;
}

.section .note {
	padding-left: 0.5em;
}

/*----- .sectionKeyvisual -----*/

.sectionKeyvisual {
	margin: 0 -16px;
}

.sectionKeyvisual .figure {
	border: 1px solid #ddd;
}

/*----- .sectionProduct -----*/

.sectionProduct {
	clear: both;
	padding: 120px 60px;
}

.sectionProduct .columnContent > .col {
	padding: 0 80px 0 20px;
	width: 390px;
}

.sectionProduct .columnContent > .col + .col {
	padding: 0;
	width: 370px;
}

.sectionProduct .col > .desc {
	line-height: 1.75;
	margin-bottom: 30px;
}

.sectionProduct .col > .name {
	font-size: 34px;
	font-weight: normal;
	line-height: 0.76;
}

.sectionProduct .col > .name > .new {
	color: #FF0004;
	font-size: 60%;
	margin-left: 1em;
}