@charset "utf-8";
/* CSS Document */
#container{
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#222222;
	font-size:14px !important;
}
.txt_right{
	text-align:right;
	padding:0 10px 0 0;
}
.center{
	text-align:center;
}
.read{
	font-size:30px;
	font-weight:bold;
}
.title {
	padding: 12px 15px;
	background-color:#3695d6;
	color: #fff;
	font-size: 1.2em;
	font-family: Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,メイリオ,Meiryo,ＭＳ Ｐゴシック,Arial,Verdana,sans-serif;
}
.mt15{
	margin-top:15px;
}
.mt20{
	margin-top:20px;
}
.mt30{
	margin-top:30px;
}
.mt40{
	margin-top:40px;
}
.mb10{
	margin-bottom:10px;
}
.mb15{
	margin-bottom:15px;
}

/* ボタン赤 */
.btn-red a {
	display: block;
	width: 600px;
	margin: 0 auto;
	padding: 15px 0;
	background-color: #d32f2f;
	border-radius: 5px;
	box-shadow: 0px 5px 0px 0px #c62828;
	-moz-box-shadow: 0px 5px 0px 0px #c62828;
	-webkit-box-shadow: 0px 5px 0px 0px #c62828;
	color: #FFF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:28px;
	text-align: center;
}
/*.btn-red a:hover {
	color:#fff;
	background-color: #c62828;
	box-shadow: 0px 5px 0px 0px #b71c1c;
	-moz-box-shadow: 0px 5px 0px 0px #b71c1c;
	-webkit-box-shadow: 0px 5px 0px 0px #b71c1c;
	-moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3
}*/
.btn-red-fin span {
	display: block;
	width: 600px;
	margin: 0 auto;
	padding: 15px 0;
	background-color: #541313;
	border-radius: 5px;
	box-shadow: 0px 5px 0px 0px #4f1010;
	-moz-box-shadow: 0px 5px 0px 0px #4f1010;
	-webkit-box-shadow: 0px 5px 0px 0px #4f1010;
	color: #999;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:28px;
	text-align: center;
}
/*　キャンペーン概要　*/
#outline_box {
	margin: 0 0 15px;
	border: 2px solid #3695d6;
}
#outline_box dl{
	margin:5px 0;
}
#outline_box dt{
	padding:10px 0 0 15px;
	font-weight:bold;
	color:#3695d6;
	float:left;
}
#outline_box dd{
	padding:10px 10px 10px 200px;
	border-bottom:1px dashed #ccc;
	line-height:140%;
}
#outline_box dd.last{
	border:0;
}
/*--------------------------------------
  　　注意事項
--------------------------------------*/
.notice_tit {
	padding: 8px 15px;
	background-color: #ccc;
}
#notice_box {
	margin: 0 0 10px;
	width:956px;
	border: 2px solid #ccc;
}
#notice_box dl{
	margin: 0;
}
#notice_box dt{
	padding:10px 0 0 15px;
	font-weight:bold;
	float:left;
}
#notice_box dd{
	padding:10px 10px 10px 210px;
	border-bottom:1px dashed #ccc;
	line-height:140%;
}
#notice_box dd.last{
	border:0;
}
#notice_box ul{
	margin-left: 0;
}
#notice_box ul li {
	list-style: disc;
	list-style-position: outside;
}

#notice_box ul li span{
	padding-left: 1em;
	text-indent: -1em;
}

/*キャンペーン終了対応*/
#str_container #header{
	width:960px;
	position:relative;
}
#str_container #header .h-txt{
	display:none;
}
#str_container #header-fin{
	width:960px;
	position:relative;
	background:#000;
}
#str_container #header-fin .h-overlay{
	width: 100%;
	height: 100%;
	z-index: 999;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#str_container #header-fin .h-txt {
	position:absolute;
	background:#fff;
	padding:20px 40px;
	top:50%;
	left:290px;
	margin:-50px 0 0;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	z-index: 999999;
	text-align:center;
}
#str_container #header-fin .h-txt p {
	font-size:160%;
	font-weight:bold;
	color:#ff0000;
	font-family:"メイリオ", Meiryo, Osaka;
}
#str_container #header-fin .h-txt p span {
	font-size:80%;
	font-weight:normal;
}
/* stepFrame -----------------------------------------*/

#stepFrame{
	width:960px;
	margin:30px auto;
	padding-bottom:40px;
	background:#fca927;
}
#stepFrame h2{
	margin-bottom:34px !important;
}
#stepFrame .stepList{
	width:938px;
	margin:0 auto;	
	background:url(../images/frame_bg.gif) 30px bottom no-repeat;
}
#stepFrame .stepList li{
	width:197px;
	padding:0 0 0 30px;
	float:left;
	background:url(../images/arrow.jpg) left 176px no-repeat;
}
#stepFrame .stepList li p.textBlock{
	width:180px;
	padding:0 0 10px 10px !important;
}
#stepFrame .stepList li .red{
	color:#ff0000;
	font-weight:bold;
}
#stepFrame .stepList li .caution{
    font-size: 78%;
    line-height: 1.3;
}
#stepFrame .stepList li:first-child{
	padding-left:none !important;
	background:none !important;
}
.stepBlock,
.imgBlock{
	text-align:center;
}
.stepBlock img,
.imgBlock img{
	padding-bottom:15px;
}
.stepBlock{
	margin-top:0 !important;
}
/* キャンペーンの導線部分 -----------------------------------------*/
.column_unit {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 15px 0;
	overflow: hidden;
}
.column_box {
	margin:5px 15px 8px 0;
	position: relative; 
}
.column_box_last {
	margin:5px 0 8px 0;
	margin-right:0 !important;
	position: relative; 
}
.campaign_unit {
	margin: 0;
	/* float: left; */
}
.campaign_unit a {
	margin: 0;
	padding: 0;
	display: block;
	text-decoration: none;
}
.campaign_unit a:hover {
    background-color:#FFF;
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
.details {
	margin: -3px 0 0;
	padding: 5px 10px 5px 10px;
	width: 288px;
	border: #CCC 1px solid;
}
.details p.title02 {
	margin-top: 5px;
	padding-bottom: 5px;
	color: #006dba;
	font-size: 1.2em;
	font-weight: bold;
}
.details p.comment {
	margin-top: 0;
	padding-bottom: 5px;
	color: #262626;
	font-size: 1.0em;
}
.hi_time {
	height:70px;
}

