@charset "utf-8";

/*-------------------------------------

dtb_saenai

---------------------------------------*/

	#lp_page {}
	
	.column2R #main {
    float: none;
    width: auto;
}
	
	#lp_page h2 { background-color: #4DCAEE;color: #FFFFFF;padding: 5px 10px 5px 10px;font-weight: bold;font-size: 120%; margin: 40px 0 20px;}
	
	#lp_page h3 {
    border-left: 4px solid #004da1;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin: 40px 0 20px;
    padding: 4px 8px;
	}
	
	#lp_page p { font-size: 16px;}
	#lp_page p + p { margin-top: 20px;}
	
	#lp_page table {
		border-collapse: collapse;
		border-bottom: 1px solid #ccc;
		border-left: 1px solid #ccc;
		font-size: 16px;
		margin-bottom: 10px;
	}
	#lp_page table th {
		background: #eee;
		text-align: left;
		padding: 10px;
		border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}
	#lp_page table td {
		text-align: left;
		padding: 10px;
		border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}
	#lp_page .notes { color: #ff0000; font-size: 14px;}
	
	#lp_page .tokuten ul {
		text-align: center;
		margin-top: 40px;
	}
		
	#lp_page .tokuten li {
    float: left;
    width: 403px;
    margin: 5px 40px 0px 40px;
    padding: 18px 0px 13px 0px;
    background-color: #ffffff;
    border: 1px solid #e9e9e9;
	}
	
	#lp_page .tokuten h4 {
    font-size: 16px;
	margin-bottom: 20px;
}
	#lp_page .tokuten a {
    display: block;
    width: 246px;
    margin: 0px auto 13px;
}
	#lp_page .tokuten a img {
    width: 100%;
}
	#lp_page .tokuten a img:hover {
    opacity: .6;
}
/*-------------------------------------
	ボックスが伸びるおまじない
---------------------------------------*/

.cl {
	display: inline-block;
}

.cl:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px){
#Header {
	min-width: 320px;
}
#Header .inner {
	height: 40px;
	width: 100%;
}
#Header .logo {
	position: static;
}
#Header .logo img {
	height: auto;
	width: 50%;
}
#Header h1,
#Header ul.navi,
#Header .keyword,
#Header .btn,
#Globalnavi,
#headsearchBox,
.leadSection,
.leadSectionInner,
.breadCrumb {
	display: none !important;
}

body {
	min-width: 320px!important;
    width: 100%!important;
}
#container, #wrapper {
	width:100% !important;
}
#container #lp_page {
	margin-top: 10px;
    width: 96%;
}
.sectionBox img , .bnrBox img{
	width: 100%;
	height: auto;
}	
.sectionBox li + li {
	margin-top: 0.5em;
}
.sectionBox p + p {
	margin-top: 0.5em;
}
	
/*-------------------------------------
　フッター周り
---------------------------------------*/
#pagetop {
	bottom: 10px;
	right: 10px;
}

.footerTagline {
	margin-bottom: 4px;
	padding: 0% 2%;
	text-align: left;
	font-size: 90%;
	line-height: 140%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#footerLinks {
	display: none;
}

.footerTagline,
#footer,
#footerNav2,
#footerLinks #footerLinks_Nav,
#footerLinks #footerLinks_NavParts,
#footerCopy,
#footerCopy p.copyright {
	width: 100%;
	min-width: 100%;
}

#footer {
	padding: 9px 0px 7px 0px;
}

#footerLinks ul {
	float: none;
}

#footerCopy p.copyright a {
	display: block;
	margin-bottom: 7px;
}

#footerLinks ul {
	margin: 12px 0px 0px 5px;
}

#footerLinks ul li {
	display: inline-table;
	width: 45%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#footerLinks ul li.catName,
#footerLinks ul li.noLink {
		width: 90%;
}

#footerNav2 ul {
	margin: 0% 4%;
}

#footerNav2 li {
	display: inline-table;
	width: 49%;
	margin: 0px 0px 9px 0px;
	padding: 0px;
	border-left: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#footerNav2 li:first-of-type {
	margin-bottom: 9px !important;
}

#splink_footer {
	display: none !important;
}

#footerCopy p.copyright {
	text-align: center;
	font-size: 80%;
}

