@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*-------------------------------------

Wacom Cintiq Pro　出張設置サービス

---------------------------------------*/
.pconly {display: block;}
.sponly {display: none;}

.column2R #main {
	float: none;
	width: auto;
}

#lp_page {
	width: 970px;
	color: #333333;
	font-size: 16px;
	margin: 30px auto;
    font-family: 'Noto Sans JP', sans-serif;
}

#lp_page h2 {
	border-left: 4px solid #f6cc16;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 4px 8px;
    display: none;
}
		
#lp_page #title_wrap {
    background: url("/5info/img/installation_service_wacom/main.jpg") no-repeat center 0;
	font-weight: normal;
	margin: 0 -500% 0;
	padding: 0 500%;
	width: 100%;
    height:560px;
    display: flex;
    align-items: center;
}

@media screen and (max-width:479px){
#lp_page #title_wrap {
    background: url("/5info/img/installation_service_wacom/main.jpg") no-repeat;
 background-position: 75% 40%;
}
}


#lp_page #title {
    font-size: 2.25rem;
    line-height: 1.3;
    background: rgba(255,255,255,0.5);
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin: 0 -500% 0;
    padding: 20px 500%;
    width: 100%;
}
#lp_page #title span{
    font-size: 1rem;
}
#lp_page .contents {
    margin: 20px 0 40px;
}
#lp_page p + p {
    margin-top: 0.75rem;
}


/*----------
コンテンツ
------------*/

#lp_page h3{
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
    font-size: 1.5rem;
    margin: 0 0 20px;
    text-align: center;
    padding: 10px;
    font-weight: normal;
}

/*Wacom Cintiq Pro 24 出張設置サービス　サービス開始記念キャンペーン*/
.camp_wrap {
    margin: 20px -500% 40px;
	padding: 20px 500%;
    background-image: 
    linear-gradient(
    -45deg,
    #FDEF2E 24%,
    #333 24%, #333 26%,
    #FDEF2E 26%, #FDEF2E 49%,
    #333 49%, #333 51%,
    #FDEF2E 51%, #FDEF2E 74%,
    #333 74%, #333 76%,
    #FDEF2E 76%, #FDEF2E
  );
  background-size:9px 9px;
  background-repeat:repeat;
}
.camp_wrap h3 {
    background: #FDEF2E;
}
.camp_box {
    background: #fff;
    padding: 20px;
}
.camp_wrap strong {
    background: linear-gradient(transparent 0%, #FDEF2E 0%);
}
.camp_detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.camp_detail dl {
    width: calc( 50% - 10px );
    margin: 20px 0 0;
}
.camp_detail dt {
    font-size: 1rem;
    margin: 0 0 10px;
    background: #DCDCDC;
    text-align: center;
    padding: 5px;
}
.camp_detail dt span {
    font-size: 0.8125rem; /*13px*/
    margin-left: 1rem;
}
.camp_detail dl ul {
    list-style: disc;
    margin-bottom: 5px;
    margin-left: 2em;
}
.camp_detail dl .notes {
   font-size: 0.8125rem; /*13px*/ 
}
.camp_detail .notes_box {
   font-size: 0.8125rem; /*13px*/ 
    border: 1px solid #DCDCDC;
    padding: 5px;
    margin-top: 20px;
    width: 100%;
    box-sizing: border-box;
}

/*Wacom Cintiq Pro　出張設置サービスって何？*/

.about_wrap {
    display: flex;
    margin-top: 20px;
    background-image: 
    linear-gradient(
    -45deg,
    #fff 24%,
    #333 24%, #333 26%,
    #fff 26%, #fff 49%,
    #333 49%, #333 51%,
    #fff 51%, #fff 74%,
    #333 74%, #333 76%,
    #fff 76%, #fff
  );
  background-size:9px 9px;
  background-repeat:repeat;
  padding: 20px;
}
.about_box {
    padding: 20px;
    width: calc( 100% - 10px );
    box-sizing: border-box;
    background: #fff;
}
.about_box + .about_box {
    margin-left: 20px;
}
.about_box h4 {
    display: flex;
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: normal;
}
.about_box h4 + p {
    font-weight: bold;
}
.about_box span.fuan, .about_box span.ok {
    width: 100px;
    margin-right: 10px;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    }
.about_box span.fuan {
    background: #DCDCDC;
    }
.about_box span.ok {
    background: #FDEF2E;
    }
.about_box span.txt {
    flex: 1;
    font-size: 1rem;
    line-height: 1.4;
    }
.about_box p {
    font-size: 1rem;
    display: flex;
}

/*プラン内容*/
.plan_wrap {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    margin: 0 5px;
}
.plan_wrap li {
    width: calc( 100% / 3 - 10px );
    margin: 0 5px;
    box-sizing: border-box;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px;
    background: #dcdcdc;
    text-align: center;
}
.plan_wrap li:first-child {
    background: #FDEF2E;
}
.plan_wrap li:first-child p {
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    font-weight: bold;
}
.plan_wrap li:first-child p span {
    color: #ff0000;
    margin-top: 10px;
    font-size: 1.25rem;
    padding: 5px;
    border: 1px solid #ff0000;
    display: block;
}

/*ご利用の流れ*/
.flow_wrap {
    margin-top: 20px;
    display:flex;
    flex-wrap: wrap;
}
.flow_wrap dt, .flow_wrap dd {
    margin-bottom: 10px;
}
.flow_wrap dt {
    width: 20%;
    box-sizing: border-box;
    background: #dcdcdc;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.flow_wrap dt::after {
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #dcdcdc transparent transparent transparent;
    bottom:-10px;
    left:calc( 50% - 10px );
}
.flow_wrap dt:last-of-type {
    background: #FDEF2E;
}
.flow_wrap dt:last-of-type::after {
    border: none;
}
.flow_wrap dd {
    width: 80%;
    box-sizing: border-box;
    padding: 10px 20px;
}
.flow_wrap .schedule {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 0 0 10px;
    margin-top: 20px;
}
.flow_wrap .schedule span {
    background: #dcdcdc;
    padding: 5px 5px 3px;
    display: inline-block;
}
.flow_wrap .schedule ul {
    list-style: disc;
    margin-top: 10px;
    margin-left: 2em;
}

/*申し込みボタン*/
p.linkbtn {
    background-image: 
    linear-gradient(
    -45deg,
    #fff 24%,
    #333 24%, #333 26%,
    #fff 26%, #fff 49%,
    #333 49%, #333 51%,
    #fff 51%, #fff 74%,
    #333 74%, #333 76%,
    #fff 76%, #fff
  );
  background-size:9px 9px;
  background-repeat:repeat;
  padding: 20px;
  margin-top: 10px;
}
p.linkbtn a {
	color: #666;
	background:#FDEF2E; 
	display: inline-block;
	padding: 12px 30px 12px 12px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 5px;
	position: relative;
    font-size: 1.75rem;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    transition: all .3s;
    border-bottom: 5px solid #666;
}
p.linkbtn a:hover {
    background: #666;
    color: #FDEF2E;
    border-bottom: 5px solid #FDEF2E;
}
p.linkbtn a:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 4px solid #666;
    border-right: 4px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: calc( 50% - 5px );
    right: 20px;
}
p.linkbtn a:hover:after {
    border-top: 4px solid #FDEF2E;
    border-right: 4px solid #FDEF2E;
}

