@charset "utf-8";

/*-------------------------------------

　キャンペーン名記載

---------------------------------------*/

/*-------------------------------------
　ページ基本設定
---------------------------------------*/

.column2R #main {
	float: none;
	width: auto;
}

#lp_page {
	width: 900px;
	line-height: 1.6em;
	font-size: 14px;
	margin: 30px auto;
}

.pageTitle {
	background: none;
	font-size: 14px;
	border-left: solid 4px #FF3300;
	margin: 0 0 20px 0;
	padding: 4px 8px;
	font-weight:normal;
}


	.main-top-pc{
		display: block;
	}	
	.main-top-sp{
		display: none;
	}	

/*-------------------------------------
　見出し設定
---------------------------------------*/


.postageCtn p {
	margin-bottom: 10px;
}
.postageCtn h4 {
	font-size: 20px;
}

.pricBbox {
    position: relative;
    padding: 20px;
    z-index: 10;
    top: 0;
    left: 0;
	width: 94%;
	margin:0 0 50px 0;
}
.pricBbox:before, .pricBbox:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
}
.pricBbox:before {
    top: 0;
    left: 0;
    z-index: -10;
    background: #f5f5f5;
}
.pricBbox:after {
    top: 4px;
    left: 4px;
    z-index: -20;
    background: rgba(0,0,0,0.1);
    box-shadow: 4px 4px 0 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 4px 4px 0 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 4px 4px 0 0 rgba(0,0,0,0.2);
}
.leftBox {
	float: left;
	width: 440px;
}
.mt-s {
    margin-top: 15px;
}
.stPlan {
    border-top: 1px solid #ccc;
    margin: 10px 0;
    padding: 10px 0;
}
.stPlan a {
    border-top: 1px solid #ccc;
    padding: 10px 30px;
	background-color:#71BA44;
	border-radius:3px;
	display: inline-block;
	color:#fff;
}
.stPlan a:hover {
	opacity:0.7;
}
.mt-s span {
    background-color: #37a7db;
    color: #fff;
    display: block;
    font-weight: bold;
    margin: 10px auto -15px;
    padding: 2px 10px;
}
#incPostage p.small {
	font-size: 12px !important;
}

span.lineThrough {
	font-weight: normal;
	text-decoration: line-through;
}
span.camp {
	color: #f00;
	font-weight: normal;
}

@media only screen and (max-width: 479px) {/*　スマホ用　*/
	
#lp_page {
	width: 100%;
	line-height: 1.2;
	box-sizing: border-box;
}
	
	.main-top-pc{
		display: none;
	}	
	.main-top-sp{
		display: block;
	}	
	
	
.main-top-sp p.detail-btn a {
  background: #ff894a;
  background-image: -webkit-linear-gradient(top, #ff894a, #ff5900);
  background-image: -moz-linear-gradient(top, #ff894a, #ff5900);
  background-image: -ms-linear-gradient(top, #ff894a, #ff5900);
  background-image: -o-linear-gradient(top, #ff894a, #ff5900);
  background-image: linear-gradient(to bottom, #ff894a, #ff5900);
  border-radius: 5px;
  color: #ffffff;
  font-size: 19px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
	line-height: 1.4;
}	
	

	#footerCopy{
		min-width: 100%;
	}	
	#footerCopy p.copyright{
		width: 100%;
		display: block !important;
	}
	
.copyright {
    padding: 0 !important;
    color: #605b5a!important;
    background: #FFF !important;
}	
	
	.copyright img{
		display: block;
		margin-bottom: 4px;
	}	
	
	
	
	#pagetop {
    display: none;
    position: fixed;
    bottom: 10px !important;
    right: 10px !important;
}
	
	
	
	
	
.pc {
	display:none;
}
#charge .caseContainer .caseBox  {
	float:none;
	margin:0 auto 20px;
	width:90%;	
}
#charge .caseContainer {
	width:100%;
}
.stPlan a {
    display: block;
    margin: 0 auto;
    padding: 10px 0;
    width: 90%;
	text-align:center;
	font-size: 20px;	
}
.pricBbox dl {
    width: 48%;
    float: left;
    margin: 20px 10px 0 0;
}

.pricBbox dd {
    font-size: 13px;
}
.pricBbox dl .minTitle {
    background-color: #1067ae;
    border: 1px solid #1067ae;
    color: #ffffff;
    font-size: 87%;
    padding: 5px;
    margin: 0 0 10px 0;
}
.pricBbox dl span {
    color: #f00;
    text-align: right;
    display: block;
}
.pricBbox {
    position: relative;
    padding: 10px;
    z-index: 10;
    top: 0;
    left: 0;
    width: 85%;
}
.menu-title-01 {
    background: #fff url("/service/img/bg_title01.jpg") no-repeat scroll 0 center !important;
    color: #00a0e9 !important;
    margin: 50px auto 20px auto;
    width: 90%;
}
.menu-title-01-long {
    background: #fff url("/service/img/bg_title01_long.jpg") no-repeat scroll 0 center !important;
    color: #00a0e9 !important;
    font-size: 18px !important;
    font-weight: bold !important;
    line-height: 34px !important;
    margin: 50px auto 20px auto !important;
    padding: 0 0 0 20px !important;
    position: relative !important;
    width: 90% !important;
}
p.send-alllist-btn a {
    background-color: #71ba44;
    border-radius: 6px;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
    width: 86%;
}

}
@media only screen and (min-width: 480px) {/*　PC用　*/
.sp {
	display:none;
}
}


	
/*-------------------------------------
閉じるボタン
---------------------------------------*/

.closeBtn {
	text-align:center;
	margin:80px 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; 
}


/*-------------------------------------
ヘッダーとフッターは非表示
---------------------------------------*/
#Header {
	display:none;
}
#Globalnavi {
	display:none;
}
body div.leadSection {
	display:none;
}

.footerTagline {
	display:none;
}
#footer {
	display:none;
}
#footerLinks {
	display:none;
}
#footerCopy .footerBtn {
	display:none;
}

/*-------------------------------------
　ページTOPへ
---------------------------------------*/
#pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}
#pagetop a {
	color: #fff;
	background-color: #333;
	border-radius:5px;
    -webkit-border-radius:5px; 
    -moz-border-radius:5px;
	display: block;
	font-size: 12px;
	line-height:1.5em;
	padding:5px 10px;
	text-align: center;
	text-decoration: none;
}
.pagetop {
    clear: both;
    padding: 20px 0;
    text-align: right;
}


/*-------------------------------------
　ページTOPへ
---------------------------------------*/
#pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}
#pagetop a {
	color: #fff;
	background-color: #333;
	border-radius:5px;
    -webkit-border-radius:5px; 
    -moz-border-radius:5px;
	display: block;
	font-size: 12px;
	line-height:1.5em;
	padding:5px 10px;
	text-align: center;
	text-decoration: none;
}