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

/* clearfix
----------------------------------- */
.clearfix:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;
	clear: both; 
	visibility:hidden;
}
.clearfix {display: inline-block;} 
* html .clearfix {height: 1%;}
.clearfix {display:block;}
.clear { clear: both; }

/* base
----------------------------------- */
#wrap{
font-family: font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;

}

#tour2016 {
//	background: #ededed;
	color: #111;
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 0.02em;
	word-break: break-all;
	position: relative;
	padding-top: 30px;
	padding-bottom: 50px;
}

#tour2016 table { _font-size: 12px; }
#tour2016 a {
	text-decoration: underline;
}
#tour2016 a:hover {
	text-decoration: none;
}

#tour2016 a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);  
	-ms-filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
}

#tour2016 img{
width: 100%;
}

#tour2016 #contentInner{
width: 980px;
background: #fff;
padding: 30px 50px;
margin: 0 auto;
}

#tour2016 #container {
	width: 900px;
	margin: auto;
}

/* text style
----------------------------------- */

.center {text-align: center;}
.left {text-align: left !important;}
.right {text-align: right;}
.bold{font-weight: bold;}

.red { color: #ff2222; }
.pink { color: #ff3a7f; }
.blue { color: #0079A9; }
.subTxt,.sub { font-size: 0.8em; line-height: 1.5em;}
.lead {font-size:1.2em;font-weight:bold; line-height: 1.6em;margin-bottom: 30px;}
.txt {margin-bottom: 5px;}

.fs10{font-size:10px !important;}
.fs12{font-size:12px !important;}
.fs14{font-size:14px !important;}
.fs16{font-size:16px !important;}
.fs18{font-size:18px !important;}
.fs20{font-size:20px !important;}
.fs22{font-size:22px !important;}
.fs24{font-size:24px !important;}
.fs26{font-size:26px !important;}
.fs28{font-size:28px !important;}

.mb5{margin-bottom: 5px !important;}
.mb10{margin-bottom: 10px !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}
.mb50{margin-bottom: 50px !important;}
.mb60{margin-bottom: 60px !important;}




/* btn
----------------------------------- */
.btn { text-align: center; }
.btn a,
.btn input {
	display: inline-block;
	min-width: 200px;
	text-align: center;
	font-weight:bold;
	text-decoration: none;
	text-decoration: none !important;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 5px 50px;
	margin: 0 auto 10px;
}
.btn .main {
	background: #3F9DF5;
	color: #fff;
	font-size: 22px;
	line-height: 50px;
	border-bottom: 1px solid #1776cf;
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	position: relative;
	top: 0;
}
.btn .main:hover {
	background: #3494ee;
	color: #ffef3f;
	box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	top: 2px;
}
.btn .sub {
	background: #fff;
	color: #3494ee;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	border: 1px solid #3494ee;
}
.btn .sub:hover {
	background: #3494ee;
	color: #fff;
	text-decoration: none;
	border: 1px solid #3494ee;
}

/* layout
----------------------------------- */

#wrap{
position: relative;

}


/* common parts
======================== */

.box{
width: 850px;
margin: 0 auto 60px;
}
h2.title{
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
color: #28a6ca;
font-size: 26px;
font-weight: 700;
text-align: center;
border-bottom: 3px solid #28a6ca;
line-height: 150%;
letter-spacing: 0.05em;
margin: 0 0 30px;
padding-bottom: 5px;
}
h3{
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
font-size: 26px;
line-height: 150%;
font-weight: bold;
margin-bottom: 20px;
}

.fLeft{float:left;}
.fRight{float:right;}

input[type="checkbox"]{
display:inline-block;
margin-right: 2px;
vertical-align: -2px;
}

/* header
======================== */

#figure{
width: 850px;
text-align: center;
margin: 0 auto 50px;
}

#figure img{
width: auto;
}


/* ticketSchedule
======================== */

#schedule .accordion dt{
width: 400px;
text-align: center;
font-weight: bold;
text-decoration: none;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
padding: 5px 50px;
margin: 0 auto 10px;
background: #fff;
color: #3494ee;
font-size: 16px;
font-weight: bold;
line-height: 40px;
cursor: pointer;
border: 1px solid #3494ee;
position:relative;
}

#schedule .accordion dt:after{
content:"\f196";
font-size:17px;
font-family:"FontAwesome";
position:absolute;
top:50%;
right:20px;
margin-top:-16px;
font-weight:normal;
}
#schedule .accordion dt.open:after{
content:"\f147";
font-size:17px;
font-family:"FontAwesome";
position:absolute;
top:50%;
right:20px;
margin-top:-16px;
font-weight:normal;
}
#schedule .accordion dt:hover{
background: #3494ee;
color: #fff;
text-decoration: none;
border: 1px solid #3494ee;
}
#schedule .accordion dd{
display:none;
}


