@charset "utf-8";

/*-------------------------------------

　pc_paradise_cleaning

---------------------------------------*/

/*-------------------------------------
　ページ基本設定
---------------------------------------*/

.column2R #main {
	float: none;
	width: auto;
}

#lp_page {
	width: 900px;
	color: #333333;
	line-height: 1.6em;
	font-size: 14px;
	background-color:#FFF;
	margin: 30px auto;
}

#title {
	margin: 0 0 20px 0;
}


/*-------------------------------------
　見出し設定
---------------------------------------*/

/*-- h3、h4は依頼内容に合わせて変更してください --*/
#lp_page h2{
	border-left:solid 5px #036eff;
	border-bottom:solid 1px #333333;
	padding:5px 15px;
	margin-bottom:30px;
	font-size:19px;
}
/*h2 {
	background: #036eff;
	font-size: 24px;
	color:#FFFFFF;
	margin: 0 0 40px 0;
	padding: 15px;
	font-weight:bold;
	line-height:1.4em;
	text-align:center;
}*/
#lp_page h3 {
	border-left:#001A53 solid 8px;
	padding-left:10px;
	font-weight:bold;
	margin-bottom:10px;
	font-size:16px;
}

/*h4 {
	border-left:#036eff solid 12px;
	padding-left:10px;
	font-weight:bold;
	margin-bottom:10px;
}*/
#lp_page .partsdog_title{
	background-color:#CEF1F9;
}



/*-------------------------------------
　バナーの下にテキストを設置する場合は
　sectionBox_b を使ってください
　通常はsectionBoxを使用
---------------------------------------*/

.sectionBox,
.sectionBox_b{
	margin-bottom: 30px;
}
/*.sectionBox img,
.sectionBox_b img {
	margin-bottom: 5px;
}*/
.sectionBox p{
	margin-bottom:5px;
}
.sectionBox_b p {
	margin-bottom: 30px;
}

/*-------------------------------------
　ml：　margin-left
　mr：　margin-right
　mb：　margin-bottom
　mt：　margin-top
---------------------------------------*/
.mt10{
	margin-top:10px;
}
.mt20{
	margin-top:20px;
}
.mt13{
	margin-top:13px;
}
.mt15{
	margin-top:15px;
}
.mt20{
	margin-top:20px;
}
.ml20 {
	margin-left: 20px;	
}
.ml13 {
	margin-left: 13px;
}
.ml10{
	margin-left:10px;
}
.ml7 {
	margin-left: 7px;
}
.ml6 {
	margin-left: 6px;
}
.ml20{
	margin-left:20px;
}
.ml65{
	margin-left:65px;
}
.mb5{
	margin-bottom:5px;
}
.mb10 {
	margin-bottom:10px;
}
.mb20{
	margin-bottom:20px;
}
.mb30{
	margin-bottom:30px;
}
.mb40{
	margin-bottom:40px;
}
.mt_b60{
	margin:60px 0;
}

/*-------------------------------------
　罫線
---------------------------------------*/

.keisen {
	border: none;
	border-top: solid 1px #CCC;
	height:1px;
	color:#FFF;
	width:100%;
	margin-bottom: 20px;
}
#lp_page .hasen{
	border-top:1px #999999 dashed;
	border-bottom:none;
	width:395px;
	margin:5px 0;
}

/*-------------------------------------
　その他
---------------------------------------*/

#lp_page .txtCenter{
	text-align:center;
}
#lp_page .fLeft{
	float:left;
}
#lp_page .fRight{
	float:right;
}

#lp_page .fRight img{
	width: 300px;
	height: auto;
}
#lp_page .fLeft img {
	width: 440px;
	height: auto;
		}
.fLeft + .fLeft { margin-left: 5px; margin-bottom: 5px;}
.mb30 img { width: 295px; height: auto; }
.mb30 img + img { margin-left: 7px; }

