@charset "utf-8";
p,ol,ul,dl,table{
	font-size: 0.9em;
	line-height: 1.8em;

}

.sp-block{
	display: none;
}

.pc-block{
	display: block;
}

.bold{
	font-weight: bold;
}

#header-area{
	width: 900px;
	margin: 20px auto 50px;
	text-align: left;
}


#lp-price #header-area p,
#lp-price #header-area ul,
#lp-price nav ul,
#lp-price #newsinfo p,
#lp-price footer p,
#lp-price footer ul{
	font-size: 0.84em;
	line-height: inherit;

}

#lp-price h1#logo,
#lp-price p#logo{
	float: left;
	max-width: 400px;
	margin: 15px 0;
	padding: 0;
	background-color: inherit;
	 /*margin: 25px 0 0;*/
	/*btn-areaが表示のとき使用 */
}

#lp-price h1#logo img,
#lp-price p#logo img{
	width: 100%;
}

#lp-price #header-menu{
	float: right;
	margin: 20px 0;
	/*margin: 5px 0 10px;*/
	/*btn-areaが表示のとき使用 */
}

#lp-price #header-menu li{
	float: left;
	font-size: 0.9em;
}

#lp-price #header-menu li:after{
	content: " ｜ ";
}

#lp-price #header-area{
	width: 960px;
	min-width: 960px;
	margin: 0 auto 10px;
}

#lp-price #btn-area{
	float: right;
	margin-bottom: 10px;
}

#lp-price .btn-gray{
	float: left;
	width: 170px;
	margin-left: 10px;
}

#lp-price .btn-gray a{
	display: block;
	padding: 5px 0;
	text-decoration: none;
	font-size: 0.9em;
	color: #fff;
	background-image: url(/commonimg/ico_arrow_white.png);
	background-position: right 5px center;
	background-repeat: no-repeat;
	background-color: #7b7b7b;
	border-bottom: 3px solid #3f3f3f;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#lp-price .btn-gray a:hover,
#lp-price .btn-gray a:active{
	background-color: #606060;
}

#lp-price nav{
	min-width: 960px;
	background-color: #55abae;
	border-bottom: 3px solid #3c898c;
}

#lp-price #gnavi-area{
	clear: both;
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

#lp-price #gnavi-area li{
	display: table-cell;
	width: 192px;
	vertical-align: middle;
	background: url(/commonimg/gnavi_bar.png) no-repeat right;
}

#lp-price #gnavi-area li:first-child{
	background: url(/commonimg/gnavi_bar.png) no-repeat right,
	            url(/commonimg/gnavi_bar.png) no-repeat left;
}

#lp-price #gnavi-area li a{
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 10px 0;
}

#lp-price #gnavi-area li a:hover,
#lp-price #gnavi-area li a.active{
	background: url(/commonimg/gnavi_active.png) no-repeat bottom;
}

#lp-price #gnavi-area li span{
	display: block;
	font-size: 0.8em;
}



.catch-copy{
	margin: 20px 0 5px 0;
	font-size: 1em;
	text-align: center;
}
#main{

}
h1{
	margin-bottom: 70px;
	padding: 20px 0;
	font-size: 1.8em;
	background-color: #20888C;
	color: #fff;
	text-align: center
}

.intro-area{
	width: 900px;
	margin: 0 auto;
}

.left{
	float: left;
	width: 450px;
	margin-right: 50px;
}

.right{
	float: right;
	width: 400px;
}

.right img{
	width: 100%;
}

.intro-area .price{
	margin: 20px 0;
	padding:  15px 0;
	border:  1px solid #ccc;
	text-align: center;
	font-weight: bold;
	line-height: 1.8em;
	vertical-align: middle;
}

.intro-area .price span{
	color: #D76805;
	font-size: 1.8em;
}



.button-area{
	margin: 70px 0;
	background-color: #efefef;
}

.button-area .inner{
	width: 900px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
}

.button-area p{
	font-size: 1em;
}

.price-table{
	width: 900px;
	margin: 50px auto 70px auto;
	text-align: center;
}