#ticketSchedule{
}

#ticketSchedule .sectionTit {
font-size: 23px;
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
color: #222;
font-weight: bold;
line-height: 1.5em;
letter-spacing: 0.05em;
margin: 0 0 10px;
}
#ticketSchedule table { width: 100%; margin: 10px 0 10px; }

#ticketSchedule #entryDate th{
font-size: 14px;
background: #28A6CA;
border: 1px solid #28A6CA;
color: #fff;
}

#ticketSchedule #entryDate td{
font-weight: bold;
font-size: 20px;
padding: 10px 15px;
}

#ticketSchedule th {
	width: 170px;
	background: #e5e5e5;
	border: 1px solid #999;
	font-size: 13px;
	font-weight: bold;
	padding: 8px 15px;
}
#ticketSchedule td {
	background: #fff;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #999;
	padding: 8px 15px;
}
#ticketSchedule td .subTxt { display: block; margin-top: 5px; }
#ticketSchedule .yellowTicket{
	display: inline-block;
	color: #FFF;
	background:#E7A814;
	font-size: 13px;
	font-weight: bold;
	line-height: 23px;
	border-radius:3px;
	padding: 0 10px;
	position: relative;
	top: -2px;
}


/* info
======================== */

#info h2.title{
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
font-size: 16px;
margin-bottom: 15px;
color: #28a6ca;
letter-spacing: 0;
line-height: 12px;
border-bottom: none;
border-left: 4px solid #28a6ca;
padding-left: 5px;
padding-top: 5px;
}

#info .area{
width: 810px;
background: #FEFDCB;
padding: 20px;
}


#info .upDate{
color: #555;
font-size: 11px;
font-weight: bold;
line-height: 1em;
margin-bottom: 7px;
}

#info p.title{
font-size: 14px;
font-weight: bold;
margin-bottom: 5px;
}

/* summary
======================== */

#summary .sectionTit { text-align: center; }
#summary dt {
	width: 170px;
	clear: both;
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 15px;
}
#summary dd { font-size: 12px;padding: 8px 15px 8px 200px; }
#summary dd img{width: 90px;}
#summary .odd { background: #eee; }


/* schedule
======================== */
#schedule #singleCol { width:850px; }
/* schedule
======================== */
#schedule {margin-bottom: 60px;}
#schedule #singleCol { width:600px; }
#schedule .section.schedule { border: none; }
#schedule .scheduleList { width: 100%; border-bottom: 1px solid #ccc; }
#schedule .scheduleList th {
	font-weight: bold;
	font-size: 13px;
	border-bottom: 1px solid #111;
	padding: 8px 0px;
}
#schedule .scheduleList td {
	line-height: 140%;
	font-size: 13px;
	border-top: 1px solid #ccc;
	padding: 7px 0;
}
#schedule .scheduleList .date	{ width: 128px; font-size:11px; }
#schedule .scheduleList .place	{ width: 100px; text-align: center; }
#schedule .scheduleList .venue	{ width: 240px;}
#schedule .scheduleList .time	{ width: 120px; text-align: center; }
#schedule .scheduleList .info	{ padding-left: 0px; font-size: 12px;}
#schedule .scheduleList th.date,
#schedule .scheduleList th.ticket{font-size:13px;}

#schedule .scheduleList .time	{ font-size: 13px; }
#schedule .scheduleList .ticket	{ width: 120px; font-size: 12px; text-align: center; }
#schedule .scheduleList td.time,
#schedule .scheduleList td.info	{ font-size: 13px; text-align:center;}
#schedule .scheduleList td.info	{ width:230px;text-align:center; letter-spacing: -0.02em;}
#schedule .scheduleList .subTxt	{ display: block; font-size:10px; line-height: 1.7em; }
#schedule .scheduleList .dayTwo td { border-top: 1px dotted #ccc; }

#schedule .scheduleList .info span{
display: block;
text-align:left;
font-weight: bold;
font-size: 13px;
color: #4E97E4;
margin-bottom: 2px;
padding-left: 3px;
}

#schedule .info.sankaku,
#schedule .info.sankaku span{color: #fab000;}
#schedule .info.sankaku2,
#schedule .info.sankaku2 span{color: #ff5a00;}
#schedule .info.sankaku2 span.sub{font-size:11px;}
#schedule .info.batsu,
#schedule .info.batsu span{color: #FF002D;}


/* dTicket
======================== */

