@charset "utf-8";
/* CSS Document */
#lp{
		margin:15px auto;
		width:100%;
	height:auto;
	padding:0;
	overflow:hidden;

}
#bk_y{
		background:#fed937;
		height:80px;
}
#bk_stripe{
  width:100%;
  height: 240px;
  background-image: linear-gradient(
    -45deg,
    #fff 25%,
    #ffe0b1 25%, #ffe0b1 50%,
    #fff 50%, #fff 75%,
    #ffe0b1 75%, #ffe0b1
  );
  /* 幅8px、高さ8pxで背景画像のサイズを指定 */
  background-size: 8px 8px;
}
#bk_orange{
	width: 100%;
	height: 80px;
	color: #fff;
	background-color: #FF8306;
	line-height:80px;
	font-size:4rem;
}
#bk_orange .lp_inn{
	line-height:80px;
	font-size:4rem;
}

.lp_inn{
	width:980px;
	height:auto;
	margin:0 auto 40px;
	padding:0;
	overflow:hidden;
	position:relative;
	font-size:1.8rem;
	line-height:150%;
}
h2{
	line-height:80px;
}

h3{
    background-color: #9fc774;
    border-radius: 8px;
    box-shadow: 1px 1px 4px #c1c9d1;
    color: #ffffff;
    margin: 40px 0 20px;
    padding: 2rem;
    text-align: justify;
	font-size:2.5rem;
}

.kigen{
	color:#fff;
	font-size:2rem;
	position:absolute;
	bottom:5px;
	left:0;
}
.kigen span{
 color: #fed937;
    font-size: 4rem;
    padding-left: .5rem;
    padding-right: .5rem;
    font-weight: bold;
text-shadow:
2px 2px 0px #939393,
4px 4px 0px #1c1c1c;
}
.lp_inn p{
	padding:0 20px;
	margin:20px 0;
}
.lp_inn p a{
    color: #0f458e;
    text-decoration: none;
}
.lp_inn p a:hover {
    color: #399de9;
    text-decoration: none;
}
.taisyou_l{
	width:43%;
	height:530px;
	float:left;
	padding:20px;
		border: 1px solid #cccccc;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
} 
.taisyou_box{
	background-color: #fff;
	overflow: hidden;
	padding: 20px 30px 40px;
}
.taisyou_r{
	width: 43%;
	height:530px;
	float: right;
	padding: 20px;
	border: 1px solid #cccccc;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
	}

.check ul {
    background-color: #f2f8de;
    border: 8px solid #9fc774;
    border-radius: 16px;
    box-shadow: 2px 2px 4px #c1c9d1;
    display: table;
    list-style: outside none none;
    margin: 40px auto;
	width:80%;
    padding: 24px 20px 8px;
}
.taisyou_box ul{
	margin: 30px;
}
.taisyou_box ul li{
	font-weight: bold;
	font-size:1.6rem;
}
.taisyou_box ul li {
	position: relative;
}
.taisyou_box ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1em;
	width: 6px;
	height: 6px;
	background-color: #df8c11;
	border-radius: 100%;
}
.lp_inn table{
	font-size:1.2rem;
	width:90%;
	margin:0 auto;
}
.lp_inn table tr .th2{
	background-color: #B7D5F4;
}
.lp_inn table tr .th2b{
	border-top: 1px solid #B7D5F4;
	background-color: #B7D5F4;
}
.lp_inn table th{
	text-align:center;
}
.lp_inn table td{
	text-align:center;
}
.lp_inn table tr .th3 {
	text-align: left;
}
.lp_inn table tr .left{
	text-align:left;
}
.pos_box{
	overflow:hidden;
	width:90%;
}
.pos_text{
	width:600px;
	float:left;
}

.check ul li::after {
    content: "";
    display: block;
    margin-bottom: 0.5em;
}
.check ul li {
    display: table-row;
    font-size: 1.8rem;
    line-height: 150%;
    text-align: left;
	font-weight:bold;
}
.check ul li::before {
    color: #ff5b5b;
    content: "✔";
    display: table-cell;
    padding-right: 0.4em;
}
.box_inn{
	padding:2rem;
	border:#CCC 1px solid;
	background:#FFF;
	overflow:hidden;
	    border-radius: 16px;
    box-shadow: 2px 2px 4px #c1c9d1;
}
.pac{
	width:30%;
	float:left;	
	margin-right:2rem;
}
.sitemap{
		width:30%;
	float:left;	
}
.box_inn ul li{
	padding:.5rem;
}
.img_cap{
	float:left;	
	margin-right:2rem;
	background:#FFF;
	padding:1rem;
	border:#ccc 1px solid;
}
.price_box{
	width:100%;
	font-size:4rem;
	text-align:center;
}
.triangle-bottom:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 40px solid #e0072e;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
	margin: 20px auto;
}
.price01{
	margin-bottom:20px;
}
.price02{
	margin-top: 10px;
	margin-bottom: 10px;
}

.price02 span{
	color:#e0072e;
	font-size:6rem;
}
