
.textimg div h2{	margin-bottom: 0;}
.textimg div p{
	font-size: 13px;
	color: #d7198a;
}

#secureknight{
	padding-bottom: 60px;
}

#secureknight h3{
	position: relative;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: #ae7822;
	margin: 0 0 15px 0;
	padding: 0 0 0 20px;
}
#secureknight h3 span{
	font-size: 18px;
	line-height: 20px;
	color: #000;
	position: absolute;
	top: 6px;
	left: 0;
}


/** toptxt **/

#toptxt{
	position: relative;
	text-align: left;
	background: #f5f4ef;
	margin: 0 0 50px 0;
	padding: 50px 30px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#toptxt p:nth-of-type(1){
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 22px;
	line-height: 28px;
	color: #ae7822;
	margin: 0 0 5px 0;
}
#toptxt p:nth-of-type(2){
	font-size: 12px;
	line-height: 22px;
	margin: 0 0 20px 0;
}
#toptxt img:nth-of-type(1){
	width: 590px;
	height: auto;
}
#toptxt img:nth-of-type(2){
	width: 255px;
	height: auto;
	position: absolute;
	top: 25px;
	right: 65px;
}


/** secbox **/

.secbox{
	text-align: left;
	margin: 0 0 40px 0;
	padding: 0 0 40px 0;
	background: url(../img/all/dot.gif) repeat-x bottom left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.secbox p{
	font-size: 12px;
	line-height: 22px;
	margin: 0 0 0 0;
}
.secbox p em{
	font-size: 16px;
	font-weight: bold;
	color: #ae7822;
}

.secbox .pc_img img{
	width: 100%;
	height: auto;
}

#secureknight .sp_img{	display: none;}


/** service **/

#service{
	text-align: left;
	margin: 0 0 30px 0;
	padding: 0 0 40px 0;
	background: url(../img/all/dot.gif) repeat-x bottom left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#service ul{
	display: flex;
	align-items: stretch;
	margin: 0 0 30px 0;
}
#service li{
	width: 25%;
	border-right: 1px solid #ddd;
	padding: 10px 0 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#service li:last-of-type{	border-right: none;}
#service li h4{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 45px;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	color: #ae7822;
	text-align: center;
}
#service li img{
	width: 250px;
	height: auto;
	margin: 0 0 10px 0;
}
#service li p{
	font-size: 13px;
	line-height: 20px;
	text-align: left;
	padding: 0 20px;
}

#service li p span{
	color: #ff0000;
}

.midtxt{
	text-align: center;
}
.midtxt div{
	margin: 0 0 20px 0;
	padding: 0 0 45px 0;
	background: url(img/plus.png) no-repeat bottom center;
	background-size: 30px auto;
}
.midtxt div:last-of-type{
	margin-bottom: 0;
	padding-bottom: 0;
	background: none;
}
.midtxt div p:nth-of-type(1){
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 5px 0;
}
.midtxt div p:nth-of-type(1) span{	color: #ae7822;}
.midtxt div p:nth-of-type(2){
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	line-height: 18px;
	padding-left: 15px;
}
.midtxt div p:nth-of-type(2) span{
	position: absolute;
	color: #ff0000;
	top: 0;
	left: 0;
}


/** price **/

#price{
	text-align: left;
	margin: 0 0 50px 0;
	padding: 30px 0 50px 0;
	background: url(../img/all/dot.gif) repeat-x bottom left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#price dl{
	position: relative;
	display: table;
	table-layout: fixed;
	width: 600px;
	font-size: 0;
	line-height: 0;
	margin: 0 auto 50px auto;
}

#price dd:after{
	content: "";
	width: 150px;
	border-bottom: 1px solid #e4e3ce;
	position: absolute;
	top: 50%;
	left: calc(50% - 60px);
}

#price dt,
#price dd{
	display: table-cell;
	vertical-align: middle;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
}

#price dt{
	text-align: left;
}
#price dt span{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	font-weight: normal;
}
#price dd{
	text-align: right;
	color: #ae7822;
}

#price ul{
	width: 600px;
	padding: 0 0;
	margin: 0 auto;
}
#price li{
	position: relative;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 6px 0;
	padding: 0 0 0 15px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#price li:first-of-type{	padding-left: 0;}
#price li:last-of-type{	margin-bottom: 0; margin-top: 15px;}
#price li span{
	color: #ff0000;
	position: absolute;
	top: 0;
	left: 0;
}
#price li span.material-icons{
	font-size: 14px;
	line-height: 14px;
	color: #ccc;
}


/** qa **/