/*-------------------------------------
　コンテンツ
---------------------------------------*/
#lp_page { margin: 0 auto;}
	
#lp_page table th, td { width: 94%; display: block;}

#lp_page .tokuten li {
    float: none;
    width: 100%;
    margin: 5px 0 0 0;
	}
}/*消さない*/



/*-------------------------------------
　購入履歴 アプリボタン
---------------------------------------*/
.ap_unit {
	margin: 50px 0;
	text-align: center;
}
.ap_title {
	margin: 15px 0;
	border-bottom: solid 3px #cce4ff;
	position: relative;
	width: 330px;
	font-size: 1.6em;
	font-weight: bold;
	text-align: left;
}
.ap_title:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #5472cd;
	bottom: -3px;
	width: 42%;
}
.ap_unit p {
	margin: 35px 0 0;
	font-size: 1.2em;
	line-height: 1.8em;
	text-align: left;
}
.point {
	font-size: 1.4em;
	color: #5472cd;
}
.apply_unit {
	margin: 30px auto;
}
.ap_unit ul {
	text-align: center;
}
.ap_unit ul li {
	margin: 0 60px;
	display: inline;
}
.ap_unit ul li a {
	display: inline-block;
	font-size: 1.4em;
	font-weight: bold;
	color: #111;
	letter-spacing: 0;
	border: #ccc 1px solid;
	box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	border-radius: 5px;
	text-decoration: none;
	padding: 15px 70px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff7800), color-stop(0.00, #fff9a3));
	background: -webkit-linear-gradient(#fff9a3, #ff7800);
	background: -moz-linear-gradient(#fff9a3, #ff7800);
	background: -o-linear-gradient(#fff9a3, #ff7800);
	background: -ms-linear-gradient(#fff9a3, #ff7800);
	background: linear-gradient(#fff9a3, #ff7800);
}
.ap_unit ul li a:hover, .btn_noap a:hover {
	opacity: 0.6;
}
.apply_notice {
	margin: 0 auto 60px;
	padding: 12px;
	border: #ccc 1px solid;
	font-size: 14px;
	text-align: left;
	width: 750px;
}
.red {
	color: #FF0004;
}
.tex_s {
	font-size: 12px;
}

.ap_title2 {
	margin: 15px 0;
	border-bottom: solid 3px #cce4ff;
	position: relative;
	width:430px;
	font-size: 1.6em;
	font-weight: bold;
	text-align: left;
}
.ap_title2:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #5472cd;
	bottom: -3px;
	width: 33%;
}
.btn_noap {
	margin: 40px 0 10px;
}
.btn_noap a {
	display: inline-block;
	font-size: 1.4em;
	font-weight: bold;
	color: #666;
	letter-spacing: 0;
	border: #ccc 1px solid;
	border-radius: 5px;
	text-decoration: none;
	padding: 12px 70px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #bcd4e1), color-stop(0.95, #c3dbe9), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(top, #fff 0%, #c3dbe9 95%, #bcd4e1 100%);
	background: -moz-linear-gradient(top, #fff 0%, #c3dbe9 95%, #bcd4e1 100%);
	background: -o-linear-gradient(top, #fff 0%, #c3dbe9 95%, #bcd4e1 100%);
	background: -ms-linear-gradient(top, #fff 0%, #c3dbe9 95%, #bcd4e1 100%);
	background: linear-gradient(to bottom, #fff 0%, #c3dbe9 95%, #bcd4e1 100%);
}
.br_pc {
	display: block;
}

.ap_title3 {
	margin: 15px 0;
	border-bottom: solid 3px #cce4ff;
	position: relative;
	width:750px;
	font-size: 1.6em;
	font-weight: bold;
	text-align: left;
}
.ap_title3:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #5472cd;
	bottom: -3px;
	width: 33%;
}

.campBox {
  width:100%;
  text-align:center;
  margin:50px 0;
}
.campBox p {
  margin-bottom:10px;
}
.campBox p span{
  color:#5472cd;
}

/*-------------------------------------
　FAQ (ABテスト)
---------------------------------------*/
ul.faq_unit {
	margin: 0 0;
	padding: 10px 20px;
	border: #ccc 1px solid;
}
li.faq_box {
	margin: 10px 0 15px;
}
p.faq_q {
	margin: 0 0 5px;
	padding-bottom: 7px;
	border-bottom: #cce4ff 1px solid;
	padding-left: 2.0em;
	text-indent: -2.2em;
	font-size: 14px !important;
	font-weight: bold;
	line-height: 1.4em;
}
p.faq_a {
	margin: 12px 0 5px 30px !important;
	padding-left: 2.0em;
	text-indent: -2.2em;
	font-size: 14px !important;
	line-height: 1.4em;
}
.faq_q_tex {
	padding-right: 10px;
	color: #5472cd;
	font-size: 1.4em;
}
.faq_a_tex {
	padding-right: 10px;
	color: #ffa800;
	font-size: 1.4em;
	font-weight: bold;
}



@media screen and (max-width:479px){
	.ap_unit {
		margin: 50px 0 30px;
		text-align: left;
	}
	.ap_title {
		margin: 15px auto;
		width: 95%;
		font-size: 1.4em;
	}
	.ap_title:after {
		width: 38%;
	}
	.ap_unit p {
		margin: 20px 10px 0;
		font-size: 1.2em;
		line-height: 1.8em;
	}
	.point {
		font-size: 1.0em;
		color: #5472cd;
	}
		.br_pc {
			display: none;
		}	
	.apply_unit {
		margin: 20px auto;
	}
	.ap_unit ul {
		text-align: center;
	}
	.ap_unit ul li {
		margin: 15px auto;
		display: block;
		width: 90%;
	}
	.ap_unit ul li a {
		display: block;
		padding: 15px 40px;
		font-size: 1.4em;
		padding: 15px 0x !important;
	}
	.apply_notice {
		margin: 0 auto 50px;
		padding: 8px;
		font-size: 14px;
		width: 95%;
	}	
	.ap_title2 {
		margin: 15px auto;
		width: 95%;
		font-size: 1.4em;
		font-weight: bold;
	}
	.ap_title2:after {
		width: 38%;
	}
	.ap_title3 {
		margin: 15px auto;
		width: 95%;
		font-size: 1.4em;
		font-weight: bold;
	}
	.ap_title3:after {
		width: 38%;
	}
	.btn_noap {
		margin: 25px auto 10px;
	}
	.btn_noap a {
		margin: 0 auto;
		display: block;
		padding: 12px 0;
		text-align: center;
		width: 90%;
	}
	
	ul.faq_unit {
		margin: 0 0;
		padding: 5px 10px;
	}
	li.faq_box {
		margin: 10px 0 20px;
	}
	p.faq_q {
		margin: 0 0 5px;
		padding-bottom: 5px;
		font-size: 14px !important;
	}	
	p.faq_a {
		margin: 10px 0 5px 0 !important;
	}	
  .campBox {
    width:100%;
    margin: 30px auto;
  }
  .campBox p {
    font-size:1.2em;
  }
  .campBox img {
    width:100%;
  }
	
}

/* ----------------------------------------
   追加：2018.01.23
---------------------------------------- */
.noEwElm { display: none; }

.noElectronicWarranty .ewElm { display: none; }
.noElectronicWarranty .noEwElm { display: block; }
.noElectronicWarranty .noEwElm.inline { display: inline; }
.noElectronicWarranty .noEwElm.inlineBlock { display: inline-block; }

/* ----------------------------------------
   追加：2019.10.25 ダウンロードボタン変更
---------------------------------------- */

.ap_unit ul li a.bk0 {
	display: inline-block;
	font-size: 1.4em;
	font-weight: bold;
	color: #111;
	letter-spacing: 0;
	border: none;
	box-shadow:none;
	border-radius: 5px;
	text-decoration: none;
	padding: 15px 70px;
	background: none;
}
#lp_page .tokuten a.bk0 {
    display: block;
    width: 246px;
    margin: 0 auto;
}
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px){
    img.qr{
        display: none
    }
.ap_unit ul li a.bk0 {
    padding: 15px 40px !important;
    }
}
.apply_notice0, #lp_page .tokuten li.bor0 {
    border: none
}
.apply_notice0 {
    margin-bottom: 30px
}