@charset "utf-8";

/*-------------------------------------

dtb_saenai

---------------------------------------*/

.column2R #main {
	float: none;
	width: auto;
}

#lp_page {
	width: 900px;
	color: #333333;
	/*line-height: 1.6em;*/
	font-size: 14px;
	margin: 30px auto;
}

#lp_page h2 {
	border-left: 4px solid #E9316F;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 4px 8px;
}
		
#lp_page h3{
    background-color:#E9316F;
    color: #FFFFFF;
    font-size: 16px;
    margin: 40px 0 20px;
    padding: 4px 6px 2px;
    text-align: left;
}

#lp_page h4 {
	border-left: 4px solid #F6AB00;
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 4px 8px;
}
#lp_page h5 { margin-bottom: 5px; color: #90C221; font-size: 14px !important;}

#title {
	margin-bottom: 40px;
}
#lp_page .contents{
}
#lp_page .contents p + p{
	margin-top:20px;
}

#lp_page .red{
	color:#F00;
	font-weight:bold;
}

#lp_page .kome{
	font-size:11px;
	margin-bottom: 20px;
}
#lp_page .red_bold{
	color:#F00;
	font-weight:bold;
	font-size:120%;
	margin-top:0;
}
#lp_page i { margin-left: 5px;}

/*購入はこちらボタン*/
#lp_page p.buybtn a {
	color: #595244;
	border: double 3px #cc9933;
	display: inline-block;
	padding: 12px 30px 12px 12px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 3px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
	position: relative;
	background-size: cover;
	font-size: 20px;
	background: #fff;
}

#lp_page p.buybtn a:after {
    content: '';
    width: 0;
    height: 0;
    border: solid 6px transparent;
    border-top: solid 9px #595244;
    position: absolute;
    top: 37%;
    right: 10px;
}

#lp_page p.buybtn a:hover {
	box-shadow: none;
	background: #fff url(/5info/img/dtb_kinpri/rainbow_s.png) top right no-repeat;
}

/*デザイン紹介*/
#lp_page .design_box { display: flex; justify-content: space-around; margin-top: 20px; }
#lp_page .design_box .box p { text-align: center; }
#lp_page .design_box .box img { margin-bottom:5px }


/*タブレット紹介*/
#lp_page .tab_box { display: flex; justify-content: space-between; align-items: center; font-size: 14px !important; -webkit-text-size-adjust: 100%; }
.tab_box + .tab_box { margin-top: 20px;}

/*詳細ボタン*/
#lp_page .tab_box p.syousai a {
	color: #E9316F;
	border: double 3px #E9316F;
	display: inline-block;
	padding: 5px 20px 5px 5px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 3px;
	position: relative;
	background-size: cover;
	font-size: 12px;
	background: #fff;
	white-space:nowrap;
	margin-left: 20px;
	box-sizing: border-box;
	width: 300px;
	text-align: center;
}

#lp_page .tab_box p.syousai a:after {
    content: '';
    width: 0;
    height: 0;
    border: solid 4px transparent;
    border-left: solid 7px #E9316F;
    position: absolute;
    top: 33%;
    right: 5px;
}
#lp_page .tab_box p.syousai a:hover {
	  background: repeating-linear-gradient(90deg, #fff3f3, #fff3f3 10px, #fff 0, #fff 20px);
}

/*パッケージ*/
#lp_page .package_box { display: flex; justify-content: space-between; }
#lp_page .package_box .box { }
#lp_page .package_box .box img { margin-bottom: 5px; }

/*製品イメージ*/
#lp_page .item_box { display: flex; margin-top: 20px;  }
#lp_page .item_box .box { text-align: center; }
#lp_page .item_box .box img { margin-bottom: 5px; width: 60%; height: auto; }

/*詳細ボタン*/
#lp_page .item_box .box p.syousai {
	color: #E9316F;
	border: double 3px #E9316F;
	display: inline-block;
	padding: 5px 20px 5px 5px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 3px;
	position: relative;
	background-size: cover;
	font-size: 12px;
	background: #fff;
	white-space:nowrap;
	box-sizing: border-box;
	text-align: center;
	margin-top: 10px;
    width: 60%;
}

#lp_page .item_box .box p.syousai:after {
    content: '';
    width: 0;
    height: 0;
    border: solid 4px transparent;
    border-left: solid 7px #E9316F;
    position: absolute;
    top: 33%;
    right: 5px;
}
#lp_page .item_box .box p.syousai:hover {
	background: repeating-linear-gradient(90deg, #fff3f3, #fff3f3 10px, #fff 0, #fff 20px);
}
.item_box + h4 { margin-top: 20px;}

#lp_page .cp { text-align: right; margin: 40px 0; font-size: 12px;}

/*-------------------------------------
	ボックスが伸びるおまじない
---------------------------------------*/

.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%;
}

/*-------------------------------------
　コンテンツ
---------------------------------------*/
#title {
	margin-bottom: 20px;
}
#title img {
	width: 100%; height: auto;
}
	
/*購入はこちらボタン*/
#lp_page p.buybtn a { width: 86%;}

/*デザイン紹介*/
#lp_page .design_box { flex-direction: column; }
#lp_page .design_box .box { margin: 10px 0; text-align: center; }

/*タブレット紹介*/
#lp_page .tab_box { flex-direction: column; }

/*詳細ボタン*/
#lp_page .tab_box p.syousai a {
	margin-left: 0;
	margin-top: 5px;
	}
/*パッケージ*/
#lp_page .package_box .box { margin-left: 10px;}
#lp_page .package_box .box:first-child { margin-left: 0}
	
#lp_page .scroll{
overflow-x: auto;
padding-bottom: 20px;
	}
#lp_page .scroll::-webkit-scrollbar{　　/*スクロールバーを追加*/
 height: 5px;
}
#lp_page .scroll::-webkit-scrollbar-track{　　/*スクロールバーを追加*/
 border-radius: 5px;
  background: #eee;
}
#lp_page .scroll::-webkit-scrollbar-thumb {　　/*スクロールバーを追加*/
 border-radius: 5px;
  background: #666;
}

#lp_page .item_box  { flex-wrap: wrap; margin-top: 10px; }
#lp_page .item_box .box { width: 50%; }
#lp_page .item_box .box p.syousai { width: 90%; margin-top: 5px; }
#lp_page .item_box .box:last-child { margin-top: 20px;}
	
}/*消さない*/