@charset "utf-8";
#content > section {
	width: 100%;
}
#content > section .inn {
	width: 1200px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	min-height: 1%;
}
/*----------------------------------
MAIN AREA
------------------------------------*/
#mainArea {
	position: relative;
}
#mainArea .inn {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
	border-radius: 68px;
	background: url(../../kiyaku/images/bg_mainarea01.png) repeat center center;
}
#mainArea .inn .pic {
	position: relative;
	z-index: 5;
}
#mainArea .inn .pic img {
	max-width: 100%;
}
#mainArea .inn .txt {
	position: absolute;
	z-index: 1;
	padding-left: 100px;
	padding-top: 60px;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
}
#mainArea .inn .txt h1 {
	font-family: "ソフトゴシック R",Soft Gothic Regular !important;
	font-size: 38px;
	font-size: 3.8rem;
	color: #99001F;
	
}
#mainArea .inn .txt p {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.8;
	margin-top: 30px;
}
/*----------------------------------
SECONDARY AREA
------------------------------------*/
#secondaryArea {
	position: relative;
	margin-top: 60px;
}
#secondaryArea .inn {
	display: flex;
	justify-content: space-between;
}
#secondaryArea .inn .cam {
	width: 48%;
}
#secondaryArea .inn .cam img {
	width: 100%;
}
#secondaryArea .inn .cam p:last-of-type {
	margin-top: 10px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.8;
}
@media screen and (max-width: 1199px){
#mainArea {
	padding-bottom: 0;
}
#mainArea .inn .pic {
	width: 100%;
}
#mainArea .inn .txt {
	position: relative;
	padding: 20px;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
}
#mainArea .inn .txt h1 {
	font-size: 28px;
	font-size: 2.8rem;
}
#mainArea .inn .txt p {
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 20px;
	padding-right: 0;
	width: 100%;
}
#secondaryArea .inn {
	padding: 0 20px;
}
}
@media screen and (max-width: 767px){
#secondaryArea .inn .cam p:last-of-type {
	font-size: 16px;
	font-size: 1.6rem;
}
}
@media screen and (max-width: 484px){
#secondaryArea {
	margin-top: 30px;
}
#secondaryArea .inn {
	padding: 0 10px;
}
#secondaryArea .inn {
	display: block;
}
#secondaryArea .inn .cam {
	width: 100%;
}
#secondaryArea .inn .cam p:last-of-type {
	font-size: 14px;
	font-size: 1.4rem;
}
	#secondaryArea .inn .cam:first-of-type {
		margin-bottom: 20px;
	}
}