@charset "UTF-8";

/*********************************************************************
　Parts
*********************************************************************/
/* display
-----------------------------------------------------------------*/
.devPc,
.devPcTbl{
	display:block;
}
.devTbl,
.devSmp{
	display:none;
}

/* font
-----------------------------------------------------------------*/
#tit1{
	padding:50px 0;
	width:100%;
	text-align:center;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;	
	box-shadow:0 1px 4px 1px #eee inset,0 -1px 4px 1px #eee inset;
	-moz-box-shadow:0 1px 4px 1px #eee inset,0 -1px 4px 1px #eee inset;
	-webkit-box-shadow:0 1px 4px 1px #eee inset,0 -1px 4px 1px #eee inset;
}
#tit1 h1{
	font-size:48px;
	font-size:4.8rem;
	color:#fff;
	text-align:center;
	font-weight:normal;
	font-family:'Anton', sans-serif;
	line-height:1;
	letter-spacing:1px;
	text-shadow: 1px 1px 3px #999; 
}
#tit1 p{
	color:#fff;
}
p.titE{
	font-size:44px;
	font-size:4.4rem;
	color:#9a1917;
	text-align:center;
	font-weight:normal;
	font-family:'Anton', sans-serif;
	letter-spacing:1px;
	line-height:1;
	margin:0;
	text-shadow: 1px 1px 3px #999; 
}
p.titE span{
	display:inline-block;
	width:1em;
	height:1em;
	background:url(../images/icon_star.png) no-repeat center center;
}
.tit2{
	text-align:center;
	font-size:12px;
	font-size:1.2rem;
	color:#9a1917;
	margin:5px 0 30px;
}
.tit3{
	color:#333;
	font-size:18px;
	font-size:1.8rem;
	font-weight:bold;
	line-height:1.4;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
}
.bold{
	color:#9a1917;
	font-size:16px;
	font-size:1.6rem;
	font-weight:bold;
}

.anton{
	letter-spacing:1.3;
	font-family:'Anton', sans-serif;
}
.f12{
	font-size:12px;
	font-size:1.2rem;
}
.f16{
	font-size:16px;
	font-size:1.6rem;
}
.f18{
	font-size:18px;
	font-size:1.8rem;
}
.f20{
	font-size:20px;
	font-size:2.0rem;
}
/* mainLead
-----------------------------------------------------------------*/
p.mainLead{
	width:940px;
	padding:30px 0;
	margin:0 auto;
}


/* align
-----------------------------------------------------------------*/
.alignL{text-align:left;}
.alignC{text-align:center;}
.alignR{text-align:right;}

/* bgColor
-----------------------------------------------------------------*/
.bgColor01{
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	background:#fff;
	box-shadow:0 1px 4px 1px #eee inset,0 -1px 4px 1px #eee inset;
	-moz-box-shadow:0 1px 4px 1px #eee inset,0 -1px 4px 1px #eee inset;
	-webkit-box-shadow:0 1px 4px 1px #eee inset,0 -1px 4px 1px #eee inset;
}
.bgColor02{
	background:#000;
}
.bgColor03{
	background:#000;
}

/* colorBox
------------------------------------------------------------------ */
.colorBox01{
	padding:20px 20px 10px;
	background: #fff;
}

/* bprder
------------------------------------------------------------------ */
.boderB{
	border-bottom:1px solid #fff;

}

/* column
-----------------------------------------------------------------*/
.colBox01,
.colBox02,
.colBox03{
	width:940px;
	margin-bottom:20px;
}
.colBox01 .colL,
.colBox01 .colR{
	float:left;
	width:48.5%;
}
.colBox01 .colR{
	float:right;
}
.colReverse .colL{float:right;}
.colReverse .colR{float:left;}

.colBox02 .col1,
.colBox02 .col2,
.colBox02 .col3{
	float:left;
	width:31.3%;
}
.colBox02 .col2{
	margin-left:3%;
}
.colBox02 .col3{
	float:right;
	display:table;	
	height: 120px;
}
.colBox02 .col3 dl{
	vertical-align: middle;
	display:table-cell;	
}
.colBox02 .col3 dl dd{
	margin-top:10px;
}

