@charset "utf-8";

#mainvisual{
	clear: both;
	background: url(../../image/example/bg-main.jpg) no-repeat center top / cover;
	background-attachment: fixed;
	margin-bottom: 40px;
	padding: 70px 0 30px;
	box-sizing: border-box;
	text-align: center;
}
#mainvisual h2{
	font-size: 54px;
	margin-bottom: 60px;
	color: #fff;
	line-height: 1.3;
}
#mainvisual h2 span{
	display: block;
	font-size: 18px;
}

h3{
	text-align: center;
	font-size: 36px;
	margin-bottom: 40px;
}
ul.cat-menu{
	font-size: 0;
	width: 740px;
	margin: 0 auto 30px;
}
ul.cat-menu li{
	width: 350px;
	display: inline-block;
	margin-right: 40px;
	margin-bottom: 40px;
}
ul.cat-menu li:nth-child(2n){
	margin-right: 0px;
}
ul.cat-menu li a{
	width: 350px;
	box-sizing: border-box;
	font-size: 26px;
	padding: 30px 20px 30px 50px;
	text-align: left;
	background-position: 30px center;
}

h4.line{
	width: 750px;
	margin: 0 auto;
	padding: 25px 0 40px;
	font-size: 36px;
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 8888;
	background: url(../../image/type/h3-line.png) no-repeat center 80% #1491e1;
	line-height: 1.5;	
}
.bg-01{
	background: #f1f0e9;
	position: relative;
	margin-top: -60px;
	z-index: 0;
	padding-top: 60px;
}
.bg-01:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
/*\*/
* html .bg-01 { 
	height: 1px;
	overflow: visible;
}
/**/

.example{
	width: 750px;
	margin: 0 auto 75px;
	padding: 30px 0 80px;
	border: 1px solid #1491e1;
	border-top: none;
	box-sizing: border-box;
	background: #fff;
}
h5{
	border-bottom: 1px solid #1491e1;
	color: #00a2e1;
	font-size: 38px;
	font-weight: bold;
	padding: 40px;
	line-height: 1.5;
}
.example p{
	padding: 30px;
	line-height: 1.83;
	padding-bottom: 0;
	font-size: 28px;
}
.example p span.name{
	font-size: 23px;
	display: block;
	color: #595757;
}
.example p.pic{
	margin-left: -30px;
}