#dTicket{
background: #FFFDE3;
width: 790px;
padding: 45px 30px 30px;
}


#dTicket .ph{
margin-bottom: 20px;
}

#dTicket h2{
width: 790px;
height: 65px;
text-indent: -9999px;
background: url(../images/tit_dticket.png) no-repeat top left;
margin: 0px auto 25px;
}
#dTicket h3.title{
width: 850px;
height: 30px;
text-indent:-9999px;
background: url(../images/tit_dticket_sub.png) no-repeat top left;
margin: 0 auto 20px;
}

#dTicket .subtit{
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
font-weight: 700;
font-size: 24px;
margin-bottom: 15px;
}

#dTicket h2 span{font-size: 26px;}

#dTicket h3{
color: #0595D4;
font-size: 23px;
margin-bottom: 15px;
}

#dTicket h3.tit{
font-size: 29px;
font-weight: bold;
letter-spacing: 0;
margin-bottom: 20px;
}

#dTicket .figure .fRight{
width: 490px;
}
#dTicket .figure .fRight .ph{
margin-bottom: 15px;
}
#dTicket .figure .ftight .lead{
letter-spacing: 0;
font-size: 14px;
}

#dTicket .lead{font-size: 15px;}

#dTicket .area{
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
font-weight: 700;
border-bottom: 1px solid #E0DCC6;
padding-bottom: 25px;
margin-bottom: 25px;
}

#dTicket .area.stamp{
border-top: 1px solid #E0DCC6;
padding-top: 25px;
}

#dTicket .area:last-child{
padding-bottom: 0;
margin-bottom: 20px;
}
#dTicket .area.memorial{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 10px;
}
#dTicket .area:last-child li{
margin-bottom: 5px;
}

.chargeList {
border: 1px solid #DEDEDE;
background: #fff;
color: #333;
margin: 0 0 5px;
width: 100%;
}

.chargeList tr:nth-child(2){
border-bottom: 1px solid #D6D6D6;
}

.chargeList .head th,
.chargeList .head td{
background: #28A6CA;
text-align: center;
color: #fff;
}
.chargeList th {
width: 200px;
background: #DFF0FF;
border-right: medium none;
font-size: 14px;
text-align: center;
font-weight: bold;
padding: 8px 20px;
}
.chargeList td {
padding: 5px 20px;
border-left: medium none;
font-size: 16px;
font-weight: bold;
}

.chargeList td .num.total {
	color: #F55555;
	font-family: Robot,sans-serif;
	font-size: 2em;
	padding: 0 3px 0 5px;
	position: relative;
	top: 2px;
}
.chargeList th img {
	width: 100px !important;
	margin: 0 5px 0 0;
	vertical-align: -20px;
}
.chargeList th .num {
	color: #F55555;
	font-size: 1.6em;
	margin: 0 3px;
	position: relative;
	top: 2px;
}
.chargeList.ex {
	border: 1px solid #DEDEDE;
	background: #f5f5f5;
	margin: 0 auto 15px;
}
.chargeList.ex img{
width: 57px !important;
vertical-align: -25px;
display: inline-block;
padding-top: 10px;
}
.chargeList.ex th {
	background: #ddd;
	border-right: medium none;
	font-size: 12px;
	font-weight: bold;
	padding: 0 20px;
}
.chargeList.ex td { font-size: 14px; text-align: center;}

#dTicket .chargeList + .subtxt li{
text-align: right;
font-size: 11px;
margin-bottom: 20px;
}

#dTicket li{
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
	text-indent: -0.6em;
	padding-left: 1.5em;
}

#dTicket li i{
display: inline-block;
margin-right: 4px;
}

#dTicket .txt li{
font-size: 1em;
text-indent: 0;
padding-left: 0;
margin-bottom: 2px;
}
#dTicket li .sub{ font-weight: normal;text-indent: -1em;padding-left: 1em;color: #000;}
#dTicket .area.stamp .ph{ width: 230px;margin-bottom:0;}
#dTicket .area.stamp .fRight{ width: 535px;}
#dTicket .area.stamp .fRight li{ margin-bottom: 20px;	text-indent: -0.8em;}
#dTicket .area.stamp .fRight li:last-child{ margin-bottom: 0;}
#dTicket .area.stamp .clearfix i{ color: #0079A9;margin-right: 0; }
#dTicket .area.stamp .clearfix{
	width: 790px;
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-weight: 700;
}

#spec h3{
color: #222;
font-size: 20px;
margin-bottom: 15px;
}



/* tiketAtt
======================== */

#tiketAtt{
margin-bottom: 50px;
}

