﻿@charset "utf-8";

/* mainArea
================================================== */
/* mainArea */
#mainArea {
	position: relative;
	z-index: 0;
}
/* mainBox */
#mainBox {
	position: relative;
	z-index: 1;
	padding-bottom: 5%;
}
#mainTit {
	position: relative;
	z-index: 1;
	width: 50%;
	margin: 0 auto;
	padding-top: 16%;
}
#ill01 {
	position: absolute;
	z-index: 2;
	top: 20%;
	right: 2%;
	width: 24%;
}
#ill02 {
	position: absolute;
	z-index: 0;
	top: 32%;
	left: 3%;
	width: 22%;
}
@media screen and (max-width: 600px) {
	#mainTit {
		width: 40%;
		margin: 0;
		padding: 18% 0 0 11%;
	}
	#ill01 {
		top: 23%;
		right: 2%;
		width: 52%;
	}
}

/* topArea
================================================== */
.topArea {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	padding: 0 0 2%;
}
@media screen and (max-width: 600px) {
	.topArea {
		padding: 5% 0 10%;
	}
}
.topArea p{
	padding-top: 2%;
}
.topArea figure{
	padding-top: 2%;
}

/* slideArea
================================================== */
#slideArea {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 0 10%;
}
#slideBlock {
	position: relative;
	z-index: 0;
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}
#slideIll01 {
	position: absolute;
	z-index: 1;
	top: 55%;
	right: 2%;
	width: 24%;
}
#slideIll02 {
	position: absolute;
	z-index: 1;
	top: 55%;
	left: 3%;
	width: 22%;
}
@media screen and (max-width: 600px) {
	#slideIll01 {
		top: 62%;
		right: -2%;
		width: 40%;
	}
	#slideIll02 {
		top: -10%;
		left: -7%;
		width: 40%;
	}
}
/* item */
.item {
	position: relative;
	border-radius: 20px; 
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	overflow: hidden;
}
@media screen and (max-width: 600px) {
	.item {
		border-radius: 60px; 
		-webkit-border-radius: 60px;
		-moz-border-radius: 60px;
	}
}

/* pointArea
================================================== */
.pointArea {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	padding: 5% 0 10%;
}
@media screen and (max-width: 600px) {
	.pointArea {
		padding: 5% 0 10%;
	}
}
/* アコーディオン */
#menu li{
	list-style: none;
	margin-top: 3%;
}
@media screen and (max-width: 600px) {
	#menu li{
		margin-top: 5%;
	}
}
.main_menu{
	padding: 10px 2%;
	cursor: pointer;
	background-color: #0068b7;
	border-radius: 5px; 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	color: #fff;
}
.main_menu:hover{
	background-color: #359ae6;
	transition: .3s;
}
.sub_menu{
	margin: 1% 0 0 0;
	padding: 2% 5%;
	background-color: #eee;
	border-radius: 5px; 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#menu li .sub_menu li{
	margin-top: 0;
}
#menu li figure{
	width: 70%;
	margin: 0 auto;
	padding: 3% 0 0; 
}












