@charset "utf-8";

/*-------------------------------------

お店で安心組立パック

---------------------------------------*/
#Header {
	position:static;
}
.pagetop {
    width: 970px;
    margin: 0 auto;
}
#container {
	width:100%;
}

.column2R #main {
	float: none;
	width: auto;
}
html {
	overflow: auto;
}
* html { /* for IE6 */
	overflow: hidden;
	overflow-x: auto;
	height: 100%;
}
body {
	overflow-x: hidden;
	position: relative;
	min-width: 805px;
}
* html body { /* for IE6 */
	overflow-y: auto;
	height: 100%;
}
#lp_page {
	width: 970px;
	background-color:#FFF;
	color: #333333;
	font-size: 14px;
	margin: 0 auto;
}
.pageTitle {
	background: none;
	font-size: 14px;
	color: #000;
	border-left: solid 4px #FF3300;
	margin: 0 0 20px 0;
	padding: 4px 8px;
	font-weight:normal;
}
.sidebannerLeft,
.sidebannerRight {
	display:none;
}

.clear {
	clear:both;
}


#container h2 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-left: 4px solid #FF3300;
    color: #111111;
    font-size: 14px;
    font-weight: normal;
    margin: 0 auto 8px;
    padding: 4px 8px;
}

#container h3 {
	font-size:30px;
    padding: 2px;
    color: #333;
	clear:both;
}
#container h3 img {
    vertical-align: -10%;
	width:3%;
	margin-right:10px;
}

@media screen and (max-width:479px){	
	#lp_page {
		width:100%;
	}
	.breadCrumb {
		display:none;
	}
	#container h3 {
		font-size:18px;
		padding:2px 0 2px 8px;
	}
	#container {
		margin:0 auto;
	}
	#footerLinks_Nav {
		display:none;
	}
	#container h3 {
		background:#333;
		color:#FFF;
		padding:6px;
	}
}


/*-------------------------------------
　装飾
---------------------------------------*/
.txtRed {
	color:#FF0000;
}
.mt10 {
	margin-top:10px;
}
.mt20 {
	margin-top:20px;
}
.mt30 {
	margin-top:30px;
}
.mt40 {
	margin-top:40px;
}
.mt90 {
	margin-top:90px;
}
.txt14 {
	font-size:14px;
}
.txtCenter {
	text-align:center
}

/*-------------------------------------
　タイトル下テキスト
---------------------------------------*/
.titleBox p {
    font-size: 19px;
    margin: 20px 40px;
	text-align:center;
}
@media screen and (max-width:479px){	
	.titleBox {
		width:100%;
	}
	.titleBox img {
		width:100%;
	}
	.titleBox p {
		font-weight:normal;
		font-size:14px;
		margin:20px 0px;
		text-align:left;
}
}

/*-------------------------------------
　3つのポイント
---------------------------------------*/
.boxLeft {
	float:left;
}
.boxRight {
	float:right;
}
.pointBox {
	width:323px;
	text-align:center;
}
.pointBox p {
	font-size:28px;
	font-weight:bold;
	line-height:114%;
}
.pointBox p span {
	font-size:14px;
}

@media screen and (max-width:479px){	
	.boxLeft {
		float:none;
	}
	.boxRight {
		float:none;
	}
	.pointBox {
		width:100%;
	}
}
/*-------------------------------------
　3つのコース
---------------------------------------*/

.boxLeft {
	float:left;
}
.boxRight {
	float:right;
}
.courseBox {
	width:323px;
	text-align:center;
}
.courseBox p {
    width: 200px;
    padding: 8px 0;
    font-weight: bold;
    color: #FFF;
    border-radius: 3px;
	margin:10px auto;
}
.courseBox dl {
	height:170px;
	margin-bottom:10px;
}