#qa{
	text-align: left;
	margin: 0 0 50px 0;
	padding: 0 0 50px 0;
	background: url(../img/all/dot.gif) repeat-x bottom left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.qabox{
	text-align: left;
	border-bottom: 1px solid #f5f4ef;
	margin: 0 75px;
	padding: 15px 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.qabox:last-of-type{
	border-bottom: none;
}

.qabox h4{
	position: relative;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	padding: 0 25px 0 20px;
}
.qabox h4:after{
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 11px;
	height: 11px;
	font-size: 0;
	line-height: 0;
	background: url(./img/qa.png) no-repeat;
	background-size: 11px auto;
	position: absolute;
	top: 5px;
	right: 10px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}
.qabox h4.open:after{	transform: rotate(45deg);}

.qabox h4 span{
	position: absolute;
	top: 0;
	left: 0;
	color: #ae7822;
}

.qabox div{
	position: relative;
	font-size: 12px;
	line-height: 22px;
	padding: 10px 0 0 20px;
}

.qabox div a{	text-decoration: underline;}
.qabox div a:hover{	text-decoration: none;}


/** contact **/

#contact h3{
	position: relative;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: #ae7822;
	margin: 0 0 30px 0;
	padding: 0 0 0 20px;
}
#contact h3 span{
	font-size: 18px;
	line-height: 20px;
	color: #000;
	position: absolute;
	top: 6px;
	left: 0;
}

/** form **/

