@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
.mainVisual {
	margin-bottom: 50px;
}

#main .imgBox {
	margin-bottom: 50px;
}

#main .imgBox .photoBox {
	margin-top: 15px;
	float: left;
	width: 380px;
	height: 380px;
	display: table;
	box-shadow: 0 0 23px 0 rgba(240, 115, 64, 0.25);
	background-color: #fff;
	border-radius: 16px;
	box-sizing: border-box;
}	

#main .imgBox .photoBox > div {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#main .imgBox .txtBox {
	float: right;
	width: 780px;
}

#main .imgBox .txtBox h3 {
	margin-bottom: 12px;
	font-size: 2.8rem;
}

#main .imgBox .txtBox h3 .tag {
	margin-bottom: 10px;
	display: inline-block;
	padding: 1px 10px;
	color: #fff;
	font-size: 1.2rem;
	font-weight: normal;
	background-color: #008ec5;
	border-radius: 16px;
}

#main .imgBox .txtBox .priceBox {
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #d7dce3;
}

#main .imgBox .txtBox .priceBox .price {
	float: left;
	width: 40%;
}

#main .imgBox .txtBox .priceBox .price > span {
	display: block;
	color: #f07340;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
}

#main .imgBox .txtBox .priceBox .price > span > span {
	font-size: 2.4rem;
}

#main .imgBox .txtBox .priceBox .comBtn {
	margin-top: 6px;
	float: right;
}

#main .imgBox .txtBox .priceBox .comBtn a {
	background-color: #f07340;
}

#main .imgBox .txtBox .priceBox .comBtn a span {
	padding-left: 16px;
	background-image: url("../img/common/icon04.svg");
}

#main .imgBox .txtBox > p {
	margin-bottom: 23px;
	line-height: 1.71;
}

#main .imgBox .txtBox .borBox {
	padding: 30px 30px 25px;
	border: solid 1px #d7dce3;
	border-radius: 16px;
}

#main .imgBox .txtBox .borBox .ttl {
	margin-bottom: 10px;
	color: #008ec5;
	font-weight: bold;
	line-height: 1.2;
}

#main .imgBox .txtBox .borBox > p {
	margin-bottom: 11px;
	line-height: 1.71;
}

#main .imgBox .txtBox .borBox .notes {
	margin-bottom: 0;
	font-size: 1.2rem;
	line-height: 1.67;
}

@media all and (min-width: 768px) {
	#main .imgBox .txtBox .priceBox .comBtn a:hover {
		color: #fff;
		background-color: #008ec5;
	}
}

@media all and (max-width: 767px) {
	.mainVisual {
		margin-bottom: 65px;
	}
	
	#main .imgBox {
		margin-bottom: 50px;
	}

	#main .imgBox .photoBox {
		margin: 0 0 15px;
		float: none;
		width: 100%;
		height: 340px;
	}	

	#main .imgBox .photoBox img {
		width: 208px;
	}

	#main .imgBox02 .photoBox img {
		width: 253px;
	}

	#main .imgBox .txtBox {
		float: none;
		width: auto;
	}

	#main .imgBox .txtBox h3 {
		margin-bottom: 2px;
		font-size: 2.4rem;
	}

	#main .imgBox .txtBox .priceBox {
		padding-bottom: 25px;
	}

	#main .imgBox .txtBox .priceBox .price {
		float: none;
		width: auto;
		font-size: 1.2rem;
	}

	#main .imgBox .txtBox .priceBox .price > span {
		margin-left: 6px;
		display: inline-block;
		font-size: 1.4rem;
	}

	#main .imgBox .txtBox .priceBox .price > span > span {
		font-size: 2rem;
	}

	#main .imgBox .txtBox .priceBox .comBtn {
		margin: 12px auto 0;
		float: none;
		width: 46%;
	}

	#main .imgBox .txtBox .priceBox .comBtn a {
		width: 100%;
	}

	#main .imgBox .txtBox > p {
		margin-bottom: 17px;
	}

	#main .imgBox .txtBox .borBox {
		margin: 0 -15px;
		padding: 15px 15px 10px;
		border-radius: 0;
		border-left: none;
		border-right: none;
	}

	#main .imgBox .txtBox .borBox .ttl {
		margin-bottom: 5px;
		font-size: 1.4rem;
	}

	#main .imgBox .txtBox .borBox > p {
		margin-bottom: 6px;
		font-size: 1.2rem;
	}
}