*{
	margin: 0;
	padding: 0;
}

body{
	/*min-width: 100%;*/
	/*width: 100%;*/
	height: auto;
	font-family: "Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic Pro W3","メイリオ",sans-serif;
	background-color: #fffff9;
}


.arial{
	font-family: "Arial";
}

.meiryo,p,h1{
	font-family: "メイリオ", "Meiryo";
}

.myriad{
	font-family: "Myriad Pro";	
}

.mobile_none{
	display: none;
}



html body nav.navbar.navbar-default.navbar-fixed-top div.navbar-header img{
	height: 20px;
	padding-left: 3%;
	font-size: 10px;
	float: left;
	line-height: 15px;
	margin-top: 16px;
}

html body nav.navbar.navbar-default.navbar-fixed-top div.navbar-header button.navbar-toggle{
	float: right;
}

.navbar-header h1{
	width: 82%;
	padding-left: 3%;
	font-size: 10px;
	float: left;
	line-height: 15px;
	margin-top: 15px;
}


#wrapper{
width:100%;
overflow-x: hidden !important;
}


/*--------------------------------------------------ヘッダー共通部分ここから*/

#header_top{
	width: 100%;
	border-top: 3px solid #252525;
	background-color: #eeeeee;
}

#header_h1{
	width: 95%;
	height: 12px;
	margin: 0 auto;
}

#header_h1 h1{
	font-size: 6px;
	margin: 2px auto;
	font-weight: 800;	
}

#header{
	width: 95%;
	margin: 30px auto 0 auto;
}

#header_left{
	display: none;
	width: 100%;
	margin: 0 auto;
}

#header_left h2{
	font-size: 16px;
	margin-top: 5px;	
}

#header_left img{
	width: 100%;
	margin-top: 3px;
}

#header_right{
	width: 100%;
	display: none;
}

#header_contact{
	width: 100%;
	position: relative;
}

#header_contact img#header_tel{
	margin-top: 10px;
}

#header_contact a{
	width: 100%;
}

#header_contact a img#header_mail{
	width: 100%;	
	margin-top: 1px;
	border: none;
}

#header_contact h3{
	font-size: 13px;
	font-weight: 800;
	margin-top: 5px;
	padding-left: 20px;
	background-image: url("img/header/tel_black.png");
	background-repeat: no-repeat;
	background-position: center left;
}

#header_contact h3 span{
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.8px;
	margin-left: 10px;
}

#header_tel{
	width: 100%;	
}

#header_tel ul{
	width: 100%;
	float: right;
	overflow: hidden;
}

#header_tel ul li{
	width: 311px;
	height: 30px;
	float: left;
	list-style: none;
	overflow: hidden;
	letter-spacing: -0.2px;
	position: relative;
}

#header_tel ul li.header_tel_big{
	width: 326px;
	letter-spacing: -1.8px;
	margin-left: 20px;
}

#header_tel ul li.header_tel_big h3{
	letter-spacing: -1.8px;
	position: absolute;
}

#header_tel ul li h3{
	font-size: 12px;
	float: left;
	font-weight: 600;
	position: absolute;
	bottom: 0;
}

#header_tel ul li h4{
	font-size: 20px;
	color: #e0211b;
	float: right;
	margin-top: 7px;
	font-weight: 600;
	background-image: url("img/free_tel.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 28px;
}

#header_tel ul li.header_tel_big h4{
	float: right;
	letter-spacing: 0px;
	letter-spacing: -1px;
	background-image: none;
}

#header_tel ul li.bg_on h4{
	background-image: url("img/free_tel.png");
	background-repeat: no-repeat;
	background-position: left 5px;
}

/*--------------------------------------------------ヘッダー共通部分ここまで*/

/*--------------------------------------------------メインメニュー共通部分ここまで*/

#main_nav_bg{
	display: none;
	width: 100%;
	height: 50px;
	margin: 0 auto;
	background-image: url("img/header/bg.png");
	background-repeat: repeat-x;
}

#main_nav{
	width: 100%;
	height: 50px;
	margin: 20px auto 0 auto;
}

#main_nav ul{
	width: 100%;
	height: 50px;
	overflow: hidden;
	border-left: 1px solid #030303;
	border-right: 1px solid #a5a5a5;
}