#tiketAtt h2{
width: 850px;
height: 80px;
text-indent: -9999px;
background: url(../images/tit_ticket_att.png) no-repeat top center;
margin: 0 auto 10px;
}

#tiketAtt h4{
letter-spacing: 0;
font-weight: 700;
font-size: 16px;
line-height: 135%;
background: #1FA6C8;
color: #fff;
padding: 13px 15px;
}

#tiketAtt h4 span{
display: inline-block;
font-size: 14px;
}

#tiketAtt .att01,
#tiketAtt .att02{
width: 415px;
font-weight: 700;
border: 1px solid #1FA6C8;
}

#tiketAtt .att02 p{
padding: 23px 20px 7px;
margin-bottom: 13px;
}

#tiketAtt h3{
color: #111;
font-size: 24px;
margin-bottom: 25px;
}

#tiketAtt h3.tit{
font-size: 29px;
font-weight: bold;
letter-spacing: 0;
margin-bottom: 20px;
}

#tiketAtt h3 i{color: #ECBC25;}

#tiketAtt .lead{font-size: 16px;margin-bottom: 20px;}

#tiketAtt .att01 p{
padding-bottom: 20px;
}
#tiketAtt .ph{
padding-top: 15px;
}
#tiketAtt .att01 .ph{
text-align: center;
padding-top: 19px;
}

#tiketAtt .ph img{
width: auto;
display: block;
margin: 0 auto;
}
#tiketAtt .att02 h4 span:first-child{
font-size: 15px;
}
#tiketAtt .att02 h4 span{
display:block;
font-size: 15px;
}

#tiketAtt .subAtt{
width: 817px;
border: 1px solid #ccc;
padding: 15px;
margin-bottom: 60px;
}

#tiketAtt .subAtt p{
font-size: 13px;
text-indent: -1em;
padding-left: 1em;
line-height: 150%;
}

#tiketAtt p.title{
text-align: center;
font-weight: bold;
font-size: 23px;
margin-bottom: 30px;

}

/* flowStep
======================== */

#flowStep .stepList li { font-weight: bold;margin: 0 0 50px;  }
#flowStep .stepList .listTit {
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 0;
	margin: 0 0 10px;
	text-indent: -74px;
	padding-left: 74px;
}

#flowStep .stepList .txt {
font-size: 14px;
padding-left: 86px;
text-indent: -15px;
}

#flowStep .stepList .txt.sub{font-size: 14px;}


#flowStep .stepList .listTit span.step {
display: inline-block;
width: 60px;
height: 30px;
background: #28a6ca;
color: #fff;
font-size: 14px;
font-weight: bold;
text-align: center;
line-height: 30px;
text-indent: 0;
vertical-align: 3px;
margin: 0 10px 0 0;
border-radius: 4px;
}
#flowStep .stepList .listTit.double span.step {
vertical-align: 21px;
}
#flowStep .stepList .listTit span{
display: inline-block;
font-size: 20px;
text-indent: 0;
line-height: 130%;
}

#flowStep li .lead{margin-bottom: 5px;}
#flowStep li .sub{font-size: 1em;}

#flowStep .tit{
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
font-weight: 700;
font-size: 19px;
text-align: center;
color: #000000;
margin-bottom: 15px;
}
#flowStep .before{
margin-bottom: 70px;
}

#flowStep dd{
font-size: 13px;
}

#flowStep dd p{
line-height: 140%;
margin-bottom: 8px;
}

#flowStep .stepList .stepB03{
margin-bottom: 40px;
}

#flowStep .stepB03 .ph.fLeft{
margin-right: 15px;
}

#flowStep .stepB03 .dticketBox{
border-bottom: 1px solid #E0E0E0;
padding-bottom: 20px;
margin-bottom: 20px;
}


#flowStep .after h2{
position: relative;
}

#flowStep h2 span{
display: inline-block;
font-size: 15px;
color: #fff;
background: #DB0A28;
padding: 0 8px;
margin-right: 8px;
border-radius: 3px;
line-height: 30px;
vertical-align: 4px;
}

#flowStep .stepList .stepB02 .subBox,
#flowStep .stepList .stepB03 ul{
padding-left: 80px;
text-indent:0;
}

#flowStep .stepList .stepB02{
margin-bottom: 80px;
}

#flowStep .stepList .stepB02 li{
width: 247px;
height: 220px;
float: left;
text-indent: 0;
margin-right: 10px;
margin-bottom: 15px;
}
#flowStep .stepList .stepB02 li:nth-child(3) dt{background: #F54292;}
#flowStep .stepList .stepB02 li:nth-child(3) dd{border-color: #F54292;}
#flowStep .stepList .stepB02 li:last-child{margin-right:0;}

