/* =============================================================================
   Top
============================================================================= */

/* -----------------------------------------------------------------
  Cont
----------------------------------------------------------------- */
.cont_topVisual {
	background: #deed7c;
	text-align: center;
}
.cont_topVisual img {
	width: 100%;
	max-width: 448px;
	height: auto;
}
.cont_topVisual .pc {
	display: none;
}

/* Responsive
----------------------------------------------------------------- */
@media screen and (min-width: 769px) {
.cont_topVisual img {
	width: 100%;
	max-width: 960px;
	height: auto;
}
.cont_topVisual .pc {
	display: block;
}
.cont_topVisual .mobile {
	display: none;
}

} /*end 769px */
/* -----------------------------------------------------------------
   Main
----------------------------------------------------------------- */
/* main_topCont1 */
.main_topCont1 > div {
	position: relative;
/*	float: left;
	width: 33.3333%;*/
	padding: 15px 10px 0;
}
.main_topCont1 > div:first-child {
	padding-top: 25px;
}
.main_topCont1 .wrap {
	padding: 15px 20px 15px 20px;
	border-radius: 8px;
	background: #afd3ff;
/*	background: #afd3ff url(../img/top_main_img1.png) center bottom no-repeat;*/
	background-size: 200px auto;
}
.main_topCont1 > div {
	padding-top: 60px;
	position: relative;
	z-index: 10;
}
.main_topCont1 > div:last-child {
	margin-bottom: 40px;
}
.main_topCont1 .wrap {
	min-height: 180px;
}

	.main_topCont1 img {
		position: absolute;
		top: 0;
		left: 0;
	}
	.main_topCont1 div img {
		top: auto;
		left: auto;
		right: -10px;
		bottom: -60px;
		z-index: 10;
	}
.main_topCont1-b .wrap {
	background-color: #feef89;
/*	background-image:  url(../img/top_main_img2.png);*/
}
.main_topCont1-c .wrap {
	background-color: #ffc4c5;
/*	background-image:  url(../img/top_main_img3.png);*/
}
.main_topCont1 a {
	color: #000;
	text-decoration: none;
}
.main_topCont1 a:hover {
	text-decoration: underline;
}
.main_topCont1 .title,
.main_topCont1 .stitle {
	text-align: center;
	font-weight: bold;
}
.main_topCont1 .title {
	font-size: 130%;
}
.main_topCont1 .stitle {
	font-size: 110%;
}
.main_topCont1 .title span {
	position: absolute;
	top: 0;
	left: 0;
	width: 62px;
	height: 62px;
	background: url(../img/top_main_bg.png) 0 0 no-repeat;
}
.main_topCont1-b .title span {
	background-position: 0 -62px;
}
.main_topCont1 .title span,
.main_topCont1 .text {
	margin: .5em 0;
}
.main_topCont1 ol {
	padding-left: 1.5em;
	list-style-type: decimal;
	padding-right: 80px;
}
.main_topCont1 .text {
	padding-right: 80px;
}

/* main_topCont2 */
.main_topCont2 > div {
	position: relative;
	padding: 15px 10px 0;
}
.main_topCont2 .wrap {
	padding: 15px 20px;
	border-radius: 8px;
	background: #e7f1a4;
}
.main_topCont2 a {
	color: #000;
}
.main_topCont2 .title {
	margin-bottom: .5em;
	text-align: center;
	font-size: 130%;
}

/* main_topCont3 */
.main_topCont3 > div {
	position: relative;
	padding: 10px;
}
.main_topCont3-a .wrap {
	padding: 15px 20px;
	border: 1px solid #ccc;
	border-radius: 8px;
}
.main_topCont3 .title {
	font-size: 130%;
}
.main_topCont3 li {
	padding: 10px 0;
	border-bottom: 1px solid #eee; 
}
.main_topCont3 a {
	color: #000;
	text-decoration: underline;
}
.main_topCont3-b p {
	margin-bottom: 10px;
	text-align: center;
}
.main_topCont3-b img {
	width: 100%;
	max-width: 448px;
	height: auto;	
}

/* Responsive
----------------------------------------------------------------- */
@media screen and (min-width: 769px) {
.main_topCont1 {
}
	.main_topCont1 > div {
		float: left;
		width: 33.3333%;
		padding-top: 60px;
		position: relative;
		z-index: 10;
	}
.main_topCont1 > div:first-child {
	padding-top: 60px;
}
.main_topCont1 .wrap {
	min-height: 300px;
	padding-bottom:0px;
}

	.main_topCont1 img {
		position: absolute;
		top: 0;
		left: 0;
	}
	.main_topCont1 div img {
		top: -60px;
		left: 30%;
		z-index: -1;
	}
	.main_topCont1 .text,
	.main_topCont1 ol {
		padding-right: 0;
	}
.main_topCont2 > div {
	float: left;
	width: 33.3333%;
	padding-top: 0;
}
.main_topCont2 .wrap {
	min-height: 138px;
}
.main_topCont3 > div {
	float: left;
	width: 33.3333%;
	padding-top: 20px;
}
.main_topCont3 > div:first-child {
	width: 66.6666%;
}

} /*end 769px */

@media screen and (min-width: 876px) {
.main_topCont1 > div {
}
.main_topCont1 > div:first-child {
	padding-top: 60px;
}
.main_topCont1 .wrap {
	min-height: 385px;
	padding-bottom: 15px;
	background-size: 140px auto;
}

	.main_topCont1 img {
		position: absolute;
		top: 0;
		left: 0;
	}
	.main_topCont1 div img {
		top: -60px;
		left: 30%;
		z-index: -1;
	}
.main_topCont1 .wrap {
	min-height: 230px;
	background-size: 200px auto;
}
.main_topCont1 {
}

} /*end 876px */

@media screen and (min-width: 960px) {
	
.main_topCont1 .wrap {
	background-size: auto;
}
	.main_topCont1 div:first-child img {
		top: auto;
		left: -90px;
		bottom: -60px;
		transform: rotate(-15deg);
		z-index: 10;
	}
	.main_topCont1 div:last-child img {
		top: auto;
		left: auto;
		right: -60px;
		bottom: -60px;
		transform: rotate(15deg);
		z-index: 10;
	}

} /*end 960px */