@charset "utf-8";
/*----------------------------------
MAIN AREA
------------------------------------*/
#mainArea {
	position: relative;
}
#mainArea .pic {
	text-align: center;
	position: relative;
}
#mainArea .pic img {
	display: block;
	width: 100%;
	max-width: 1200px;
	text-align: center;
}
#mainArea .txt {
	margin-top: 40px;
}
/*#mainArea .txt h1 {
	font-family: "ソフトゴシック L",Soft Gothic Light !important;
	font-size: 34px;
	font-size: 3.4rem;
	color: #99001F;
	text-align: center;
}*/
#mainArea .txt h2 {
	/*font-family: "ソフトゴシック L",Soft Gothic Light !important;*/
	font-family: "Helvetica Neue",Arial,Helvetica,Geneva !important;
	font-size: 34px;
	font-size: 3.4rem;
	color: #99001F;
	text-align: center;
}
#mainArea .txt p {
	margin-top: 35px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2;
	text-align: center;
}
/*----------------------------------
SECONDARY AREA
------------------------------------*/
#secondaryArea {
	position: relative;
	margin-top: 60px;
}

#secondaryArea .contBox {
	display: flex;
	flex-wrap: wrap;
}
#secondaryArea #cont01,
#secondaryArea #cont02 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 50%;
	flex-direction: row-reverse;
	position: relative;
}
#secondaryArea #cont01 {
	background: #CDC6C5;
}
#secondaryArea #cont02 {
	background: #E6E2DF;
}
#secondaryArea .pic {
	width: 66.6%;
	width: calc(200% / 3);
	text-align: center;
}
#secondaryArea .pic img {
}
#secondaryArea .txt{
	width: 33.3%;
	width: calc(100% / 3);
	padding: 30px 20px;
	position: relative;
}
/*#secondaryArea .txt h1 {
	font-family: "ソフトゴシック M",Soft Gothic Medium !important;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
}*/
#secondaryArea .txt h3 {
	/*font-family: "ソフトゴシック M",Soft Gothic Medium !important;*/
	font-family: "Helvetica Neue",Arial,Helvetica,Geneva !important;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
}
#secondaryArea .txt p {
	margin-top: 30px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2;
}
#secondaryArea .txt a {
	background:#F4A4A6;
	text-align: center;
	display: block;
	position: absolute;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	/*font-family: "ソフトゴシック DB",Soft Gothic DemiBold !important;*/
	font-family: "Helvetica Neue",Arial,Helvetica,Geneva !important;
	font-size: 11px;
	font-size: 1.1rem;
	color: #fff;
	padding-top: 25px;
	bottom: 10px;
	right: -40px;
}
#secondaryArea .txt a::after {
	content: "";
	display: block;
	position: absolute;
	width: 13px;
	height: 13px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 50%;
	margin-top: 10px;
	margin-left: -9px;
}
#secondaryArea #cont01 .txt a {
	background: #F4A4A6;
}
#secondaryArea #cont02 .txt a {
	background: #9ECFDB;
}

@media screen and (max-width: 1199px){
}
@media screen and (max-width: 1124px){
}
@media screen and (max-width: 1079px){
}
@media screen and (max-width: 959px){
}
@media screen and (max-width: 934px){
#secondaryArea .contBox {
	flex-direction: column;
}
#secondaryArea #cont01,
#secondaryArea #cont02 {
	width: 100%;
}
#secondaryArea #cont02 {
	flex-direction: row;
}
#secondaryArea .pic {
	width: 66.6%;
	width: calc(200% / 3);
	text-align: center;
}
#secondaryArea .pic img {
}
#secondaryArea .txt{
	width: 33.3%;
	width: calc(100% / 3);
	padding: 30px 20px;
	position: relative;
}
#secondaryArea #cont02 a {
	bottom: 10px;
	left: -40px;
	right: auto;
}
}
@media screen and (max-width: 767px){
#mainArea .txt {
	margin-top: 20px;
}
/*#mainArea .txt h1 {
	font-size: 22px;
	font-size: 2.2rem;
	padding: 0 20px;
}*/
#mainArea .txt h2 {
	font-size: 22px;
	font-size: 2.2rem;
	padding: 0 20px;
}
#mainArea .txt p {
	margin-top: 20px;
	padding: 0 20px;
	font-size: 16px;
	font-size: 1.6rem;
}
/*----------------------------------
SECONDARY AREA
------------------------------------*/
#secondaryArea {
	position: relative;
	margin-top: 20px;
}
#secondaryArea .txt p {
	margin-top: 20px;
}
}
@media screen and (max-width: 540px){
#secondaryArea #cont01,
#secondaryArea #cont02 {
	justify-content: flex-start;
	flex-direction: column-reverse;
	position: relative;
}
#secondaryArea .pic {
	width: 100%;
	text-align: center;
}
#secondaryArea .pic img {
}
#secondaryArea .txt{
	width: 100%;
	padding: 20px 20px 40px;
	position: relative;
}
#secondaryArea #cont01 a,
#secondaryArea #cont02 a {
	bottom: -40px;
	left: auto;
	right: 10px;
}
}
@media screen and (max-width: 484px){
}