.mb40 img { width: 440px; height: auto; }
.mb40 .fLeft + .fLeft { margin-left: 5px; }
.mb40 img + img { margin-left: 7px; }


/*-------------------------------------
　文字サイズ 文字装飾
---------------------------------------*/
.font_s{
	font-size:11px;
	color:#666666;
	border:solid 1px #036eff;
	padding:5px;
	display:block;
	width:433px;
	line-height:1.5em;
}
.font_s_m{
	font-size:11px;
	color:#666666;
	border:solid 1px #036eff;
	padding:5px;
	display:block;
	width:588px;
	line-height:1.5em;
}
.font_s_l {
    border: 1px solid #036eff;
    color: #666666;
    display: block;
    font-size: 11px;
    line-height: 1.5em;
    padding: 5px;
    width: 888px;
}
.font12{
	font-size:12px;
}
.font13{
	font-size:13px;
}
.font20{
	font-size:20px;
}
.font30{
	font-size:30px;
}

.img11{
	position:relative;
	top:34px;
	left:-30px;
}
.font_Red{
	color:#FF0000;
	font-weight:bold;
}
.font_b{
	font-weight:bold;
}

/*-------------------------------------
　バックナンバー　リンク
---------------------------------------*/
.bn_Link{
	background-color:#001a53;
	padding:10px;
	text-align:center;
	width:400px;
	margin:auto;
	
}
.bn_Link a{
	color:#FFFFFF;
	font-weight:bold;
	font-size:18px;
}

#wrapper_breadCrumb {
    margin: 12px auto 0;
    font-size: 12px;
	clear: both;
}

/*-------------------------------------
　clearfix 
---------------------------------------*/

.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/*180606追加*/
.bnr01 {margin-bottom: 40px}