.price-table table{
	margin-top: 50px;
	width: 100%;
	border-collapse: collapse;
}

.price-table table th,
.price-table table td{
	
}

.price-table table th{
	padding: 5px 10px;
	border-right: 1px solid #fff;
	background-color: #20888C;
	color: #fff;
}


.price-table table td{
	padding: 20px 10px;
	border: 1px solid #20888C;
}

.price-table table span{
	font-size: 1.6em;
	font-weight: bold;
}

.price-table p{
	text-align: left;
}

.price-table table .w50{
	width: 50%;
}

h3{
	margin-bottom: 40px;
	font-size: 1.6em;
	font-weight: normal;
}

.price-table h3::after,
.point-area h3::after,
.corp-list-area h3.corp-list-title::after,
.case-list-area h3::after
{
	content: "";
	border-top: 2px solid #20888C;
	display: block;
	width: 3em;
	margin: 25px auto 0;
	color: #20888C;
}

.point-area{
		width: 900px;
	text-align: center;
	margin: 30px auto 0 auto;
	padding-top: 70px;
	border-top: 1px dotted #ccc;
}

.point-area ol{
	margin: 50px 0;
}

.point-area li{
	margin: 70px 0;
	text-align: left;
}

.point-area li h4{
	margin-bottom: 20px;
	font-size: 1.4em;
	color: #20888C;
}

.point-area li h4::before{
	margin-right: 10px;
	color: #333;
	font-size: 2.4em;
	vertical-align: middle;
}

.point-area li.step1 h4::before{
	content: '\02460';
}

.point-area li.step2 h4::before{
	content: '\02461';
}


.point-area li.step3 h4::before{
	content: '\02462';
}

.point-area li.step4 h4::before{
	content: '\02463';
}

.point-area li.step5 h4::before{
	content: '\02464';
}

.point-area li p{
	margin-bottom: 20px;
}

.point-area .underline{
	text-decoration: underline;
}

.point-box{
	border:  1px solid #ccc;
	margin: 30px 0 20px 0;
	padding: 10px;
	text-align: center;
	font-weight: bold;
}

.point-box p{
	margin: 0!important;
}

.corp-list-area{
	width: 900px;
	margin: 50px auto;
	text-align: center;
}

.corp-list-area ul{
	margin-top: 50px;
}

.case-list-area{
	width: 900px;
	margin: 100px auto 20px;
	text-align: center;	
}

.case-list-area ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.case-list-area ul li{
	width: 42%;
	background-color: #eee;
	padding: 3%;
	margin-bottom: 40px;
}

.case-list-area ul li img{
	width: 100%;
}

.case-list-area ul li h4{
	margin-bottom: 10px;
font-size: 1.1em;
}

.case-list-area ul li div{
	margin: 10px 0;
	padding: 5px;
	border:  1px solid #ccc;
	background-color: #fff;
}

.case-list-area ul.icon{
	display: block;
}

.case-list-area ul.icon li{
	width: auto;
	display: block;
	float: left;
	margin: 0 5px 2px 0;
	padding: 0 5px;
	border:  1px solid #20888C;
	color: #20888C;
}

.case-list-area ul.icon li a{
	color: #20888C;
	font-weight: bold;
	text-decoration: none;
}

.case-list-area .btn_detail{
	margin: 20px 0;
	background-color: #20888C;
	color: #fff;
}

.case-list-area .btn_detail a{
	display: block;
		padding: 10px;

	color: #fff;
	font-weight: bold;
	text-decoration: none;
}


.case-button-area p{
		width: 40%;
margin: 0 auto 50px auto;
	background-color: #555;
}

.case-button-area p a{
	font-size: 1.5em;
	color:  #fff;
	display: block;
	padding:  15px;
	text-decoration: none;
}


