@charset "utf-8";

/*-------------------------------------

　キャンペーン名記載

---------------------------------------*/

/*-------------------------------------
　ページ基本設定
---------------------------------------*/

.column2R #main {
	float: none;
	width: auto;
}

#lp_page {
	width: 970px;
	color: #333333;
	line-height: 1.6em;
	font-size: 14px;
	background-color:#FFF;
	margin: 30px auto;
}

#lp_page h2 {
    color: #0283af;
    font-size: 35px;
    font-weight: normal;
    margin: 50px 0;
    text-align: center;
}

#lp_page h3 {
	font-size: 20px;
	font-weight:normal;
	color: #0283af;
	margin: 60px 0 20px;
}

#lp_page h4 {
	font-size: 16px;
	font-weight:normal;
	color: #fff;
	background-color: #0283af;
	padding:10px;
	font-weight:normal;
	margin: 40px 0 20px;
}

#lp_page p {
	font-size: 15px;
	margin: 10px 0;
}

/*-------------------------------------
閉じるボタン
---------------------------------------*/

.closeBtn {
	text-align:center;
	margin:50px 0;
}

.closeBtn input {
	background: -moz-linear-gradient(top,#F60 0%,#F30);
	background: -webkit-gradient(linear, left top, left bottom, from(#F60), to(#F30));
	background: linear-gradient(to bottom, #F60, #F30);
	border: 1px solid #DDD;
	border-radius:5px;
	color:#FFF;
	font-weight:bold;
	padding: 10px 100px;
	text-decoration:none;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:18px;
}

.closeBtn input:not(:target) {
	background:#F30\9;
}

.closeBtn input {
	background:#F30\9;
}

.closeBtn input:hover {
	opacity: 0.7; 
}


/*-------------------------------------
お申し込みボタン
---------------------------------------*/

.entryBtn {
    margin: 50px auto 30px;
    width: 750px;
}

.entryBtn a:hover {
    opacity: 0.7;
}


/*-------------------------------------
装飾
---------------------------------------*/

.bigTxt {
	color: #F00;
	font-size: 20px !important;
	font-weight: bold;
	margin: 30px auto 100px auto !important;
}

 .fontBold {
	font-weight: bold;
}


/*-------------------------------------
margin、padding
---------------------------------------*/

.mb30 {
	margin-bottom: 30px !important;
}


/*-------------------------------------
スマホ対策
---------------------------------------*/

@media screen and (max-width:479px){

		body {
			min-width: 320px!important;
			width: 100%!important;
			overflow-x: hidden;
		}
		#Header {
			margin:0 0 0;
		}
		#Header .logo {
			position: static;
		}
		#Header .logo {
			left: 0;
			position: absolute;
			top: 43px;
		}
		#Header .keyword {
			display: none;
		}
		#Header h1 {
			display: none;
		}
		#headsearchBox {
			display: none;
		}
		#Globalnavi {
			display: none;
		}
		div.leadSection {
			display: none;
		}
		#container #lp_page {
			margin-top: 10px;
			width: 98%;
			overflow-x:hidden;
		}
		#headerBody {
			width:98% !important;
		}
		#headerBody .tagLine {
			display:none;
		}
		#headerBody .head_lead {
			display:none;
		}
		#navBot{
			display:none;
		}
		#navMid .navMid_right,
		#navMid .navMid_center,
		#headBtn,
		#siteNav,
		.head_lead .mobileLink {
			display:none !important;
		}
		#navMid img {
			width:70%;
		}
		#headsearchBox {
			width:100% !important;
		}
		#headsearchBox #inputBox {
			width:83%;
		}
		#headsearchBox #btnBox {
			width:15%;
		}
		#container, #wrapper {
			width:100% !important;
		}
		#main img {
			width:100%;
			height:auto;
		}
		ul.breadCrumb {
			display:none;
		}
		
		
		/*-------------------------------------
		　フッター周り
		---------------------------------------*/
		.footerTagline {
			width:100% !important;
		}
		#footer {
			min-width: 320px;
			padding: 20px 0 10px;
			width: 100% !important;
		}
		#footerNav2 {
			padding: 0 10px !important;
			width: 100% !important;
		}
		#footerNav2 ul {
			width: 95%;
		}
		#footerLinks #footerLinks_Nav, #footerLinks #footerLinks_NavParts {
			margin: 8px auto;
			width: auto;
		}
		.siteSwitchLink {
			display:none;
		}
		#footer .copyright {
			padding-left: 10px;
			width: 100%;
		}
		#footerLinks {
			min-width: 100%;
			padding: 5px;
			background: #EEE;
			border-bottom: 2px #0062b0 solid;
		}
		#footerLinks ul {
			float: left;
			margin: 0 5px 25px 0;
		}
		
		/*-------------------------------------
		　中身
		---------------------------------------*/

		#lp_page h2 {
			font-size: 18px;
			margin: 20px 0;
			text-align: left;
		}
		
		#lp_page p {
			font-size: 12px;
			margin: 10px 0;
		}	
		
		#lp_page h3 {
			font-size: 14px;
			color: #0283af;
			margin: 20px 0;
		}
		
		#lp_page h4 {
			font-size: 14px;
			padding: 5px;
			margin: 20px 0 10px;
		}
		.entryBtn {
			width: 100%;
		}
		.closeBtn input {
			padding: 10px 30px;
			font-size: 16px;
		}
			
		/*-------------------------------------
		　キャンペーンポップアップ
		---------------------------------------*/
		#fvpop_base ,
		#fvpop
		 {
		   display:none!important;
		}


}