#main_nav ul li{
	width: 168px;
	height: 50px;
	padding-top: 1%;
	list-style: none;
	float: left;
	text-align: center;
	border-left: 1px solid #a5a5a5;
	border-right: 1px solid #030303;
	line-height: 30px;
}

#main_nav ul li:first-child{
	width: 170px;
}

#main_nav ul li:last-child{
	width: 170px;
}


#main_nav ul li a{
	width: 168px;
	height: 50px;	
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.5px;
	color: #ffffff;
	text-decoration: none;
	/*--------------------------------------------------font-family: "小塚ゴシック Pr6N"!important;*/
}

/*--------------------------------------------------メインメニュー共通部分ここまで*/


/*--------------------------------------------------アイキャッチここから*/
#eyecatch_bg{
	width: 100%;
	margin: 0;
	margin-top: 60px;
	margin-bottom: 25px;
}

#eyecatch{
	width: 100%;
	/*height: 150px;*/
	margin: 0 auto;
}

img.pc{
	display: none;
}

#eyecatch img{
	width: 100%;
	
}
/*--------------------------------------------------アイキャッチここまで*/


/*--------------------------------------------------コンテナ等ここから*/

#container{
	width: 100%;
	margin: 20px auto 50px auto;
	overflow: hidden;
	background-color: #BAE1F4;
	padding: 10px;
}

#main_contents{
	width: 100%;
	float: none;
	overflow: hidden;
	margin: auto;
}

/*--------------------------------------------------コンテナ等ここまで*/



/*--------------------------------------------------キャンペーンページここから*/

#main_contents #campaign {
	line-height: 25px; 
	width: 100%;
}

#main_contents #campaign h1 {
  padding: 0.8rem 1.8rem;
  color: #fff;
  background: #0D3084;
  -webkit-box-shadow: 5px 5px 0 #091B63;
  box-shadow: 5px 5px 0 #091B63;
  margin-bottom: 30px;
  font-size: 20px;
}

#main_contents #campaign h2 {
  padding: 0.8rem 1.8rem;
  color: #fff;
  background: #0D3084;
  -webkit-box-shadow: 5px 5px 0 #091B63;
  box-shadow: 5px 5px 0 #091B63;
  margin-bottom: 30px;
  font-size: 18px;
}

#main_contents #campaign p {
	margin-bottom: 30px;
	color: #2b2b2b;
}

#main_contents #campaign span {
	font-weight: bold;
	color: #E53B3E;
}

/* ul */
#main_contents #campaign ul {
	list-style: disc;
	padding-left: 20px;
	margin-bottom: 15px;
}

#main_contents #campaign ul li {
	margin-bottom: 15px;
}

/*当選者*/

#main_contents #campaign h3 {
	font-size: 20px;
}

#main_contents #campaign h3 img {
	width: 30px;
	margin-right: 5px;
}


/* 手順　*/
#main_contents #campaign ol {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding-bottom: 15px;
}

#main_contents #campaign ol li {
  position: relative;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
  font-weight: bold;
}

#main_contents #campaign ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:inline-block;
  background: #DC2626;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* 景品　*/
#main_contents img {
	width: 100%;
}


/* ボタン */
#main_contents .btn-campaign {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 4px;
  color: #ffffff;
  background-image: linear-gradient(#FF5454 0%, #FF4343 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #CF3232;
  font-weight: bold;
  font-size: 15px;
}

#main_contents .btn-campaign:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}

/*--------------------------------------------------キャンペーンページここまで*/

/*--------------------------------------------------フッターここから*/

#footer_top_bg{
	width: 95%;
	margin: 0 auto;
	background-color: #eeeeee;
}

#footer_top{
	width: 99%;
	margin: 0 auto;
	overflow: hidden;
}

#footer_top_left{
	display: none;
	width: 100%;
	height: 344px;
	float: left;
}

#footer_top_mobile{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#footer_top_mobile h4{
	margin: 20px auto 10px auto;
	font-size: 18px;
	font-weight: 600;
	color: #d2211f;
}

#footer_top_mobile table#footer_table_mobile{
	width: 	100%;
	margin-top: 10px;
	text-align: left;
}

#footer_top_left table#footer_table_mobile th{
	width: 50%;
	height: 20px;
	text-align: left;
	font-size: 13px;
}

#footer_top_left table#footer_table_mobile td{
	width: 50%;
	height: 20px;
	text-align: left;
	font-size: 14px;
}