/*Q＆A*/
.qabox {
    display: flex;
    flex-wrap: wrap;
}
.qabox .answer, .qabox .quest {
    padding: 1em 1em 1.25em;
    margin-right: 1em;
    width: 3em;
    box-sizing: border-box;
    text-align: center;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.qabox .quest {
    background: #333;
    color: #fff;
}
.qabox .answer {
    background: #FDEF2E;
    color: #666;
}
.qabox dd {
    padding: 5px 0;
    width: calc( 100% - 4em );
}
.qabox dd ul {
    display: flex;
 flex-wrap: wrap;
}
.qabox dd ul li {
    position: relative;
    padding: 10px;
    background: #dcdcdc;
/*    flex: 1;*/
    display: flex;
    align-items: center;
 width: 15%;
}
.qabox dd ul li:first-child {
width: 42%
}

@media screen and (max-width:479px){
.qabox dd ul li,.qabox dd ul li:first-child  {
  width: 94%;
 }
}
.qabox dd ul li + li {
    margin-left: 10px;
}
.qabox dd ul li::after {
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #dcdcdc;
    right:-10px;
    top:calc( 50% - 10px );
}
.qabox dd ul li:last-child::after {
    border: none;
}
.qabox dd + .quest {
    margin-top: 20px;
}
.qabox .quest + dd  {
    margin-top: 20px;
    border-bottom: 1px solid #666;
}
.qabox .quest:first-child + dd {
    margin-top: 0;
}




/*-------------------------------------
	ボックスが伸びるおまじない
---------------------------------------*/

.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 {
	font-size: 14px;
}   
.pconly {display: none;}
.sponly {display: block;}

#lp_page #title_wrap {
    background-size: cover;
    height: 300px;
    margin: 0;
    padding: 0;
    }
    #lp_page #title {
        text-align: center;
        background: rgba(255,255,255,0.7);
    }
/*Wacom Cintiq Pro 24 出張設置サービス　サービス開始記念キャンペーン*/
    .camp_detail {
        flex-direction: column;
    }
    .camp_detail dl {
    width: 100%;
    margin: 20px 0 0;
    }
    
/*Wacom Cintiq Pro　出張設置サービスって何？*/
    .about_wrap {
    flex-direction: column;
    }
    .about_box {
        width: 100%;
    }
    .about_box + .about_box {
    margin-left: 0;
}
	.about_box h4 {
    flex-direction: column;
    }
    .about_box span.fuan, .about_box span.ok {
    margin-right: 0;
    margin-bottom: 10px;
    width: auto;
    padding: 5px 0;
    }
    .about_box p {
    flex-direction: column;
    }
    
    /*プラン内容*/
    .plan_wrap {
        flex-direction: column;
    }
    .plan_wrap li {
        width: 100%;
        margin: 0;
    }
    .plan_wrap li + li {
        margin-top: 5px;
    }
    
    /*Q＆A*/
    .qabox dd ul {
    flex-direction: column;
    }
    .qabox dd ul li + li {
    margin-left: 0;
    margin-top: 10px;
    }
    .qabox dd ul li::after {
    border-width: 10px 10px 0 10px;
    border-color: #dcdcdc transparent transparent transparent;
    top:100%;
    left:calc( 50% - 10px );
    }
    
    p.linkbtn a:after {
    right: 10px;
    }
    
}/*消さない*/