.section{
	overflow:hidden;
}
.colBox03 .colL{
	float:left;
	width:65.7%;
}
.colBox03 .colR{
	float:right;
	width:31.3%;
}
.colBox03 .colBox01{width:100%;}
.colBox03 .colBox01 .inColL,
.colBox03 .colBox01 .inColR{
	float:left;
	width:47.5%;
}
.colBox03 .colBox01 .inColR{
	float:right;
}
.stepBox{
	overflow: hidden;
}
.stepBox .col{
	float:left;
	width:18.4%;
	margin-left:2%;
	position:relative;
}
.stepBox .col:first-child{
	margin-left:0;
}
.stepBox .col dl{
	border:5px solid #ccc;
	padding:10px;
	background: #fff;
	
}
.stepBox .col dt{
	text-align:center;
	font-weight:bold;
	margin-bottom:10px;
	font-size:18px;
	font-size:1.8rem;
	color: #9a1917;
	border-bottom:1px dotted #ccc;
	font-family:'Anton', sans-serif;
	letter-spacing:1px;

}
.stepBox .col:after{
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
		margin-top:-5px;
    left: -20px;
    width: 10px;
    height: 10px;
		border-bottom:4px solid #9a1917;
		border-right:4px solid #9a1917;
		-webkit-transform: rotate(-45deg);  
		-moz-transform: rotate(-45deg); 
		-ms-transform: rotate(-45deg); 
}


/* indent
------------------------------------------------------------------ */
.indentArea{
	width:940px;
	margin:40px auto;
	padding:0;
	height:auto;
}

p.indent01,
.indent01 li{
	text-indent:-1em;
	margin-left:1em;
}
p.indent02,
.indent02 li{
	text-indent:-1.5em;
	padding-left:1.5em;
}
.dlBox01 dt{
	font-weight: bold;
}
.dlBox01 dd{
	padding-left:1em;
}

/* margin
------------------------------------------------------------------ */
/* margin-top */
.mt0 { margin-top:0px !important; }
.mt5 { margin-top:5px !important; }
.mt10 { margin-top:10px !important; }
.mt15 { margin-top:15px !important; }
.mt20 { margin-top:20px !important; }
.mt25 { margin-top:25px !important; }
.mt30 { margin-top:30px !important; }
.mt35 { margin-top:35px !important; }
.mt40 { margin-top:40px !important; }
.mt45 { margin-top:45px !important; }
.mt50 { margin-top:50px !important; }

/* margin-right */
.mr0 { margin-right:0px !important; }
.mr5 { margin-right:5px !important; }
.mr10 { margin-right:10px !important; }
.mr15 { margin-right:15px !important; }
.mr20 { margin-right:20px !important; }
.mr25 { margin-right:25px !important; }
.mr30 { margin-right:30px !important; }
.mr35 { margin-right:35px !important; }
.mr40 { margin-right:40px !important; }
.mr45 { margin-right:45px !important; }
.mr50 { margin-right:50px !important; }

/* margin-left */
.ml0 { margin-left:0px !important; }
.ml5 { margin-left:5px !important; }
.ml10 { margin-left:10px !important; }
.ml15 { margin-left:15px !important; }
.ml20 { margin-left:20px !important; }
.ml25 { margin-left:25px !important; }
.ml30 { margin-left:30px !important; }
.ml35 { margin-left:35px !important; }
.ml40 { margin-left:40px !important; }
.ml45 { margin-left:45px !important; }
.ml50 { margin-left:50px !important; }

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

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

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

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

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

/* clearfix
------------------------------------------------------------------ */
.cf:after,
.colBox01:after,
.colBox02:after,
.colBox03:after,
.navBox:affter{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
.cf,
.colBox01,
.colBox02,
.colBox03,
.navBox{display: inline-block;} 






