#main p.mainImg{
	float: right;
	max-width: 423px;
	padding: 20px 20px 0 0;
}
#main p.imgTxt{
	padding: 20px 0 0 20px;
	max-width: 330px;
}
#main p.txt{
	padding: 20px 0 0 20px;
}
.green{	color: #106904;}
.red{color: #ff0000;}
.choiceArea{
	clear: both;
	float: left;
	width: 500px;
	margin: 20px 0;
	background-color: #b0e09b;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
    	    border-radius: 6px;
}
.choiceArea p.choiceTxt{
	padding: 20px 0 10px 20px;
	font-size: 1.4em;
}
.choiceArea select{
	width: 300px;
	padding: 5px;
	margin-left: 20px;
}
.choiceArea p.miniTxt{
	padding: 10px 0 10px 20px;
}
.btn1{
	float: right;
	margin-top: 45px;	
}
.btn2{
	clear: both;
	text-align: center;
	margin-bottom: 30px;
	padding-top: 20px;
}
.btn3{
	display: none;
}
.merit{
	margin-top: 20px;
	padding: 20px;
	background: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
    	    border-radius: 6px;
}
.merit h2{
	margin-bottom: 10px;
	font-weight: normal;
	color: #dd951a;
}
.merit .note{
	font-size: 0.7em;
}
.merit-box{
	margin-top: 10px;
	background-color: #efefef;
}
.merit-box h3{
	padding: 10px 0;
	border-bottom: 2px dotted #ccc;
	font-weight: normal;
	vertical-align: middle;
}
.merit-box h3 span.catch-num{
	margin-right: 5px;
	font-size: 2.0em;
	color: #dd951a;
}
.merit-box p{
	padding: 10px 0 20px 45px;
}
.merit-box strong{
	color: #f00;
	font-weight: normal;
}
/*
.merit-box{
	float: left;
	width: 260px;
	margin: 10px 0 0 0;
	background: #dd951a;
	border: 1px solid #dd951a;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
    	    border-radius: 6px;
}
.merit-box h3{
	padding: 20px 10px;
	font-weight: normal;
	color: #fff;	
}
.merit-box h3 span.catch-num{
	display: block;
	font-size: 3.0em;
	text-indent: -10px;
}
.merit-box p{
	padding: 0 10px 20px 10px;
}
*/
ul#companyList{
	clear: both;
}
ul#companyList li{
	float: left;
	width: 430px;
	text-align: left;
	margin-bottom: 20px;
	margin-left: 15px;
	background-color: #fff;
	border: 1px solid #999;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
    	    border-radius: 6px;
}
/*
ul#companyList li:hover{
	opacity:0.8;
	filter: alpha(opacity=80);*/        /* ie lt 8 */
/*	-ms-filter: "alpha(opacity=80)";*/  /* ie 8 */
/*	-moz-opacity:0.8;*/                 /* FF lt 1.5, Netscape */
/*	-khtml-opacity: 0.8;*/              /* Safari 1.x */
/*	cursor: pointer;
}
*/
ul#companyList li p.check{
	float: left;
	width: 35px;
	height: 240px;
	background-color: #666;
	border-top-left-radius: 5px;
	border-top-right-radius: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-top-left-radius: 5px;
	-moz-border-top-right-radius: 0;
	-moz-border-bottom-left-radius: 5px;
	-moz-border-bottom-right-radius: 0;
}
ul#companyList li p.check input{
	margin: 88px 0 0 10px;
	background-color: #000;
}
ul#companyList li .corp_data{
	float: left;
	width: 390px;
	margin-top: 25px;
}
ul#companyList li p.companyPhoto{
	float: left;
	margin: 0 15px 15px 15px;
}
ul#companyList li p.icon{
	padding: 5px 0 10px 0;
}
ul#companyList li h2{
	margin: 5px 10px 0 0;
	font-size: 1.2em;
}
ul#companyList li h3{
clear: left;
	margin: 0 15px 0 15px;
	font-size: 0.86em;
	line-height: 1.5em;
	font-weight: bold;
}
ul#companyList li p.corpTxt{
	margin: 0 15px 0 15px;
	font-size: 0.76em;
}
ul#companyList li p.corpTxt span{
	display: block;
	float: left;
	padding: 2px; 
	margin: 0 3px 2px 0;
	border: 1px solid #999;
}

