@charset "utf-8";

/*----------------------------------------------------------------
 MainLayout
 -----------------------------------------------------------------
 c/p
 <link href="./common/css/layout.css" rel="stylesheet" type="text/css" media="screen,print" />
----------------------------------------------------------------*/
/*----------------------------------------------------------------
 base
----------------------------------------------------------------*/
body{
	position			: relative;
	font-size			: 16px;
	line-height			: 1.6;
	color				: #252525;
	font-family			: "ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic Pro W3',"メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

/* inline element
-----------------------------------------------------*/

/* link
----------------------------------*/
a:link{
	text-decoration		: underline;
	color				: #003399;
}
a:visited{
	color				: #003399;
}
a:hover{
	text-decoration		: none;
}
a:active{
	color				: #FF0033;
}
a[name]{
	text-decoration		: none;
	color				: #000;
}


/*-----------------------------------------------------
 class
-----------------------------------------------------*/

/* separater line
-----------------------------------------------------*/
hr.separater{ display: none; }

/* anchor(pagetop)
-----------------------------------------------------*/
p.anchor{
	visibility			: hidden;
	position			: absolute;
	top					: 0px;
	left				: 0px;
}

/*----------------------------------------------------------------
 layout
----------------------------------------------------------------*/
#navigation{
	font-size: 14px;
}

/*-----------------------------------------------------
 wrap
-----------------------------------------------------*/
.wrap{
	position			: relative;
	overflow			: hidden;
}

#wrap{
}

/*-----------------------------------------------------
 area
-----------------------------------------------------*/
.area{
	position			: relative;
	overflow			: hidden;
	clear				: both;
}
#header{
	background			: url(../images/bg.jpg) center top / cover no-repeat;
	height				: 425px;
}
#contents{
}
#footer{
	margin				: 100px 0 0 0;
	border-top			: 10px solid #002B64;
	padding				: 15px 0;
	font-size			: 14px;
}


/*----------------------------------------------------------------
 styles
----------------------------------------------------------------*/
/*-----------------------------------------------------
 navigation
-----------------------------------------------------*/
#navigation a{
	color				: #252525;
	text-decoration		: none;
}
#navigation .navbar-brand{
	font-size			: 16px;
	color				: #002B64;
}
#navigation .navbar-default{ background: rgba(255,255,255,0.8); }
#navigation .logo{
	display: none;
	padding: 15px 0 0 0;
}
@media screen and (min-width: 768px) { #navigation .logo{ display: block; } }

/*-----------------------------------------------------
 header
-----------------------------------------------------*/
#header .title{
	position			: relative;
	z-index				: 10;
	text-align			: center;
}
#header .inquiry{
	position			: relative;
	z-index				: 11;
	text-align			: center;
}
@media screen and (min-width: 668px) { #header .inquiry{ top: -100px; } }
@media screen and (min-width: 768px) { #header .inquiry{ top: -150px; } }

#header .inquiry a{
	position			: relative;
	display				: inline-block;
	border				: 5px solid #FFF;
	border-radius		: 40px;
	padding				: 0 30px 0 15px;
	background			:#FF0033;
	background			: rgba(255,0,51,0.9);
	text-decoration		: none;
	line-height			: 60px;
	font-size			: 24px;
	font-weight			: bold;
	color				: #FFF;
}
@media screen and (min-width: 550px) { #header .inquiry a{ padding: 0 170px 0 150px; } }

#header .inquiry a:hover{
	top					: 2px;
	background			:#FF0033;
}
#header .inquiry a .glyphicon{ margin: 0 10px; }

/*-----------------------------------------------------
 contents
-----------------------------------------------------*/
#contents h1{
	margin				: 30px 0 0 0;
	padding				: 50px 0;
	background			: #002B64;
	line-height			: 2;
	text-align			: center;
	font-size			: 30px;
	color				: #FFF;
}
#contents h2{
	margin				: 0;
	font-weight			: bold;
	font-size			: 24px;
	color				: #002B64;
}
/* about
-----------------------------------------------------*/
#contents #about h1{
	background			: #fff;
	color				: #002B64;
}
#contents #about h2{
	margin				: 0 0 20px 0;
}
#contents #about .image{
	margin				: 30px 0;
}
#contents #about .block{
	margin: 70px 0;
}
#contents #about .block ul,
#contents #about .block ol,
#contents #about .block li{
	list-style: none outside;
}
#contents #about .block li{
	padding-left: 1em;
	text-indent: -1em;
}
#contents #about .pickup{
	margin: 60px 0 0 0;
	background			: #003980;
	color				: #FFF;
}

#contents #about .pickup .bg{
	overflow			: hidden;
	background			: url(../images/pickup_bg.png) left top no-repeat;
}
#contents #about .pickup h2{
	margin				: 0 0 30px 0;
}
#contents #about .pickup .block{
	margin: 60px 0;
}
#contents #about .pickup .block h2{ color: #FFF; }

#contents #about .pickup .merit-list{
	width: 100%;
	text-align: center;
}
#contents #about .pickup .merit-list li{
	display: inline-block;
	vertical-align: top;
	margin: 0 0 20px 0;
	width: 255px;
	height: 240px;
	padding: 80px 40px 0px 20px;
	text-indent: 0;
	font-weight: bold;
	font-size: 14px;
	color: #252525;
	text-align: left;
}
#contents #about .pickup .merit-list li:last-child{
	width: 240px;
	padding: 80px 20px 0px 20px;
}