.courseBox dt {
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
.courseBox dd {
	font-size:14px;
	text-align:left;
}
.course1 p {
	color:#79ac5e;
	font-size:18px;
}
.course2 p {
	color:#d78249;
	font-size:18px;
}
.course3 p {
	color:#3c86da;
	font-size:18px;
	line-height:100%;
	padding:5px 0;
}
.priceBox p {
	font-size:22px;
	font-weight:bold;
	width:323px;
	padding:0;
	color:#333;
	border-radius:0;
	margin:0 0 24px;
	background:none;
	line-height:120%;
}
.priceBox span {
	font-size:16px;
}

.priceBox a {
    width: 200px;
    padding: 12px 50px;
    font-weight: bold;
    color: #FFF;
    border-radius: 3px;
    margin: 10px auto;
    text-decoration: none;
}
.course1 .priceBox a {
	background:#79ac5e;
}
.course1 .priceBox a:hover {
    background:#FFF;
	color:#79ac5e;
	border:1px solid #79ac5e;
}
.course2 .priceBox a {
	background:#d78249;
}
.course2 .priceBox a:hover {
    background:#FFF;
	color:#d78249;
	border:1px solid #d78249;
}
.course3 .priceBox a {
	background:#3c86da;
}
.course3 .priceBox a:hover {
    background:#FFF;
	color:#3c86da;
	border:1px solid #3c86da;
}

.laboImg {
	text-align:center;
}
.laboImg img {
	margin:10px;
}
.flowBox p {
    float: left;
    width: 400px;
    padding: 50px 0;
    font-size: 22px;}
.flowBox img {
	float:right;
}
	
.arrow{
  position: relative;
  height: 60px;
  border-right: 40px solid #3c86da;
  box-sizing: border-box;
  width:0;
  margin:0 auto;
}

.arrow::after{
  content: "";
  position: absolute;
  bottom: -34px;
  right: -54px;
  border-top: 34px solid #3c86da;
  border-left: 34px solid transparent;
  border-right: 34px solid transparent;
}
.hugeTxt {
    text-align: center;
    margin-top: 50px;
    font-size: 26px;
    font-weight: bold;
}

.cartBtn {
	transition: all 1.0s ;
}
.cartBtn:hover {
	background:#FFF !important;
	transition: all 1.0s ;
}
.courseTable {
	text-align:center;
}
    
.courseTable td {
	height:45px;
	vertical-align: middle !important;
}
.courseHead {
	text-align:center !important;
	font-weight:bold !important;
	color:#FFF;
	vertical-align: middle !important;
}
.headBl {
	background:#3c86da;
	border:1px solid #3c86da;
}
.headGr {
	background:#79ac5e;
	border:1px solid #79ac5e;
}
.headOr {
	background:#d78249;
	border:1px solid #d78249;
}
.pcNone {
	display:none;
}
.hugeLink {
	font-size:20px;
	text-align:center;
}
.courseImg {
    width: 323px;
    text-align: center;
	margin-bottom:14px;
}

#courseBtn {
  position: fixed;
  bottom: 50px;
  right: 50px;
}
 
#courseBtn a {
    display: block;
    z-index: 999;
    padding: 12px 12px 0px 12px;
    border-radius: 2px;
    width: 130px;
    height: 30px;
    background-color: #3c86da;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}
 
#courseBtn a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*20170620追加　3つのポイント　ドスパラボスタッフ項目*/

.laboBoxL {
	width:470px;
	text-align:left;
	margin-top:40px;
}
.laboBoxL p {
         font-size: 18px;
}
.laboBoxL p span {
	font-size:20px;
}


@media screen and (max-width:479px){	
	.boxLeft {
		float:none;
	}
	.boxRight {
		float:none;
	}
	.courseBox {
		width:100%;
		height:auto;
		text-align:center;
	}
    .courseBox dd {
		text-align:left;
		margin-left:10%;
	}
	.priceBox p {
		width:auto;
		padding:14px;
		margin:14px;
		text-align:center;
	}
	.priceBox a {
		display:block;
        box-shadow:2px 2px 2px #555;	}
	.courseBox dl {
		height:auto;
	}
	.spNone {
		display:none;
	}
	.flowBox  {
		text-align:center;
	}
	.flowBox p {
		font-size:18px;
		padding:0;
		width:100%;
		text-align:left;
	}
	.flowBox img {
		float:none;
	}
	.laboImg img {
		width:90%;
		margin:10px 0;
	}
	.arrow {
		margin:0 auto 40px;
	}
	.pcNone {
	    display:block;
    }
	#courseBtn a {
		display:none;
	}
	.laboBoxL {
		width:100%;
	}
	.boxRight {
		width:100%;
		font-size:100%;
	}
	.laboBoxR img {
		width:100%;
		margin:10px 0;
	}
	.laboBoxR p br {
		display:none;
	}
	.laboBoxL p span {
		font-size:100%;
	}
	.laboBoxL p {
		font-size:100%;
	}
	.laboBoxL p span br {
		display:none;
	}

	
}

