@charset "utf-8";
/* CSS Document */

/**================================= Module Setting =================================**/

/**
	Headline
--------------------------------------------**/
/* Headline Lv1 */
.modHlLv1 {
	/*text-align:center;*/
	margin:0 auto 50px;
	background:url(../images/common/bg_detail_ttl.jpg) repeat-y center center;
	display:table;
	width:1000px;
}
.modHlLv1--productDetail {
	background:url(../images/common/ttl_detail_bg.jpg) repeat-y center center;
}
.modHlLv1 .prodName_ja,
.modHlLv1 .prodName_en {
	display:table-cell;
	vertical-align:center;
	height:80px;
	line-height:80px;
}
.modHlLv1 .prodName_ja {
	padding-left: 40px;
	font-size:2em;
}
.modHlLv1--productDetail .prodName_ja {
	color:#007AD5;
}
.modHlLv1 .prodName_en {
	padding-right: 30px;
	text-align:right;
	color:#FFF;
	font-size:1.2em;
	text-shadow:none;
	font-weight:bold;
}
.modHlLv1--catTop {
	margin-bottom:80px;
}
.modHlLv1-title {
	width: 1000px;
	height: 307px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
.modHlLv1-circle {
  width: 100px;
  height: 100px;
  background: #ffffff;
  position: relative;
  -moz-animation-duration: 0.6s;
  -webkit-animation-duration: 0.6s;
  -moz-animation-name: circletitle;
  -webkit-animation-name: circletitle;
	border-radius: 50%;
	position: absolute;
	background: #ffffff; 
	width: 468px;
	height: 468px; 
	top: -81px; 
	right: -200px;
	text-align: left;
	overflow: hidden;
}
.circle-title {
	position: absolute;
	right: 50px;
	top: 90px;
	width: 150px;
	overflow: hidden;
}
.circle-title-top {
	-moz-animation-duration: 2s;
  -webkit-animation-duration: 2s;
  -moz-animation-name: circletop;
  -webkit-animation-name: circletop;
  padding-left: 0;
  opacity: 1;
 
}
.circle-title-bottom {
	-moz-animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  -moz-animation-name: circlebottom;
  -webkit-animation-name: circlebottom;
  padding-left: 0;
  

}
/* Chrome, Safari, Opera */
@-webkit-keyframes circletitle {
    0%   {background: #ffffff; width: 100px; height: 100px; top: 103px; right: -30px; opacity: 0.7}    
    100% {background: #ffffff; width: 468px; height: 468px; top: -81px; right: -200px; opacity: 1}   
   
}
@keyframes circletitle {
    0%   {background: #ffffff; width: 100px; height: 100px; top: 103px; right: -30px; opacity: 0.7}    
    100% {background: #ffffff; width: 468px; height: 468px; top: -81px; right: -200px; opacity: 1}   
    
}
/* Chrome, Safari, Opera */
@-webkit-keyframes circletop {
    0%   {opacity: 0}    
    100% {opacity: 1}   
   
}
@keyframes circletop {
    0%   {opacity: 0}    
    100% {opacity: 1}  
    
}
/* Chrome, Safari, Opera */
@-webkit-keyframes circlebottom {
    0%   {padding-left: 200px; opacity: 0}    
    100% {padding-left: 0; opacity: 1}   
   
}
@keyframes circlebottom {
    0%   {padding-left: 200px; opacity: 0}    
    100% {padding-left: 0; opacity: 1}   
    
}
/* Headline Lv2 */
.modHlLv2 {
	border:	#DDD solid 1px;
	padding:18px;
	text-align:center;
	color:#00468C;
	background-color:#FFF;
	font-size:2em;
	margin-bottom:50px;
	letter-spacing:0.3em;
}

/**
	Text
--------------------------------------------**/
/* Text01 */
.modTxt00 {
	font-size:1.6em;
	color:#111;
	line-height:1.7;
	letter-spacing:0.2em;
}
.modTxt01 {
	font-size:1.4em;
	color:#111;
	line-height:1.7;
	letter-spacing:0.2em;
}
.modTxt01--bld {
	font-weight:bold;
}
.modTxt01--bk {
	color:#333;
}
/* Text02 */
.modTxt02 {
	font-size:1.4em;
}
/* Text03 */
.modTxt03 {
	font-size:1.8em;
}

/* Text04 */
.modTxt04 {
	font-size:2em;
	padding: 15px;
	border:2px solid #FFF;
	background-color:#FAFAFA;
}

/* Text05 */
.modTxt05 {
	font-size:1.3em;
}
/* TitleText02 */
.modTitleTxt02 {
	font-size:1.8em;
	letter-spacing:0.2em;
	color:#00468C;
	margin:15px 0 25px;
	text-align:center;
}
/* TitleText03 */
.modTtlTxt03 {
	text-align:center;
	margin-bottom:40px;
}
/**
	list
--------------------------------------------**/
/* List01 */

.modMaterialListItem {
	float:left;
	margin-right:30px;
	margin-top:25px;
	width:167px;
	text-align:center;
	font-size:1.4em;
	min-height:230px;
}
.modMaterialListItem:nth-child(1),
.modMaterialListItem:nth-child(2),
.modMaterialListItem:nth-child(3),
.modMaterialListItem:nth-child(4) {
	margin-top:0;
}
.modMaterialListItem img {
	margin-bottom:15px;
}
.modMaterialListItem:nth-child(4n) {
	margin-right:0;
}

/**
	link
--------------------------------------------**/
/* link01 */


/**
	table
--------------------------------------------**/
/* Table01 */
.modTable01 {
	width:100%;
	font-size:1.4em;
	color:#333;
	line-height:1.6;
}
.modTable01 th {
	border:#BBBBBB solid 1px;
	padding:20px 20px;
	vertical-align:middle;
	font-weight:normal;
	text-align:left;
	width:18%;
}
.modTable01 td {
	border:#BBBBBB solid 1px;
	padding:20px 20px;
	vertical-align:middle;
}

.modTable01 td.month{
	text-align:center;
	width:7%;
	padding:20px 5px;
}


.modTable01 td a {
	color:#00468C;
	text-decoration:none;
}
.modTable01 td a:hover {
	text-decoration:underline;
}

/* Table02 */
.modTable02 {
	width:100%;
	font-size:1.6em;
	color:#333;
	line-height:1.8;
	margin-left:35px;
}

.modTable02 th {
	border:none;
	/*padding:20px 35px;*/
	padding:3px 0;
	vertical-align:middle;
	font-weight:normal;
	text-align:left;
	width:28%;
}
.modTable02 td {
	border:none;
	padding:5px 35px;
	vertical-align:middle;
}
.modTable02 td a {
	color:#00468C;
	text-decoration:none;
}
.modTable02 td a:hover {
	text-decoration:underline;
}


/* Table03 */
.modTable03 {
	width:100%;
	font-size:1.2em;
	color:#333;
	line-height:1.4;
}
.modTable03 th {
	border:#BBBBBB solid 1px;
	padding:10px 10px;
	vertical-align:middle;
	font-weight:normal;
	text-align:left;
	width:16%;
}
.modTable03 td {
	border:#BBBBBB solid 1px;
	padding:10px 10px;
	vertical-align:middle;
}


/* Table04 */
.modTable04 {
	border:#BBBBBB solid 1px;
	width:100%;
	font-size:1.4em;
	color:#333;
	line-height:1.2;
}
.modTable04 th {
	padding:10px 10px;
	vertical-align:middle;
	font-weight:normal;
	text-align:left;
}
.modTable04 td {
	padding:10px 10px;
	vertical-align:middle;
}



/**
	Botton
--------------------------------------------**/
/* Btn01 */
a.modBtn01 {
	font-size:1.4em;
	background-color:#EFEFEF;
	border:#BBBBBB 2px solid;
	color:#444;
	text-decoration:none;
	height:50px;
	width:180px;
	display:inline-block;
	text-align:center;
	line-height:48px;
	box-sizing:border-box;
    transition: border 0.5s ease 0s;
}
a.modBtn01::after {
	content:"";
	display:inline-block;
	background: url(../images/common/icn_arrow01.png) no-repeat center center;
	width:6px;
	height:11px;
	margin-left:10px;
}
a:hover.modBtn01 {
	border:#006FDD 2px solid;
}

/* Btn02 */
a.modBtn02 {
	font-size:1.4em;
	background-color:#DC1E37;
	color:#FFF;
	text-decoration:none;
	height:46px;
	width:180px;
	display:inline-block;
	text-align:center;
	line-height:46px;
    transition: background-color 0.5s ease 0s;
	text-shadow:none;
	border-radius:3px;
}
a.modBtn02::after {
	content:"";
	display:inline-block;
	background: url(../images/common/icn_arrow01_wt.png) no-repeat center center;
	width:7px;
	height:13px;
	margin-left:10px;
}
a:hover.modBtn02 {
	background-color:#FE1E3B;
}

a.modBtn02--widFree {
	width:auto;
	padding:10px 20px;
}
a.modBtn02--prev::before {
	content:"";
	display:inline-block;
	background: url(../images/common/icn_arrow01_wt_l.png) no-repeat center center;
	width:7px;
	height:13px;
	margin-right:10px;
}
a.modBtn02--prev::after {
	display:none;
}
a.modBtn03 {
	display:inline-block;
	border:#FFF solid 2px;
	text-align:center;
	background-color:#E7E7E2;
	width:250px;
	box-sizing:border-box;
	height:46px;
	line-height:42px;
	color:#000;
	font-size:1.6em;
	text-decoration:none;
}
/**
	Box
--------------------------------------------**/
/* Clm2Box01 */
.modClm2Box01 {
	padding: 0 20px;
}
.modClm2Box01Item {
	width:45%;
	float:left;
	margin-bottom:60px;
	margin-right:60px;
}
.modClm2Box01Item:nth-child(2n) {
	margin-right:0;
}
.modClm2Box01Item--wid50per {
	width:50%;
	padding-left:50px;
	display:table-cell;
	margin-bottom:0;
	margin-right:0;
	border-left:#CCC dotted 1px;
	float:none;
}
.modClm2Box01Item--wid50per:first-child {
	border-left:none;
	padding-left:0;
	padding-right:50px;
}

/* Clm3Box */
.modClm3Item {
	float:left;
	width:234px;
	margin-left:29px;
}
.modClm3Item:first-child {
	margin-left:0;
}
/* Clm4Box */
.modClm4Item {
	float:left;
	margin-left:13px;
	width:180px;
}
.modClm4Item:first-child {
	margin-left:0;
}
.modClm4Item--wid224 {
	margin-left:34px;
	width:224px;
}

/* ServiceIntroBox01 */
.modServiceIntroBox01 {
	display:table;
	width:100%;
}
.serviceIntroItem {
	display:table-cell;
	vertical-align:top;
	width:33.3%;
	padding:0 29px;
	border-right:#CCC dotted 1px;
}
.serviceIntroItem:first-child {
	border-left:#CCC dotted 1px;
}

/* PartsBnrBox */
.partsBnrBox01 {
	margin-top:90px;
}
.partsBnrItem {
	float:left;
	width:356px;
	margin-left:48px;
}
.partsBnrItem a {
	color:#0059B2;
}
.partsBnrItem:first-child {
	margin-left:0;
}
.partsBnrTxt {
	font-size:1.4em;
	margin-top:10px;
	text-align:center;
}
/* BtnBox01 */
.modBtnBox01 {
	text-align:center;
	margin-top:30px;
}
/* ContactBox */
.modContactBox {
	text-align:center;
}
.modContact__tel {
	font-size:2.2em;
	margin-bottom:10px;
}

/* ProdBox */
.modProdBox01 {
	padding:0 30px;
}
.modProdBox01Item {
	float:left;
	width:160px;
	margin-right:70px;
	margin-bottom:50px;
	text-align:center;
}
.modProdBox01Item:nth-child(3n) {
	margin-right:0;
}
.modProdBox01Img {
	margin-bottom:10px;
}

/**
	Section
--------------------------------------------**/
.contentsCatTop {
	padding:0 50px;
}

/**
	icon
--------------------------------------------**/

/**
	Parts
--------------------------------------------**/
hr.style7 {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #fff;
}

.page_navi {
	margin-top:50px;
	text-align:center;
	margin-bottom:100px;
}

.page_navi li {
	display:inline-block;
	margin-left:3px;
}

.page_navi li:first-child {
	margin-left:0;
}

.page_navi li a,
.page_navi li span {
	display:block;
	border:#BBB solid 1px;
	padding:2px 7px;
	font-size:1.4rem;
	text-decoration:none;
	color:#007AD5;
}

.page_navi li.current span {
	color:#333;
	background:#DDD;
}

.page_navi li a:hover {
	background:#DDD;
}

/**
	Helper
--------------------------------------------**/
/*--------- Font ---------*/
/* Size */
.fs12 {
	font-size: 1.2em;
}

/* color */

.blue {
	color:#0059b2;
}

.red {
	color:#B20000;
}

/* line-height */
.lh200 {
	line-height:2;
}

/* style */
.fwb {
	font-weight: bold;
}

/*--------- width ---------*/

/*--------- Text Align ---------*/
.tal {text-align:left}
.tac {text-align:center}
.tar {text-align:right}


/*--------- Block Align Center ---------*/
.bac {
	margin-left:auto;
	margin-right:auto;
}

/*--------- Block Style ---------*/
.box__inlineBlock {
	display:inline-block;
	text-align:left;
}


/*--------- margin ---------*/
/* top */
.mt0 {margin-top: 0px;}
.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}
.mt35 {margin-top: 35px;}
.mt40 {margin-top: 40px;}
.mt45 {margin-top: 45px;}
.mt50 {margin-top: 50px;}
.mt55 {margin-top: 55px;}
.mt60 {margin-top: 60px;}
.mt65 {margin-top: 65px;}
.mt70 {margin-top: 70px;}

/* bottom */
.mb0 {margin-bottom: 0px;}
.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb35 {margin-bottom: 35px;}
.mb40 {margin-bottom: 40px;}
.mb45 {margin-bottom: 45px;}
.mb50 {margin-bottom: 50px;}
.mb55 {margin-bottom: 55px;}
.mb60 {margin-bottom: 60px;}
.mb65 {margin-bottom: 65px;}
.mb70 {margin-bottom: 70px;}


/* left */
.ml0 {margin-left: 0px;}
.ml5 {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml15 {margin-left: 15px;}
.ml20 {margin-left: 20px;}
.ml25 {margin-left: 25px;}
.ml30 {margin-left: 30px;}
.ml35 {margin-left: 35px;}
.ml40 {margin-left: 40px;}
.ml45 {margin-left: 45px;}
.ml50 {margin-left: 50px;}
.ml55 {margin-left: 55px;}
.ml60 {margin-left: 60px;}
.ml65 {margin-left: 65px;}
.ml70 {margin-left: 70px;}

/* right */
.mr0 {margin-right: 0px;}
.mr5 {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr15 {margin-right: 15px;}
.mr20 {margin-right: 20px;}
.mr25 {margin-right: 25px;}
.mr30 {margin-right: 30px;}
.mr35 {margin-right: 35px;}
.mr40 {margin-right: 40px;}
.mr45 {margin-right: 45px;}
.mr50 {margin-right: 50px;}
.mr55 {margin-right: 55px;}
.mr60 {margin-right: 60px;}
.mr65 {margin-right: 65px;}
.mr70 {margin-right: 70px;}


/*--------- padding ---------*/
/* top */
.pt0 {padding-top: 0px;}
.pt5 {padding-top: 5px;}
.pt10 {padding-top: 10px;}
.pt15 {padding-top: 15px;}
.pt20 {padding-top: 20px;}
.pt25 {padding-top: 25px;}
.pt30 {padding-top: 30px;}
.pt35 {padding-top: 35px;}
.pt40 {padding-top: 40px;}
.pt45 {padding-top: 45px;}
.pt50 {padding-top: 50px;}

/* bottom */
.pb0 {padding-bottom: 0px;}
.pb5 {padding-bottom: 5px;}
.pb10 {padding-bottom: 10px;}
.pb15 {padding-bottom: 15px;}
.pb20 {padding-bottom: 20px;}
.pb25 {padding-bottom: 25px;}
.pb30 {padding-bottom: 30px;}
.pb35 {padding-bottom: 35px;}
.pb40 {padding-bottom: 40px;}
.pb45 {padding-bottom: 45px;}
.pb50 {padding-bottom: 50px;}

/* left */
.pl0 {padding-left: 0px;}
.pl5 {padding-left: 5px;}
.pl10 {padding-left: 10px;}
.pl15 {padding-left: 15px;}
.pl20 {padding-left: 20px;}
.pl25 {padding-left: 25px;}
.pl30 {padding-left: 30px;}
.pl35 {padding-left: 35px;}
.pl40 {padding-left: 40px;}
.pl45 {padding-left: 45px;}
.pl50 {padding-left: 50px;}

/* right */
.pr0 {padding-right: 0px;}
.pr5 {padding-right: 5px;}
.pr10 {padding-right: 10px;}
.pr15 {padding-right: 15px;}
.pr20 {padding-right: 20px;}
.pr25 {padding-right: 25px;}
.pr30 {padding-right: 30px;}
.pr35 {padding-right: 35px;}
.pr40 {padding-right: 40px;}
.pr45 {padding-right: 45px;}
.pr50 {padding-right: 50px;}





.fixed {
background-attachment: fixed;
}

/*--------- headder_underline ---------*/

/*#blockHeaderFh a {
  position: relative;
  display: inline-block;
  padding: .1em;
  text-decoration: none;
  color:#333;
  font-size:1.31em;
}
#blockHeaderFh a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #007AD5;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#blockHeaderFh a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}*/

/*--------- headder_underline ---------*/

#globalHeaderPc  a {
  position: relative;
  display: inline-block;
  padding: .1em;
  text-decoration: none;
  color:#fff;
  font-size:1.31em;
  text-shadow:none;
}


#globalHeaderPc  a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#globalHeaderPc  a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

