body.anshin_camera{
	background: #d3edfb;
	color: #3e3a39;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 16px;
	line-height: 1.8;
}
div, h1, h2, h3, p, a, ul, ol, li, dl, dt, dd, img, figure, legend {
	font-size: inherit;
	line-height: inherit;
}
body.anshin_camera #container *,
body.anshin_camera #container {
    box-sizing: border-box;
}
.anshin_camera #container {
    margin-top: 0;
	max-width: 100%;
	background: #d3edfb;
	padding: 0 20px;
}
.anshin_camera #main {
	max-width: 940px;
    width: 100%;
    float: none;
	padding-top: 50px;
    padding-bottom: 0;
	margin: auto;
}
.anshin_camera #main h1{
	height: auto;
	background: none;
}
.anshin01_wrap{
	gap: 20px;
}

.anshin_table{
	overflow: hidden;
	border-radius: 20px;
}
.anshin_th{
	background: #3e3a39;
	border-bottom: solid 2px #b5b5b6;
	border-right: solid 2px #b5b5b6;
	color: #fff;
	width: 20%;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.anshin_td{
	background: #fff;
	flex: 1;
	padding: 20px;
	border-bottom: solid 2px #b5b5b6;
	border-right: solid 2px #b5b5b6;
}
.anshin_table_right{
	border-right: none;
}
.anshin_table_bottom{
	border-bottom: none;
}
.bk_ppl{
	background: #ba79b1;
	color: #fff;
}
.bk_sky{
	background: #26b7bc;
	color: #fff;
}
.color_ppl{
	color: #ba79b1;
}
.color_sky{
	color: #26b7bc;
}
.bk_txt{
	padding: 1px 10px;
	border-radius: 5px;
	display: inline-block;
}
.anshin_table_ttl{
	font-size: 2em;
	display: flex;
	align-items: center;
	justify-content: center;
}
.anshin_price_a{
	font-size: 4em;
}
.anshin_price_b{
	font-size: 2.5em;
}
.anshin_campaign{
	padding: 50px 30px;
	background: #628bcc;
	border: solid 3px #fff;
	color: #fff;
	border-radius: 20px;
}
.anshin_campaign_img{
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.anshin_point_area{
	background: linear-gradient(135deg, #008cd6 0%,#0b318f 100%);
	padding: 30px 20px;
}
.anshin_point01{
	border: solid 3px #ba79b1;
	border-radius: 20px;
	background: #f1e6f2;
	padding: 20px;
}
.anshin_point02{
	border: solid 3px #26b7bc;
	background: #e2f2f3;
}
.anshin_point_wrap{
	gap: 20px;
}
.anshin_point_txt{
	flex: 1;
}
.anshin_camera #main h3.anshin_h3{
	border: none;
	background: none;
	font-size: 1.5em;
	margin: 0;
}
.anshin_ul{
	flex-wrap: wrap;
	gap: 10px;
}
.anshin_ul li{
	width: calc(50% - 5px);
	font-size: 1.2em;
	position: relative;
	padding-left: 25px;
}
.anshin_ul li span{
	position: absolute;
	left: 0;
	top: 0;

}
.anshin_point_img{
	width: 40%;
	margin-top: -40px;
}
.anshin_point_price{
	padding: 10px 50px;
	background: #fff;
}
.anshin_pp_box{
	line-height: 1.2;
	align-items: center;
}
.anshin_pp_small{
	font-size: 0.7em;
	padding-right: 20px;
}
.anshin_supo{
	gap: 20px;
}
.anshin_supo_box{
	width: calc(50% - 10px);
	padding: 20px;
	background: #fff;
	gap: 20px;
	border-radius: 20px;
	align-items: center;
}
.anshin_supo_img{
	width: 25%;
}
.anshin_supo_txt{
	flex: 1;
}

.anshin_camera #contact_box{
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (max-width: 768px) {
	.anshin01_wrap{
		flex-wrap: wrap;
	}
	.anshin_tr {
		flex-wrap: wrap;
		border-right: none;
	}
	.anshin_th{
		width: 100%;
		padding: 10px;
	}
	.anshin_td{
		width: 50%;
		flex: none;
		padding: 10px;
	}
	.anshin_table_ttl{
		flex-wrap: wrap;
	}
	.anshin_table_ttl{
		font-size: 1.5em;
	}
	.anshin_price_a{
		font-size: 2.5em;
	}
	.anshin_price_b{
		font-size: 1.8em;
	}

	.anshin_campaign{
		padding: 30px 20px;
	}
	.anshin_campaign_img{
		flex-wrap: wrap;
	}

	.anshin_point_wrap{
		flex-wrap: wrap;
		justify-content: center;
	}
	.anshin_point_img{
		width: 100%;
		order: 1;
	}
	.anshin_point_txt{
		width: 100%;
		flex: none;
		order: 2;
	}
	.anshin_point_price{
		padding: 10px 20px;
		flex-wrap: wrap;
		text-align: center;
	}
	.anshin_pp_box{
		width: 100%;
		justify-content: center;
		flex-wrap: wrap;
	}
	.anshin_supo{
		flex-wrap: wrap;
	}
	.anshin_supo_box{
		width: 100%;
	}

	.anshin_camera #main_content {
		width: 100%;
		padding: 0;
	}
}

@media screen and (max-width: 480px) {
	.anshin_ul li{
		width: 100%;
	}
}