.link_clean a:hover {
  opacity: 0.5;
}
.rightBanner {
	display: block;
	width: 150px;
	position: fixed;
	z-index: 1000;
	right: 8px; /* 左右の調節 */
	bottom: 144px; /* 上下の調節 */
}
.rightBanner:hover {
  opacity: 0.5;
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
		@media screen and (max-width:479px){


		/*--------------------------
		　レスポンシブ対応ヘッダ
		----------------------------*/
		
		
		body {
			min-width: 100% !important;
			-webkit-text-size-adjust: 100%;
		}
		
		#Globalnavi,
		#Header #head_navi_menu,
		#Header #head_navi_menu_g,
		#Header .keyword,
		#Header #headsearchBox,
		#Header .wishBtn,
		#Header .btn,
		.leadSection .recomWin_black,
		.leadSectionInner {
			display: none;
		}
		
		#Header,
		#Header .inner,
		#Header h1 {
			width: 100%;
			height: auto;
		}
		
		#Header {
			width: 100%;
			min-width: 100%;
			overflow: hidden;
			border-bottom: 3px solid #fff;
		}
		
		#Header .logo {
			width: 90%;
			position: relative;
			top: 0px;
			padding: 0px 0px 12px 3px;
		}

		#Header h1 {
			display: none;
		}
		
		#container {
			width: 100%;
			padding-top: 0px !important;
		}
		
		#wrapper_premium_member .topicPath,
		#wrapper_premium_member .breadCrumb {
			display: none;
		}
		
		/*--------------------------
		　レスポンシブ対応フッタ
		----------------------------*/
		#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;
		}
		
		.footerTagline,
		#footer,
		#footerNav2,
		#footerLinks #footerLinks_Nav,
		#footerLinks #footerLinks_NavParts,
		#footerCopy,
		#footerCopy p.copyright {
			width: 100%;
			min-width: 100%;
			font-size:12px;
		}
		
		#footer {
			padding: 9px 0px 7px 0px;
		}
		
		#footerLinks {
			display: none;
		}
		#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%;
		}
		
		body #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%;
		}
		body #footerCopy {
			min-width: 100%;
		}		
		.pageLink {
			margin: 0;
			padding:0;
		}


		/*--------------------------
		　レスポンシブ対応全体
		----------------------------*/

		#container {
			margin: 0 auto 50px;
		}
		
		#lp_page {
			width: 98%;
			margin: 0 auto;
		/*	color: #FFF;*/
			line-height: 1.6em;
		/*	background-color:#000; */
		}
		
		#lp_page h3{
			font-size:80%;
		}
		
		.concept_cts {
			height:auto;
		}
		.sectionBox_b{
			padding: 10px;
		}
		.head_b p {
			padding: 21px 0 0 10px;
		}
		.head_g p {
			padding: 12px 0 0 5px;
		}
		
		.mainBox img {
			width:100%;
		}

		.ttl_rec img{
			width:100%;
			text-align:center;
		}

		#lp_page .btn_ps img{
			width:100%;
		}
		
		#lp_page .recommendBox li {
			 float: none; 
			 width: 100%;
			 text-align:center;
		}
		
		#lp_page .recommendBox .img{
			display: inline;
		
		}
		
		#lp_page .recommendBox .btn1 {
		    left: 76px;
		}
		
		
		#pointTokuten .detailPoint li {
			display: inline;
		}
		
		#pointTokuten{
			color:#000000;
		}
		
		#pointTokuten .icon_bottomarrow{
			 display: block;
			 margin-left: auto;
			 margin-right: auto;
		}	
		
		#pointTokuten .coin{
			width:100%;
		}		
		
		#lp_page .recommendBox li {
			margin-bottom: 80px;
		}
		
		#lp_page .recommendBox {
			margin-bottom: 6px;
		}
		
		.itemArea .itemSetBox li{
			float: none; 
			width:90%;
		}
		
		.itemArea .itemSetBox .txt .inn {
			display: inline;
		}
		
		
		.itemArea .itemSetBox .img {
			display: inline;
		}
				
		.itemArea {
			width:100%;
		}

		.itemArea .itemWrapper {
			width:100%;
		}
		
		.itemArea .tabBox dd {
			margin:6px 6px 0 0;

		}
		
		.itemArea .tabBox dd span {
			width: 100%;
			font-size: small;
			padding:0 3px;
		}
		
		.itemArea .tabBox {
			margin-top: -90px;
			padding: 0 0 0 6px;
		}
		
		.itemArea .itemSet h4.nml .pt {
			font-size: 11px;
		}
		
		.itemArea .itemSet h4.slv .pt {
			font-size: 11px;
		}
		
		.itemArea .itemSet h4.brz .pt {
			font-size: 11px;
		}
		
		.itemArea .itemSet h4.gld .pt {
			font-size: 11px;
		}
		
		.itemArea .itemSet h4.nml {
			padding: 13px 0 0 47px;
			font-size: 21px;
		}
		
		.itemArea .itemSet h4.brz {
			padding: 13px 0 0 47px;
			font-size: 21px;
		}
		
		.itemArea .itemSet h4.slv {
			padding: 13px 0 0 47px;
			font-size: 21px;
		}
		
		.itemArea .itemSet h4.gld {
			padding: 13px 0 0 47px;
			font-size: 21px;
		}

			.pc{
			display:none;
		}

		#lp_page img {
			width:100%;
		}

		.snscte{
			width:100%;
		}

		.bn_Link{
			width:94%;
		}	

		.fb{
			float:none; 
			margin:0px;	
		}		

		.twi{
			float:none; 
			margin:0px;
		}
		
		.snsSection{
			margin:0 auto;
			text-align:center;
			padding: 13px 0 5px 80px;
		}
		
		.mb5sp {
			margin-bottom: 5px;
		}
		/*--------------------------
		　レスポンシブメインタイトル
		----------------------------*/
		#boxTitle {
			padding: 10px 10% 20px;
			background-size: 100%;
			background-position: 20px 0;
		}
		#boxTitle .catchCopy {
			width: 50%;
			text-align: center;
			padding: 0;
		}
		#boxTitle .catchCopy img {
			width:50%;
		}
		#boxTitle h2 {
			font-size: 16px;
		}
		#boxTitle .subCatch {
			font-size: 14px;
		}

		#lp_page h3 {
			font-size: 18px;
			line-height:1.2em;
			margin: 20px 0 0;
		}
		
		.catchText {
			font-size: 14px;
			display: block;
			padding-left: 0;
		}

		#boxTitle .catchPointBack {
			text-align: left;
			font-size: 12px;
			padding: 5px;
		}
		
		.mb30 img { width: 100%; }
		.mb30 img + img { margin-top: 10px; margin-left: 0px; }
		
		.mb40 img { width: 100%; }
		.mb40 .fLeft + .fLeft { margin-left: 0; }
		.mb40 img + img { margin-top: 10px; margin-left: 0px; }

		.imgR { float: none;}
		
		.clearfix p.item { width: auto; float: none;}
		
		#lp_page .fRight {
			float: none;
		}
		#lp_page .fLeft {
			float: none; margin-bottom: 10px;
		}
		#lp_page .fLeft img {
			width: 100%;
		}	
		#lp_page .fRight img{
			width: 100%;
		}
		.fLeft + .fLeft { margin-left: 0;}
		
    .rightBanner {
	display: block;
	width: 100px!important;
	position: fixed;
	z-index: 1000;
	right: 8px; /* 左右の調節 */
	bottom: 0px; /* 上下の調節 */
      opacity: 0.8;
}
		}/* ウィンドウ幅が0〜479pxの場合に適用するCSSここまで */
		
		@media screen and (max-width:360px){
			#lp_page .recommendBox .btn1 {
			    left: 44px;
			}			
		}
		
