@charset "utf-8";

/*-------------------------------------

palit_factory_tour

---------------------------------------*/
.pconly {display: block;}
.sponly {display: none;}

.column2R #main {
	float: none;
	width: auto;
}

#lp_page {
	width: 970px;
	color: #333333;
	font-size: 16px;
	margin: 30px auto;
}

#lp_page h2 {
	border-left: 4px solid #f6cc16;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 4px 8px;
}
		
#lp_page h3{
    border-bottom: solid 3px #333;
    position: relative;
    font-size: 18px;
    margin: 40px 0 20px;
    text-align: left;
}
#lp_page h3:after{
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #f6cc16;
    bottom: -3px;
    width: 30%;
}
#lp_page h4{
    border-bottom: solid 3px #d04b4e;
    font-size: 18px;
    margin: 30px 0;
    text-align: left;
    color: #4552b4;
}

#title {
	margin-bottom: 20px;
    display: flex;
    text-align: center;
    font-weight: bold;
    align-items: center;
    background-image: linear-gradient(
    -45deg,
    #fff 25%,
    #f6cc16 25%, #f6cc16 50%,
    #fff 50%, #fff 75%,
    #f6cc16 75%, #f6cc16
  );
  background-size: 5px 5px;
}
#title .txtbox {
    padding: 20px;
    margin: 20px 0;
    width: 100%;
    box-sizing: border-box;
}
#title .subtxt {
    font-size: 20px;
    margin-bottom: 10px;
    background: #fff;
    padding: 10px 0 5px;
}
#title .maintxt {
    font-size: 50px;
    line-height: 1.2;
    background: #fff;
    padding: 10px 0 5px;
    border-bottom: 2px solid #666;
}

/*----------
コンテンツ
------------*/
#lp_page .contents{
    overflow: hidden;
}

#lp_page .contents .readbox{
    padding: 20px;
    background:#f6cc16;
    color: #333;
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 60px;
}
#lp_page .contents .readbox p{
    margin: 0 !important;
}
#lp_page .contents p {
    margin: 1em 0;    
}
#lp_page .itemlist {
    background: #eee;
    padding: 20px;
}
#lp_page .emphasis  {
    background: linear-gradient(transparent 0%, #f6cc16 0%);
}

#lp_page figure {
    width: 475px;
    margin: 0;
}
#lp_page figure + figure {
    margin-left: 20px;
}
#lp_page figure img {
}
#lp_page figure figcaption {
    margin: 0 auto;
    font-size: 14px;
    background: #eee;
    padding: 10px;
    width: 90%;
    box-sizing: border-box;
}
.figurebox {
    display: flex;
    margin: 20px 0;
    justify-content: center;
}


/*製品イメージ*/
.img_box {
    margin: 20px auto;
    width: 50%;
    border: 1px solid #FF8CE5;
    position: relative;
    box-sizing: border-box;
}
.img_box img { width: 100%; height: auto; cursor: zoom-in;}
.img_box p {
    margin: 10px;
    font-size: 14px;
}
.img_box .click {
    background: #FF8CE5;
    color: #fff;
    padding: 2px 5px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.word-break {
        word-break: break-all;
    }


/*-------------------------------------
	ボックスが伸びるおまじない
---------------------------------------*/

.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%;
}

/*-------------------------------------
　コンテンツ
---------------------------------------*/
    
.pconly {display: none;}
.sponly {display: block;}
#title {
	flex-direction:column;
}
#title img {
	width: 100%; height: auto;
}
#title .txtbox {
    margin: 0 auto;
    width: 90%;
    padding: 20px 0;
}
#title .maintxt {
    font-size: 30px;
}    
#lp_page .contents .readbox{
    padding: 20px;
    font-size: 18px;
    margin-bottom: 40px;
}
.figurebox {
    margin: 10px 0;
    flex-direction:column;
}
#lp_page figure {
    width: 100%;
    flex-direction: column-reverse;
}
#lp_page figure figcaption {
    padding: 10px;
    width: 100%;
}
#lp_page figure + figure {
    margin-top: 10px;
    margin-left: 0;
}
.img_box {
    width: 100%;
}    

	
}/*消さない*/