ul#companyList li p.text-icon{
	margin-bottom: 25px;
}

p#copyright{
	margin-bottom: 30px;
	text-align: center;
}

#lp-price #footer-navi ul li{
	display: table-cell;
	width: 192px;
	vertical-align: middle;
	text-align: center;
	background: url(/commonimg/fnavi_bar.png) no-repeat right;
}

#lp-price #footer-navi ul li:first-child{
	background: url(/commonimg/fnavi_bar.png) no-repeat right,
	            url(/commonimg/fnavi_bar.png) no-repeat left;
}

#lp-price #footer-logo{
	font-size: 0.6em;
}


@media screen and (max-width:540px){ /* 540px〜 */
.sp-block{
	display: block;
}

.pc-block{
	display: none;
}	
	
	
#header-area,
#lp-price #header-area{
	width: 98%;
	margin: 2% 1% 0;
	font-size: 0.7em;
	min-width: 1px;
}

#lp-price nav{
	width: 100%;
	min-width: 1px;
}	
	
#header-area img{
	max-width: 100%;
}
	
	#lp-price #newsinfo{
		margin: 20px 0 0 0;
	}	
	
.intro-area{
	width: 98%;
	margin: 0 auto;
	}
	
.left{
	float: none;
	width: 100%;
	margin-right: 0;
}

.right{
	float: none;
	width: 100%;
}
	
.button-area .inner{
	width: 98%;
}
	
.price-table{
	width: 98%;
	}
.point-area{
	width: 98%;
	}
.corp-list-area,
.case-list-area{
	width: 98%;

	}
.case-list-area ul li{
	width: 100%;
	}
	
#main{

}
h1{
	font-size: 2.0em;
	line-height: 1.4em;
}
	h2{
		text-align: center;
	}	
	
h3{
	line-height: 1.6em;
	}
	
	.inner img,
	.inner input{
		max-width: 100%;
	}	
	
	.point-area li h4{
		line-height: 1.8em;
		}
	
.case-button-area p{
		width: 90%;
}
	
#main p.leadTxt{
	padding: 3% 0 0 4%;
	font-size: 1.2em;
}
#main p.mainImg{
	float: none;
	width: 98%;
	padding: 1%;
	text-align: center;
}
#main p.mainImg img{
	width: 100%;
	max-width: 420px;
	text-align: center;
}
#main p.imgTxt{
	padding: 2% 2% 0;
	max-width: 330px;
}
#main p.txt{
	padding: 2% 2% 0;
}
.choiceArea{
	clear: both;
	float: left;
	width: 98%;
	margin: 2% 1%;
	background-color: #b0e09b;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
    	    border-radius: 6px;
}
.choiceArea p.choiceTxt{
	padding: 4% 4% 2%;
	font-size: 1.2em;
}
.choiceArea select{
	width: 90%;
	height: 30px;
	margin-left: 2%;
	text-align: center;
}
.choiceArea p.miniTxt{
	padding: 2% 4%;
	font-size: 0.65em;
}
.btn1{
	float: none;
	width: 98%;
	margin: 10px 1%;
	text-align: center;
}
.btn2{
	display: none;
}
.btn3{
	display: block;
	width: 98%;
	margin: 10px 1%;
	text-align: center;
}
.btn1 input{
	width: 100%;
	max-width: 374px;
}
.btn3 input{
	width: 100%;
	max-width: 374px;
}
ul#companyList li{
	clear: both;
	float: none;
	width: 96%;
	max-width: 500px;
	margin: 0 2%;
	margin-bottom: 20px;
}
ul#companyList li p.check{
	float: none;
	width: 100%;
	height: 25px;
	text-align: center;
	background-color: #666;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-moz-border-bottom-left-radius: 0;
	-moz-border-bottom-right-radius: 0;
}
ul#companyList li p.check input{
	margin: 5px auto;
	background-color: #000;
}
	
ul#companyList li .corp_data{
	width: 100%;
}	
}