#contents #about .pickup .merit-list .merit01{ background: url(../images/merit01_bg.png) left top no-repeat; }
#contents #about .pickup .merit-list .merit02{ background: url(../images/merit02_bg.png) left top no-repeat; }
#contents #about .pickup .merit-list .merit03{ background: url(../images/merit03_bg.png) left top no-repeat; }

#contents #about .pickup .reason h2{
	padding				: 40px 0 40px 85px;
	background			: #FFF url(../images/reason_title-bg.jpg) left top no-repeat;
	color				: #FF0033;
	line-height			: 1;
}
#contents #about .pickup .reason .reason-list{
	margin: 35px 0 0 0;
	background: url(../images/reason_bg.png) center center no-repeat;
}
#contents #about .pickup .reason .reason-list li{
	padding: 0;
	text-indent: 0;
	background: url(../images/reason_attention.jpg) left top no-repeat;
}
#contents #about .pickup .reason .reason-list dl{
	position: relative;
	clear: both;
	overflow: hidden;
}
#contents #about .pickup .reason .reason-list dt{
	float: left;
	width: 50%;
	padding: 25px 15px 0 70px;
	font-size: 18px;
}
#contents #about .pickup .reason .reason-list .reason01 dt{
	padding: 0 15px 0 70px;
}
#contents #about .pickup .reason .reason-list dd{
	float: left;
	border-left: 1px dotted #FFF;
	width: 48%;
	padding: 0 15px;
	font-size: 14px;
	min-height: 85px;
}
#contents #about .pickup .reason .reason-list .reason03 dd{
	padding: 20px 15px 0 15px;
}
#contents #about .target li{
	font-size: 14px;
}
/* products
-----------------------------------------------------*/
#contents #products h2{
	margin				: 60px 0 40px 0;
}
#contents #products h3{
	margin: 0 0 20px 0;
	line-height			: 1.6;
	font-weight			: bold;
	font-size			: 24px;
	color				: #B70025;
}
#contents #products h3 span{
	display				: inline-block;
	margin				: 0 0 8px 0;
	padding				: 0 8px;
	background			: #CC0033;
	line-height			: 34px;
	font-size			: 18px;
	color				: #FFF;
}
#contents #products .point01 h3 span{ background: #EE3F62; }
#contents #products .point03 h3 span{ background: #FF5E7E; }

#contents #products .point{
	margin: 70px auto;
}
#contents #products .main-image img{
	width: 100%;
}
@media screen and (min-width: 1170px) {
#contents #products .main-image img{
	width: auto;
}
}
/* price
-----------------------------------------------------*/
#contents #compare h2{
	margin				: 70px 0 30px 0;
}
#contents #compare .price-table{
	font-size: 14px;
}
#contents #compare .price-table td,
#contents #compare .price-table th{
	padding: 1% 2%;
	font-weight: normal;
	color: #000;
}
#contents #compare .price-table td{
	text-align: center;
	font-size: 12px;
}
#contents #compare .price-table thead th{
	text-align: center;
	color: #FFF;
}
#contents #compare .price-table thead th[colspan]{
	text-align: left;
}
#contents #compare .price-table thead tr:nth-child(odd) th{
	background: #0049A2;
}
#contents #compare .price-table thead tr:nth-child(even) th{
	background: #00377B;
}
#contents #compare .price-table thead tr:nth-child(odd) th:nth-child(3n+1){
	background: #00479D;
}
#contents #compare .price-table thead tr:nth-child(even) th:nth-child(3n+1){
	background: #003577;
}

#contents #compare .price-table tbody th{
	vertical-align: top;
	width: 20%;
}
#contents #compare .price-table tbody td{
	width: 20%;
}
#contents #compare .price-table tbody tr:nth-child(even){
	background: #EBEBEB;
}
#contents #compare .price-table tbody tr:nth-child(even) td:nth-child(2n+1),
#contents #compare .price-table tbody tr:nth-child(even) th{
	background: #E4E4E4;
}
#contents #compare .price-table tbody tr:nth-child(odd) td:nth-child(2n+1),
#contents #compare .price-table tbody tr:nth-child(odd) th{
	background: #F7F7F7;
}
#contents #compare .price-table tbody tr:nth-child(odd) td:nth-child(2n+1){
}
#contents #compare .price-table tbody tr td:nth-child(2){
	border-right: 1px solid #F4F4F4;
}
#contents #compare .contact-info{
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 10px;
	display: block;
	margin: 30px auto;
	/*padding: 20px 0;*/
}
#contents #compare .price-table tbody .head{
	background: #00377B!important;
	color: #FFF;
}
#contents #compare .contact-info p{
	margin: 15px 0;
	padding: 0 15px;
}

/* download
-----------------------------------------------------*/
#contents #download h2{
	margin				: 60px 0 25px 0;
}
#contents #download .link-button{
	position			: relative;
	display				: inline-block;
	width				: 100%;
	text-align			: center;
	border				: 5px solid #FF0033;
	border-radius		: 40px;
	padding				: 0 30px 0 15px;
	background			: #fff;
	text-decoration		: none;
	line-height			: 60px;
	font-size			: 24px;
	font-weight			: bold;
	color				: #FF0033;
}
#contents #download .link-button:hover{
	opacity				: 0.8;
	top					: 2px;
}
#contents #download .link-button .glyphicon{ margin: 0 10px; }
/*-----------------------------------------------------
 footer
-----------------------------------------------------*/
#footer small{
}