#footer_top_mobile p{
	text-align: left;
	font-size: 14px;
	margin-top: 10px;
	padding-top: 15px;
}

#footer_top_mobile p#footer_min_mobile{
	font-size: 12px;
	border: none;
	letter-spacing: normal;
	padding-bottom: 10px;
}

#footer_top_mobile hr#mobile_hr{
	width: 90%;
	height: 1px;
	margin: 10px auto;
	border: none;
	border-top: 1px dotted #000000;
}

#footer_top_right{
	width: 100%;
	padding-left: 1%;
	overflow: hidden;
	margin: 10px auto;
}

#footer_top_right img{
	width: 40%;
	float: right;
	margin: 10px auto;
}

#footer_top_right_contents{
	width: 100%;
	text-align: left;
}

#footer_top_right_contents h4{
	height: 30px; 
	margin: 10px auto;
	font-size: 18px;
	font-weight: 600;
	color: #d2211f;
	text-align: center;
}

#footer_top_right #footer_top_right_contents p{
	font-size: 13px;
	margin-top: 16px;
}

#footer_top_right_contents ul{
	width: 60%;
	float: left;
	margin-top: 14px;
	font-size: 14px;
}
#footer_top_right_contents ul li{
	font-size: 13px;
	list-style: none;
}

#footer_top_right p#footer_top_right_p{
	clear: both;
	width: 100%;
	font-size: 14px;
	padding-top: 5px;
}

#footer_bottom_bg{
	width: 100%;
	background-color: #121212;
}

#footer_bottom{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

#footer_bottom_left{
	width: 99%;
	margin: 0 auto;
	text-align: center;
}

#footer_bottom_left h4{
	width: 100%;
	color: #ffffff;
	font-size: 13px;
	font-weight: 800;
	margin: 20px auto 0 auto;
	text-align: center;
}

#footer_bottom_logo{
	width: 99%;
	margin: 6% auto 0 auto;
	text-align: center;
}

#footer_bottom_logo h5{
	font-size: 13px;
	font-weight: 400;
	color: #ffffff;
	padding-left: 2%;
}

#footer_bottom_logo img{
	width: 50%;
	margin: 0px auto;
}

#footer_bottom_tel{
	width: 75%;
	margin: 3% auto;
	text-align: center;
}

#footer_bottom_tel h5{	
	width: 250px;
	margin: 0 auto 10px auto;
	padding-left: 2%;
	font-size: 30px;
	color: #ffffff;
	font-weight: 400;
	background: url("../img/footer/tel_white.png") no-repeat;
}

#footer_bottom_tel p{
	width: 100%;
/*
	height: 15px;
*/
	font-size: 12px;
	color: #ffffff;
	margin: 0;
	padding: 0;
}


#footer_bottom_right{
	width: 99%;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}

#footer_bottom_right img{
	width: 50%;	
	margin-top: 10px;
}

#footer_bottom_right_contents{
	display: none;
	width: 100%;
	margin-top: 30px;
}

#footer_bottom_right_contents ul{
	width: 214px;
	height: 96px;
	overflow: hidden;
}

#footer_bottom_right_contents ul li{
	width: 107px;
	float: left;
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	font-family: "Meiryo";
	list-style: none;
}

#copyright{
	width: 100%;
	margin: 5% auto 0 auto;
	text-align: center;
	border-top: 1px solid #343434;
	padding-bottom: 60px;
}

#copyright p{
	font-size: 11px;
	color: #ffffff;
	margin-top: 3%;
}

#footer_nav{
	width: 100%;
	background-color: #000;
	overflow: hidden;
	position: fixed;
	bottom: 0;
}

#footer_nav #call{
	width: 50%;
	float: left;
	text-align: center;
	height: 60px;
	padding-top:20px;
	border-right: 1px #fff solid;
}

#footer_nav #call a{
	color: #fff;
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
	font-weight: 800;
}

#footer_nav #totop{
	width: 50%;
	float: right;
	text-align: center;
	height: 60px;
	padding-top:20px;
}

#footer_nav #totop a{
	color: #fff;
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
	font-weight: 800;
}

/*--------------------------------------------------フッターここまで*/


/*--------------------------------------------------追加*/
.pc_none b.tuika_mb{
	color:red;
	width: 100%;
	font-size: 120%;
}