#flowStep .stepList .stepB02 li dt{
background: #28A6CA;
border-radius: 3px 3px 0 0;
font-size: 16px;
line-height: 120%;
text-align: center;
color: #fff;
padding: 22px 0 16px;
margin-bottom: 0;
}

#flowStep .stepList .stepB02 li:first-child dt{
padding: 10px 0;
}


#flowStep .stepList .stepB02 li dd{
height: 190px;
letter-spacing: 0em;
border: 2px solid #28A6CA;
border-radius: 0 0 3px 3px;
padding: 12px 12px 0;
}

#flowStep .stepList .stepB03 li{
width: 340px;
height: 220px;
border: 1px solid #28A6CA;
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
font-weight: 700;
font-size: 13px;
line-height: 140%;
text-indent: 0;
padding: 20px 14px;
margin-bottom: 0;
}

#flowStep .stepList .stepB03 li:first-child{
margin-right: 20px;
}

#flowStep .stepList .stepB03 .listTit{
margin-bottom: 10px;
}

#flowStep .stepList .stepB03 li .ph{
width: 60px;
display: inline-block;
vertical-align: -17px;
text-align: center;
margin: 0;
}

#flowStep .stepList .stepB03 li:last-child .ph{
vertical-align: -21px;
margin-right: 11px;
}


#flowStep .stepList .stepB03 li .tit {
display: inline-block;
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
font-weight: 700;
font-size: 22px;
color: #28A6CA;
margin-bottom: 15px;
text-align: center;
}

#flowStep .stepList .stepB03 li .lead{
color: #111;
line-height: 130%;
font-size: 20px;
letter-spacing: 0;
text-align: center;
margin-bottom: 18px;
}

#flowStep .stepList .stepB03 li .date{
height: 35px;
background: #FEFDCB;
text-align: center;
font-weight: bold;
padding: 15px 6px;
margin: 0 auto 17px;
font-size: 14px;
}


/* btnArea
======================== */
#btnArea.box {
margin-bottom: 10px;
}
#btnArea p.title{
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
line-height: 1.85em;
letter-spacing: 0;
font-size: 22px;
font-weight: 700;
text-align: center;
margin-bottom: 40px;
}

#btnArea li{
width: 410px;
float: left;
position: relative;
}
#btnArea li:first-child{
margin-right: 26px;
}

#btnArea li:last-child .btn .main span{
text-align:center;
}
#btnArea .btn{
//background: #C2E5ED;
text-align: center;
//padding: 25px 0 16px;
//border: 1px solid #1DB2DD;
//border-radius: 4px;
}


#btnArea .btn .main{
width: 250px;
font-size: 22px;
line-height: 130%;
padding: 13px 10px;
cursor: pointer;
}

#btnArea .before{
color: #333;
background: #DFE9EC;
padding: 50px 0;
border-radius: 2px;
font-size: 24px;
font-weight: bold;
}

#btnArea img{
display: block;
width: 90px;
}

#btnArea li img{margin: 0 auto 15px;}


#btnArea li .center{
color: #0B89BF;
font-weight: bold;
font-size: 20px;
margin-bottom: 18px;
}
#btnArea .btn .main span{
display: inline-block;
width: 240px;
}

/* notice
======================== */
#notice{
	width: 750px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
#notice .tit {
	color: #28a6ca;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	line-height: 1em;
	padding: 10px 0 0;
	margin: 0 0 25px;
}
#notice .noticeList { margin: 0 0 20px; }
#notice .noticeList li {
	font-weight: bold;
	font-size: 18px;
	line-height: 135%;
  border-bottom: 1px solid #E9E9E9;
	padding: 0 0 35px 25px;
	margin: 0 0 35px;
	position: relative;
}
#notice .noticeList li:before {
	content: "\f058";
	display: inline-block;
	color: #28a6ca; 
	font-family: FontAwesome;
	font-weight: normal;
	position: absolute;
	top: 0;
	left: 0;
}
#notice .noticeList .txt {  }
#notice .noticeList img { width: 250px; }
#notice label {
	display: block;
	margin: 0 0 20px;
	cursor: pointer;
}
#notice label:hover { color: #28a6ca; }
#notice img{width:auto;}


#footer {
    width: 100%;
    background: #f5f5f5;
    text-align: center;
    padding: 20px 0;
    position: absolute;
    left: 0;
    bottom: -17px;
}

#footer .copyright {
    width: 980px;
    font-size: 11px;
    font-weight: normal;
    color: #99958c;
    text-align: center;
    padding: 5px 30px 0;
    margin: 0 auto;
}

.indent{
display: inline-block;
text-indent: -1em;
padding-left: 1em;
}