@charset "utf-8";
#content > section {
	width: 100%;
}
#content > section .inn {
	width: 1200px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	min-height: 1%;
}
/*----------------------------------
BREAD
------------------------------------*/
#bread {
	border-top: 1px solid #F0EFE8;
	border-bottom: 1px solid #F0EFE8;
}
#bread nav {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
#bread nav ul li {
	display: inline-block;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 32px;
	margin-left: 5px;
}
#bread nav ul li::after {
	content: ">";
	margin-left: 10px;
}
#bread nav ul li:last-child::after {
	content: "";
}
/*----------------------------------
MAIN AREA
------------------------------------*/
#mainArea {
	position: relative;
	padding: 30px 0;
}
#mainArea .inn {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
	background: url(../../images/bg_btit_pc.png) repeat-y top;
	border-radius: 68px;
	background-size: contain;
	overflow: hidden;
}
#mainArea .inn .pic {
	position: relative;
	z-index: 1;
}
#mainArea .inn .pic img {
	max-width: 100%;
}
#mainArea .inn .txt {
	position: absolute;
	z-index: 2;
	padding-left: 50px;
	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 h2 {
	/*font-family: "ソフトゴシック R",Soft Gothic Regular !important;*/
	font-family: "Mitr";
	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;
	width: 350px;
}
/*----------------------------------
SECONDARY AREA
------------------------------------*/
#secondaryArea {
	position: relative;
	margin-top: 10px;
}

#secondaryArea #sec01 .inn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#secondaryArea #sec01 .inn div {
	width: 50%;
	text-align: center;
	margin-top: 40px;
}
#secondaryArea #sec01 .inn div h2 {
	position: relative;
	display: inline-block;
	margin-bottom: 40px;
}
#secondaryArea #sec01 .inn div h2 span {
	/*font-family: "ソフトゴシック M",Soft Gothic Medium !important;*/
	font-family: "Mitr";
	background: #E5789B;
	color: #FFF;
	display: inline-block;
	font-size: 20px;
	font-size: 2.0rem;
	border-radius: 50px;
	padding: 8px 20px;
}
#secondaryArea #sec01 .inn div h2::after {
	position: absolute;
	content:"";
	background-image: url(../images/img_fukidashi.png);
	background-size: contain;
	display: block;
	width: 34px;
	height: 20px;
	top:100%;
	left: 14%;
}
#secondaryArea #sec01 .inn div ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 20px;
}
#secondaryArea #sec01 .inn div:nth-of-type(3),
#secondaryArea #sec01 .inn div:nth-of-type(4) {
	position: relative;
	padding-top: 20px;
}
#secondaryArea #sec01 .inn div:nth-of-type(1),
#secondaryArea #sec01 .inn div:nth-of-type(3) {	
	border-right: dashed 2px #CEC4C8;	
}
#secondaryArea #sec01 .inn div:nth-of-type(3):before,
#secondaryArea #sec01 .inn div:nth-of-type(4):before {
  content: '';
  position: absolute;
  left: 50%;
  top: -22px;
  display: inline-block;
  width: 90%;
border-top: dashed 2px #CEC4C8;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#secondaryArea #sec01 .inn div ul li {
	width: 33%;
	margin-bottom: 40px;
}
#secondaryArea #sec01 .inn div ul li a {
	/*font-family: "ソフトゴシック M",Soft Gothic Medium !important;*/
	font-family: "Mitr";
	color: #F3989E;
	font-size: 14px;
	font-size: 1.4rem;
}
#secondaryArea #sec01 .inn div ul li a img {
	margin-bottom: 10px;
	height: 200px;
	width: auto;
}
@media screen and (max-width: 1199px){
}
@media screen and (max-width: 989px){
#mainArea {
	padding-bottom: 0;
}
#mainArea .inn {
	border-radius: 0;
}
#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 h2 {
	font-size: 28px;
	font-size: 2.8rem;
}
#mainArea .inn .txt p {
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 20px;
	width: 100%;
}
/*----------------------------------
SECONDARY AREA
------------------------------------*/
#secondaryArea {
	margin-top: 20px;
}
}
@media screen and (max-width: 767px){
#mainArea {
	padding: 0;
}
#secondaryArea #sec01 .inn div {
	width: 100%;
	margin-top: 20px;
	box-sizing: border-box;
	padding: 0 20px;
	border: none !important;
}
#secondaryArea #sec01 .inn div:nth-of-type(3):before,
#secondaryArea #sec01 .inn div:nth-of-type(4):before {
  display: none;
}
#secondaryArea #sec01 .inn div:nth-of-type(3),
#secondaryArea #sec01 .inn div:nth-of-type(4) {
	padding-top: 0;
}
#secondaryArea #sec01 .inn div h2 {
	position: relative;
	display: block;
	margin-bottom: 25px;
}
#secondaryArea #sec01 .inn div h2 span {
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
}
#secondaryArea #sec01 .inn div ul li {
	width: 50%;
	margin-bottom: 20px;
}
#secondaryArea #sec01 .inn div ul li a img {
	margin-bottom: 10px;
	height: 150px;
	width: auto;
}
}