@charset "utf-8";
/* CSS Document */

#contents .titleWrap{
	background-image: url(../images/menu/titlebk.png);
	background-position: center bottom;;
}

/*----------------------------------------------------
	       
----------------------------------------------------*/

.menuWrap.menu01 .inner{
	position: relative;
}
.menuWrap.menu01 .pic {
	text-align: right;
}
.menuWrap.menu01 .pic span{
	display: inline-block;
	width: 400px;
}
.menuWrap.menu01 h3.ttl{
	position: absolute;
	font-size: 1.625em;
	color: #4072b3;
	font-weight: 700;
	top: 180px;
}
.menuWrap.menu01 .desc{
	padding-top: 35px;
}
.menuWrap .desc div{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;

}
.menuWrap.menu01 .desc div{
    -webkit-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
}
.menuWrap .desc dl{
	width: 40%;
	text-align: center;
	display: table;
	margin: 20px 15px 0;
}
.menuWrap.menu01 .desc dl{
	width: 20%;
}
.menuWrap .desc dt{
	font-size: 1.125em;
	display: table-cell;
	border: #4072b3 2px dashed;
	border-radius: 50px;
	padding:1.2em 0;
	width: 4em;
}
.menuWrap.menu01 .desc dt{
	font-size: 1.25em;
	padding:1.2em 0;
	width: 4em;
}
.menuWrap .desc .note{
	display:block;
	padding: 15px 0 10px;;
	color: #4072b3;
	font-weight: 700;
}
.menuWrap .desc dd{
	font-size: 1.25em;
	color: #4072b3;
	text-align: left;
	padding-left: 0.8em;
	
}
.menuWrap.menu01 .desc dd{
	font-size: 1.5em;
	padding-left: 1em;
	
}
.menuList{
	margin-bottom: 100px;
}
.menuList .menuWrap{
	padding-top: 60px;
	margin-top: 60px;
	border-top: #c9c9c9 1px solid;
}
.menuList .menuWrap:nth-child(odd){
	-webkit-flex-direction:row-reverse;
	-ms-flex-direction:row-reverse;
	flex-direction:row-reverse;
}
.menuList .menuWrap .desc{
	width: 53%;
}
.menuList .menuWrap .pic{
	width: 44%;
}
.menuList .menuWrap h3.ttl{
	font-size: 1.5em;
	color: #4072b3;
	font-weight: 700;
	padding-bottom: 0.8em;
}
@media (max-width: 767px) {

	.menuWrap.menu01 .pic {
		text-align: center;

	}
	.menuWrap.menu01 .pic span{
		display: inline;
		width:100%;
	}
	.menuWrap.menu01 h3.ttl{
		position: relative;
		text-align: center;
		font-size: 1.5em;
		top: 0;
		margin-bottom: 0.8em;
	}
	.menuWrap.menu01 .desc{
		padding-top: 15px;
	}
	.menuWrap .desc div{
		 -webkit-justify-content: space-between;
		justify-content: space-between;
		-ms-flex-pack: justify;
	}
	.menuWrap.menu01 .desc div{
    -webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	}
	.menuWrap .desc dl{
		width:48%;
		text-align: center;
		display: table;
		margin: 20px 0 0;
	}
	.menuWrap.menu01 .desc dl{
		width: 30%;
	}
	.menuWrap .desc dt{
		font-size: 1.125em;
		display: block;
		padding:0.3em 0;
		width: 100%;
		margin-bottom: 0.3em;
	}
	.menuWrap.menu01 .desc dt{
		padding:0.3em 0;
		font-size: 1.125em;
		width: 100%;
		margin-bottom: 0.5em;
	}
	.menuWrap .desc dd{
		font-size: 1.125em;
		text-align: center;
		padding-left: 0;

	}
	.menuWrap.menu01 .desc dd{
		font-size: 1.125em;
		padding-left: 0;

	}
	.menuList{
		margin-bottom: 50px;
	}
	.menuList .menuWrap{
		padding-top: 30px;
		margin-top: 30px;
	}

	.menuList .menuWrap .desc{
		width: 100%;
		margin-bottom: 20px;
	}
	.menuList .menuWrap .pic{
		width: 100%;
		text-align: center;
	}
	.menuList .menuWrap h3.ttl{
		text-align: center;
		padding-bottom: 0.8em;
	}
}