/* ウィンドウ幅が480px〜の場合に適用するCSS */
		@media screen and (min-width:480px){
		.sp{
			display:none;
			}
		.img01{
			width:480px;
		}
		.img02{
			width:680px;
		}				
		.img03{
			width:680px;
		}	
		.img04{
			width:680px;
		}
		.snscte{
			width:600px;
		}
		.fb{
			width:30%; 
			float:left; 
			margin-left:80px;	
		}		
		.twi{
			width:30%;
			float:right; 
			margin-right:80px;
		}
		
}


/*-------------------------------------
　追記191220
---------------------------------------*/
#cashless {
    text-align: left!important;
}
.cashless_wrapper {
    text-align: center;
    font-size: 16px;
    margin: 4em auto 0;
    clear: both;
    width: 728px;
}
.cashless_wrapper p.cashless_lead {
    text-align: left;
}
@media screen and (max-width: 479px) {
    .cashless_wrapper {
        padding: 0 5px;
        text-align: left;
        width: 100%;
    }
    .cashless_wrapper .cashless_lead,
    .cashless_wrapper #cashless .cashlessLink {
        font-size: 14px!important;
        text-align: left;
    }
    .cashless_wrapper img {
        width: 100%;
        margin-bottom: 10px;
    }
}

/*-------------------------------------
　20/01/28 SEO施策
---------------------------------------*/

.pcCleaningLink {
    margin: 1em auto 0;
    width: 750px;
	font-size: 17px;
}

.pcCleaningLink a {
  	text-decoration: none;
}

.pcCleaningLink a p {
  	color:#000000;
    line-height: 1.7;	
}

.pcCleaningLink a p.price_red {
  	color:#FF0000;
	font-weight:bold;
	font-size: 1.5em;
}
@media screen and (max-width: 479px) {
.pcCleaningLink {
    margin: 1em auto 0;
    width: 98%;
	font-size: 15px;
}
	
#wrapper_premium_member .breadCrumb, .breadCrumb {
    display: block !important;	
}
}