.form{
	width: 600px;
	margin: 0 auto;
	padding: 0 0 40px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.cbox{
	margin: 0 0 30px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#contact.contact_check .cbox{
	border-bottom: 1px dotted #ddd;
	margin-bottom: 17px;
	padding-bottom: 15px;
}

#contact.contact_check .cbox h4{ margin-bottom: 3px;}

.cbox h4,
.cbox > p{
	text-align: left;
}

.cbox h4{
	position: relative;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 10px 0;
}

.cbox h4 span{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 14px;
	position: absolute;
	top: 1px;
	left: 0;
}

.cbox h4 em.hissu{
	position: relative;
	bottom: -1px;
	display: inline-block;
	vertical-align: top;
	font-size: 10px;
	font-weight: normal;
	line-height: 18px;
	color: #fff;
	background: #f03535;
	margin: 0 0 0 10px;
	padding: 0 5px;
	border-radius: 9px;
}

.cbox p{
	font-size: 14px;
	line-height: 22px;
}

.submit{	text-align: center;}
.submit p{
	display: inline-block;
	font-size: 11px;
	line-height: 18px;
	text-align: left;
	margin: 0 0 30px 0;
	padding: 10px 15px;
	border: 1px dotted #ddd;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.bt_bg{	text-align: center;}
.submit_bt{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	max-width: 280px;
	height: 45px;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	color: #5bb82d;
	background: #fff;
	border-radius: 5px;
	border: 2px solid #5bb82d;
	cursor: pointer;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.submit_bt:hover{
	color: #fff;
	background: #5bb82d;
	text-decoration: none;
}


.w1{	width		: 220px;}
.s1{	width		: 220px;}
.w2{	width		: 100%;}
.w3{	width		: 70px;}
.select{	width	: 170px;}
/*
.co_url_text{
	font-size: 14px;
	line-height: 20px;
	width: 50px;
	
}
*/
input[name="co_url"].w2{
	/*width: calc(100% - 50px);*/
	margin-top: 10px;
}

.form textarea{
	width: 100%;
	height: 230px;
	padding			: 15px 10px;
	font-size		: 14px;
	font-family		: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
    vertical-align	: middle;
	border: none;
	background: #f1f1f1;
	border-radius	: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.form input[type="text"],
.form input[type="email"],
.form input[type="tel"]{
	padding			: 15px 10px;
	font-size		: 14px;
	font-family		: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	border: none;
	background: #f1f1f1;
	border-radius	: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.form input::placeholder,
.form textarea::placeholder{	color: #999;}
.form input:-ms-input-placeholder,
.form textarea:-ms-input-placeholder{	color: #999;}
.form input::-ms-input-placeholder,
.form textarea::-ms-input-placeholder{	color: #999;}

.form input[type="file"]{
	display: block;
	margin: 0 0 10px 0;
}
.form input[type="file"]:last-of-type{	margin-bottom: 0;}

select{
	font-size: 14px;
	line-height: 20px;
	padding: 10px 20px 10px 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.select_bg{
	position: relative;
	display: inline-block;
}
.select_bg:before{
	content: '';
	display: inline-block;
	width: 20px;
	height: 40px;
	background: #ccc;
	border-radius: 0 3px 3px 0;
	position: absolute;
	top: 1px;
	right: 1px;
}
.select_bg:after{
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 4px 0 4px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	top: calc(50% - 4px);
	right: 7px;
}

.form textarea{
	width: 100%;
	height: 150px;
	padding: 10px;
	font-size		: 14px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	border: none;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.chk_bar{
	font-size: 0;
	line-height: 0;
}

.chk_bar li{
	display: inline-block;
	vertical-align: top;
	width: 120px;
	margin-right: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.chk_bar li:last-of-type{	margin-right: 0;}

.chk_bar input[type="checkbox"],
.chk_bar input[type="radio"]{	display: none;}

.chk_bar input[type="checkbox"] + label,
.chk_bar input[type="radio"] + label{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 40px;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: #333;
	background: #fff;
	border: none;
	cursor: pointer;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 0 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.chk_bar input[type="checkbox"]:checked + label,
.chk_bar input[type="radio"]:checked + label{
	color: #fff;
	background: #5bb82d;
	border-color: #5bb82d;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}

.error,
.over{
	margin: 0;
	text-align: center;
	font-size: 13px;
	line-height: 22px;
}
.over{	padding-bottom: 80px;}

.error span{
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	color: #ff0000;
	padding: 80px 0;
}
.over span{
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	padding: 80px 0 0 0;
}
.over p{
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin-top: 10px;
}

.error_text{
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 30px;
    color: #ff0000;
    font-weight: bold;
}

.error_text:empty{ display: block;}

.error_block h4{
	color: #ff0000 !important;
	animation-name: indfade !important;
	animation-duration: 2.0s;
	animation-timing-function: ease-out;
	animation-delay: 0.0s;
	animation-iteration-count: infinite;
	animation-fill-mode: backwards;
}
@keyframes indfade {
	0%{
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	80% {
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	85% {
		opacity: 0.3;
		filter: alpha(opacity=30);
	}
	90% {
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	95% {
		opacity: 0.3;
		filter: alpha(opacity=30);
	}
	100%{
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
}

.error_block input[type="text"],
.error_block input[type="email"],
.error_block input[type="tel"],
.error_block textarea{
    border-color: #ff0000 !important;
    background: #fff5f5 !important;
}

.capt_bg{
	border-bottom: 1px dotted #ddd;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}

.capt{
	width: 280px;
	margin: 20px auto 0 auto;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.capt div{
	width: 100%;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	margin: 0 0 10px 0;
}

.capt div span{
	font-size: 34px;
	line-height: 40px;
	color: #a2893b;
}

.capt div input[type="text"]{
	width: 110px;
	padding: 7px;
	font-size		: 16px;
	line-height: 20px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.capt p{
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	padding: 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.capt p em{	color: #ff0000;}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 750px) {
	.sp_none,
	#secureknight .pc_img{	display: none;}
	#secureknight .sp_img{	display: block;}
	#secureknight .sp_img img{
		width: 100%;
		height: auto;
	}
	#secureknight h3{
		font-size: 18px;
		line-height: 30px;
		margin: 0 0 10px 0;
		padding: 0 0 0 20px;
	}
	#secureknight h3 span{
		font-size: 16px;
		line-height: 20px;
		position: absolute;
		top: 6px;
		left: 0;
	}

	#secureknight{
		width: auto;
		padding: 0 0 30px 0;
	}
	.topimg{
		margin: 0 0 20px 0;
	}
	.topimg img{
		width: 100%;
		height: auto;
	}


	/** toptxt **/
	#toptxt{
		position: relative;
		text-align: center;
		margin: 0 0 15px 0;
		padding: 15px 10px 10px 10px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#toptxt p:nth-of-type(1){
		font-size: 16px;
		line-height: 24px;
		text-align: left;
		margin: 0 0 5px 0;
	}
	#toptxt p:nth-of-type(2){
		font-size: 12px;
		line-height: 22px;
		text-align: left;
		margin: 0 0 20px 0;
	}
	#toptxt img:nth-of-type(1){
		display: block;
		width: 75%;
		height: auto;
		margin: 0 0 10px 0;
	}
	#toptxt img:nth-of-type(2){
		display: inline-block;
		vertical-align: top;
		width: 20%;
		height: auto;
		top: auto;
		right: 10px;
		bottom: 10px;
	}

	/** secbox **/
	.secbox{
		margin: 0 10px 15px 10px;
		padding: 0 0 15px 0;
		background: url(../img/all/dot.gif) repeat-x bottom left;
		background-size: 2px auto;
	}
	.secbox p{
		font-size: 12px;
		line-height: 20px;
		margin: 0 0 20px 0;
	}
	.secbox p em{font-size: 12px;}


	/** service **/
	#service{
		margin: 0 10px 15px 10px;
		padding: 0 0 25px 0;
		background: url(../img/all/dot.gif) repeat-x bottom left;
		background-size: 2px auto;
	}
	#service ul{
		flex-wrap: wrap;
		width: auto;
		margin: 0 0 20px 0;
	}
	#service li{
		width: 50%;
		text-align: center;
		border-right: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		margin: 0;
		padding: 15px 10px 10px 10px;
	}
	#service li:nth-of-type(even){	border-right: none;}
	#service li:nth-of-type(n + 3){	padding-top: 15px; border-bottom: none;}
	#service li h4{
		display: block;
		height: auto;
		font-size: 16px;
		font-weight: normal;
		line-height: 20px;
		text-align: center;
		margin-bottom: 10px;
	}
	#service li img{
		display: inline-block;
		vertical-align: top;
		width: 90%;
		height: auto;
		margin: 0 0 10px 0;
	}
	#service li p{
		font-size: 11px;
		line-height: 18px;
		text-align: left;
		padding: 0;
	}

	.midtxt{
		text-align: left;
	}


	/** price **/
	#price{
		text-align: left;
		margin: 0 10px 15px 10px;
		padding: 10px 0 20px 0;
		background: url(../img/all/dot.gif) repeat-x bottom left;
		background-size: 2px auto;
	}
	#price dl{
		width: 100%;
		margin: 0 0 20px 0;
		padding: 0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#price dd:after{	display: none;}
	#price dt,
	#price dd{
		display: table-cell;
		vertical-align: middle;
		font-size: 16px;
		font-weight: bold;
		line-height: 20px;
	}
	#price dt{
		text-align: left;
	}
	#price dt span{
		display: inline-block;
		vertical-align: top;
		font-size: 11px;
		font-weight: normal;
	}
	#price dd{
		width: 130px;
		text-align: right;
		color: #ae7822;
	}

	#price ul{
		padding: 0;
		width: auto;
	}

	/** qa **/
	#qa{
		text-align: left;
		margin: 0 10px 15px 10px;
		padding: 0 0 20px 0;
		background: url(../img/all/dot.gif) repeat-x bottom left;
		background-size: 2px auto;
	}
	.qabox{
		text-align: left;
		margin: 0;
		padding: 15px 0;
	}
	.qabox h4{
		position: relative;
		font-size: 14px;
		font-weight: normal;
		line-height: 20px;
		padding: 0 25px 0 20px;
	}
	.qabox h4:after{
		content: "";
		display: inline-block;
		vertical-align: top;
		width: 11px;
		height: 11px;
		font-size: 0;
		line-height: 0;
		background: url(./img/qa.png) no-repeat;
		background-size: 11px auto;
		position: absolute;
		top: 5px;
		right: 10px;
		-webkit-transition	: 0.2s ease-in-out;
		-moz-transition	: 0.2s ease-in-out;
		-o-transition	: 0.2s ease-in-out;
		transition		: 0.2s ease-in-out;
	}
	.qabox h4.open:after{	transform: rotate(45deg);}

	.qabox h4 span{	color: #ae7822;}

	.qabox div{
		position: relative;
		font-size: 12px;
		line-height: 22px;
		padding: 10px 0 0 20px;
	}

	.qabox div a{	text-decoration: underline;}
	.qabox div a:hover{	text-decoration: none;}


	/** contact **/
	#contact{	padding: 0 10px;}
	#contact h3{
		font-size: 18px;
		line-height: 30px;
		margin: 0 0 20px 0;
		padding: 0 0 0 20px;
	}
	#contact h3 span{
		font-size: 16px;
		line-height: 20px;
		position: absolute;
		top: 6px;
		left: 0;
	}

	/** form **/
	.form{
		width: auto;
		margin: 0;
		padding: 0 0 20px 0;
	}
	.cbox{
		display: block;
	}
	.cbox h4,
	.cbox > p{
		display: block;
		width: auto;
		text-align: left;
	}
	.cbox h4{	margin-bottom: 5px; font-weight: bold;}
	.w1{	width: 100%;}
	.select_bg{	display: block;}
	.s1{	width: 100%;}
	.submit p{
		text-align: left;
		padding: 10px;
	}
	.submit p br.sp_none{	display: none;}
}