/* =============================================================================
   Base Link
============================================================================= */
a {
	color: #333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover,
a:active{
	text-decoration: none;
}

/* =============================================================================
   Layout
============================================================================= */

body{
/*	background: url(../../intro/intro_01.jpg) 50% -439px no-repeat;*/
}

/* -----------------------------------------------------------------
   Header
----------------------------------------------------------------- */
.head{
	position: relative;
	padding: 0 10px;
	font-size: 85%;
}
.head_logo {
	padding-top: 19px;
	padding-bottom: 14px;
}
.head_logo img {
	width: 240px;
	height: 49px;
}
/* head_gnav */
#gNavMenu {
	position: absolute;
	display: block;
	top: 22px;
	right: 0;
	width: 46px;
	height: 46px;
	background: url(../img/head_gnav_bg.png) 0 -40px no-repeat;
	cursor: pointer;
}
.head_gnav {
	display: none;
}
.head_gnav.active {
	display: block;
}
.head_gnav > div {
	padding-bottom: 6px;
}
.head_gnav ul {
	max-height: 0;
	overflow: hidden;
	font-size: 88%;
	-webkit-transition : 1s;
	transition: 1s;
}
.head_gnav .active ul {
	max-height: 30em;
}
.head_gnav a {
	display: block;
	text-decoration: none;
	color: #000;
}
.head_gnav .index a {
	padding: 0 16px;
	border-radius: 6px;
	line-height: 50px;
	background: #afd3ff;
}
.head_gnav-case .index a { background: #ffe156; }
.head_gnav-dvd .index a { background: #fdb6b7; }
.head_gnav-rdirectory .index a,
.head_gnav-link .index a { background: #deed7c; }
.head_gnav-teacher .index a { background: #ffb864; }

.head_gnav .active .index a {
	color: #fff;
	background: #0397ff;
}
.head_gnav-case .index a:hover,
.head_gnav-case.active .index a { background: #ff9600; }
.head_gnav-dvd .index a:hover { color: #fff; background: #ff5d77; }
.head_gnav-rdirectory .index a:hover,
.head_gnav-rdirectory.active .index a,
.head_gnav-link .index a:hover { color: #fff; background: #82b200; }
.head_gnav-teacher .index a:hover,
.head_gnav-teacher.active .index a { background: #ff6600; }

.head_gnav-intro.active .index a,
.head_gnav-case.active .index a,
.head_gnav-rdirectory.active .index a,
.head_gnav-teacher.active .index a {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.head_gnav li a {
	display: block;
	padding: 0 12px;
	border-style: solid;
	border-color: #afd3ff;
	border-width: 0 5px 5px;
	line-height: 32px;
	text-decoration: none;
	background: #fff;
	color: #000;
}
.head_gnav li:last-child a {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.head_gnav-case li a { border-color: #ffe156; }
.head_gnav-rdirectory li a { border-color: #deed7c; }
.head_gnav-teacher li a { border-color: #ffb864; }

.head_gnav .active li a { border-color: #0397ff; }
.head_gnav-case.active li a { border-color: #ff9600; }
.head_gnav-rdirectory.active li a { border-color: #82b200; }
.head_gnav-teacher.active li a { border-color: #ff6600; }

.head_gnav li a:hover { background: #dff0ff; }
.head_gnav-case li a:hover { background: #fff6ba; }
.head_gnav-rdirectory li a:hover { background: #f7ffc4; }
.head_gnav-teacher li a:hover { background: #ffe8c6; }

/* Responsive
----------------------------------------------------------------- */
@media screen and (min-width: 769px) {
.head {
	max-width: 960px;
	min-height: 167px;
	margin: 0 auto;
	z-index: 20;
}
.head_logo img {
	width: inherit;
	height: inherit;
}
/* gnav */
#gNavMenu {
	display: none;
}
.head_gnav {
	position: relative;
	display: block;
	min-height: 50px;
}
.head_gnav > div {
	float: left;
	width: 14%;
	height: 50px;
	padding-left: 10px;
	font-size: 83.3%;
}
.head_gnav > div:first-child {
	padding-left: 0;
}
.head_gnav ul {
	display: none;
	position: absolute;
	top: 50px;
	width: 300px;
	padding-top: 10px;
	background: url(../img/head_gnav_bg.png) 50px 0 no-repeat;
}
.head_gnav .active ul {
	display: block;
}
.head_gnav-intro ul {
	left: 0;
}
.head_gnav-case ul {
	left: 7.7%;
	background-position: 50% -10px; }
.head_gnav-rdirectory ul {
	right: 33%;
	background-position: 58.9% -20px; }
.head_gnav-teacher ul {
	right: 0;
	background-position: 39% -30px; }

.head_gnav .index a {
	padding: 0;
	font-weight: bold;
	text-align:  center;
}
.head_gnav li:first-child a {
	border-top-width: 5px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.head_gnav .test {
/*	display: none;*/
}

} /*end 769px */
	
/* Responsive
----------------------------------------------------------------- */
@media screen and (min-width: 960px) {
.head{
	padding: 0;
	font-size: 100%;
}

} /*end 960px */

/* -----------------------------------------------------------------
   Teaser
----------------------------------------------------------------- */

#teaser {
	position: relative;
}
#index #teaser {
	min-height: 250px;
}
	#teaser #title {
		position: relative;
		margin-bottom: 30px;
	}
		#index #teaser #title {
			margin-bottom: 0;
		}
			.intro #teaser #title {
				background: #9FD4FF;
			}
				.intro #teaser #title div {
					background: url(../../intro/img/bk_intro_teaser.png) 97% 100% no-repeat;
				}
			.case #teaser #title {
				background: #ffe156;
			}
				.case #teaser #title div {
					background: url(../../case/img/bk_case_teaser.png) 97% 100% no-repeat;
				}
			.dvd #teaser #title {
				background: #fdb6b7;
			}
				.dvd #teaser #title div {
					background: none;
				}
			.teacher #teaser #title {
				background: #ffb864;
			}
			.directory #teaser #title,
			.link #teaser #title,
			.staff #teaser #title{
				background: #deed7c;
			}
			.link#index #teaser,
			.staff#index #teaser {
				min-height: 150px;
			}
		#index #teaser #title div {
			background: none;
		}
		#teaser #title div {
			margin: 0 auto;
			padding: 0 10px;
			max-width: 960px;
			line-height: 1;
			height: 120px;
		}
		#teaser #title h2,
		#teaser #title h3 {
			margin: 0 auto;
			padding: 0 10px;
			max-width: 960px;
			line-height: 1;
		}
		#teaser #title h2 {
			line-height: 1;
			font-size: 125%;
			padding-top: 25px;
			padding-bottom: 10px;
		}
			#index #teaser #title h2 {
				line-height: 120px;
				font-size: 220%;
				padding: 0;
			}
		#teaser #title h3 {
			line-height: 1;
			font-size: 220%;
		}
	#teaser .text {
		margin: 0 auto;
		padding: 20px 10px;
		max-width: 960px;
		line-height: 1;
	}
		#teaser .text p {
			width: 620px;
			font-size: 93%;
			line-height: 1.5;
		}
		#teaser .image {
			position: absolute;
			top: 8px;
			right: 50%;
			margin-right: -420px
		}
	#teaser #dirnav {
		width: 960px;
		margin:0 auto 15px;
	}
		#teaser #dirnav ul {
			display: -webkit-flex;
			display: -moz-flex;
			display: -ms-flex;
			display: -o-flex;
			display: flex;
			justify-content: space-between;
			overflow: hidden;
		}
			#teaser #dirnav li {
				min-width: 19%;
			}
				#teaser #dirnav li a {
					display: block;
					text-align: center;
					background: #deed7c;
					border-radius: 5px;
					font-size: 85%;
					padding: 10px;
					text-decoration: none;
				}
				#teaser #dirnav li a:hover,
				#teaser #dirnav li a.current {
					background: #82b200;
					color: #fff;
				}
	#teaser .btn {
		position: absolute;
		top: 30px;
		right: 50%;
		margin-right: -480px;
		line-height: 10px;
	}
		#teaser .btn a {
			display: block;
			background: #0397ff;
			color: #fff;
			text-decoration: none;
			font-size: 83.3%;
			padding: 10px;
			border-radius: 5px;
		}

/* -----------------------------------------------------------------
   Cont
----------------------------------------------------------------- */
.cont {
	position: relative;
	z-index: 10;
}

/* -----------------------------------------------------------------
   Main
----------------------------------------------------------------- */
.main {
	margin: 0 auto 50px;
	padding: 0 10px;
	max-width: 960px;
	line-height: 1.5;
	font-size: 85%;
}

	.main h4.title {
		font-size: 25px;
		line-height: 1;
		padding: 6px 6px 10px;
		border-bottom: #BCBCBC 2px solid;
		position: relative;
		margin-bottom: 30px;
		clear: both;
	}
	#index .main h4.title {
		color: #333;
	}
		.main h4.title:before {
			content: "";
			position: absolute;
			bottom: -2px;
			left: 0;
			width: 30%;
		}
			.intro .main h4.title {
				color: #09F;
			}
				.intro .main h4.title:before {
					border-bottom: #0099FF 2px solid;
				}
			.case .main h4.title {
				color: #ff9600;
			}
				.case .main h4.title:before {
					border-bottom: #ff9600 2px solid;
				}
			.dvd .main h4.title {
				color: #ff5d77;
			}
				.dvd .main h4.title:before {
					border-bottom: #ff5d77 2px solid;
				}
			.link .main h4.title {
				color: #82b200;
			}
				.link .main h4.title:before {
					border-bottom: #82b200 2px solid;
				}
				.teacher .main h4.title:before {
					border-bottom: #f60 2px solid;
				}
		.main h4.title .number {
			font-size: 200%;
		}
	.main h4.hukidashi {
		text-align: center;
		background: #0397ff;
		line-height: 1;
		font-weight: normal;
		font-size: 15px;
		color: #fff;
		padding: 15px 0;
		border-radius: 10px;
		position: relative;
		margin-bottom: 20px;
	}
		.main h4.hukidashi:before {
			content: "";
			position: absolute;
			bottom: -15px;
			left: 50%;
			margin-left: -6px;
			border: transparent 6px solid;
			border-bottom:none;
			border-top:#0397ff 15px solid;
		}
	.main h5 {
		color: #0397ff;
		font-size: 18px;
		clear: both;
	}
		.intro .main h5 {
			color:#0099FF;
		}
		.case .main h5 {
			color:#ff9600;
		}
		.dvd .main h5 {
			color:#ff5d77;
		}
		.directory .main h5,
		.link .main h5 {
			color:#82b200;
		}
		.teacher .main h5 {
			color:#f60;
		}
	#index .main nav {
	}
		#index .main nav section {
			width: 462px;
			margin-bottom: 30px;
			border-radius: 10px;
			box-sizing: border-box;
			padding: 23px;
			float: left;
		}
		#index .main nav section:nth-child(2n) {
			float: right;
		}
			#index .main nav section h4 {
				margin-bottom: 20px;
				font-size: 24px;
				line-height: 1.4;
			}
				.intro .main nav section {
					background: #D4ECFF;
				}
					.intro .main nav section h4 {
						color: #0099FF;
					}
				.case .main nav section {
					background: #fff6ba;
				}
				.teacher .main nav section {
					background: #FFDFB9;
				}
			#index .main nav section h5 {
				min-height: 30px;
				line-height: 30px;
				font-weight: normal;
				font-size: 115%;
				margin-bottom: 8px;
			}
			#index .main nav section h5 .point {
				display: block;
				float: left;
			}
			#index .main nav section h5 a {
				margin-left: 120px;
				display: block;
			}
	.main p {
		font-size: 95%;
		line-height: 1.65;
		margin-bottom: 10px;
	}
	.main ul,
	.main ol {
		font-size: 95%;
		line-height: 1.65;
		margin-bottom: 10px;
		padding-left: 2em;
	}
		.main ul li {
			list-style: square;
		}
		.main ol li {
			list-style: decimal;
		}
	.main .article {
		width: 630px;
		float: left;
		box-sizing: border-box;
	}
	.main .aside {
		width: 300px;
		float: right;
	}
		.main .aside img {
			width: auto;
			max-width: 100%;
			height: auto;
		}
	.main .teaser {
		overflow: hidden;
		margin-bottom: 20px;
	}
	.main .teaser .article {
		background: #D4ECFF;
		border-radius: 10px;
		padding: 20px 20px 10px;
	}
		.case .main .teaser .article {
			background: #fff6ba;
		}
		.main .teaser h5 {
			margin-bottom: 15px;
		}
		.main .teaser p+h5 {
			margin-top: 25px;
		}

	.main table {
		width: 100%;
		font-size: 95%;
		line-height: 1.65;
		margin-bottom: 10px;
		border-top: #BCBCBC 1px solid;
		border-left: #BCBCBC 1px solid;
	}
		.main table th,
		.main table td {
			border-right: #BCBCBC 1px solid;
			border-bottom: #BCBCBC 1px solid;
			padding: 3px 5px;
			vertical-align: top;
		}
		.main table th {
			background: #f0f0f0;
		}
		.main table tbody th {
			width: 25%;
		}
		.main table td {
		}
			.main table td ul {
				margin: 0;
			}
	
	.main .column {
		border: #0397ff 5px dotted;
		border-radius: 10px;
		padding: 10px;
		margin-bottom: 10px;
	}
		.main .column p {
			font-size: 110%;
			font-weight: bold;
			margin: 0;
		}
	.main .columnglay {
		border: #bbb 1px solid;
		background: #eee;
		padding: 10px;
		margin-bottom: 10px;
	}
		.main .columnglay p {
			margin: 0;
		}
	.main .caution {
		border: #c00 5px dotted;
		border-radius: 10px;
		padding: 10px;
		margin-bottom: 10px;
	}
		.main .caution p {
			font-size: 150%;
			font-weight: bold;
		}
		.main .caution ul {
			padding: 0;
			margin: 0;
		}
			.main .caution ul li {
				list-style: none;
				position: relative;
				padding-left: 2em;
				margin-bottom: 5px;
				font-size: 150%;
			}
			.main .caution ul li:before {
				content: "×";
				font-weight: bold;
				color: #c00;
				font-size: 200%;
				position: absolute;
				top: 50%;
				left:0;
				margin-top: -0.5em;
				line-height: 1;
			}
	.main .attention {
		background: url(../img/attention.png) 10px 50% no-repeat;
		border: #000 5px solid;
		border-radius: 5px;
		padding: 15px 15px 5px 125px;
		position: relative;
		font-weight: bold;
		font-size: 115%;
		color: #000;
		margin-bottom: 15px;
	}
	.main .attention:before {
		content: "";
		position: absolute;
		border-radius: 4px;
		border: #fe0 5px dashed;
		top: -5px;
		left: -5px;
		bottom: -5px;
		right: -5px;
	}
	.main .permission {
		width: 160px;
		padding: 0;
		position: relative;
	}
		.main .permission li {
			padding: 10px;
			border: #0397ff 2px solid;
			text-align: center;
			font-size: 150%;
			font-weight: bold;
			color: #0397ff;
			background: #fff;
			position: relative;
			z-index: 100;
			list-style: none;
		}
			.main .permission li:first-Child {
				margin-bottom: 80px;
			}
			.main .permission li:first-Child:after {
				content: "";
				position: absolute;
				bottom: 0;
				left: 50%;
				margin-left: -8px;
				margin-bottom: -86px;
				border: transparent 8px solid;
				border-top: #0397ff 25px solid;
				border-bottom: none;
			}
		.main .permission:before {
			content: "";
			position: absolute;
			z-index: 99;
			bottom: 0;
			left: 50%;
			background: #0397ff;
			height: 100%;
			width: 4px;
			margin-left: -2px;
		}
.main .accordion {
}
	.main .accordion dt {
		background: #ff9600;
		color: #fff;
		margin-top: 20px;
		padding: 10px 10px 10px 30px;
		border-radius: 5px;
		font-weight: bold;
		position: relative;
		cursor: pointer;
	}
		.main .accordion dt:before {
			position: absolute;
			top: 50%;
			left: 10px;
			margin-top: -6px;
			content: "";
			border: transparent 6px solid;
			border-right: none;
			border-left: #fff 13px solid;
			transition: all 0.2s;
			transform: rotate(0deg)
		}
		.main .accordion dt.closethis:before {
			transform: rotate(90deg)
		}
	.main .accordion dd {
		border: #eee 3px solid;
		border-top: none;
		padding: 20px;
		margin: 0 10px;
		border-radius: 0 0 10px 10px;
		display: none;
	}
		.main .accordion img {
			max-width: 100%;
			height: auto;
		}

.main .model {
}
	.main .model section {
		width: 49%;
		float: left;
	}
	.main .model section:last-child {
		float: right;
	}
		.main .model section img {
			width: 100%;
			height: auto;
		}
.main #staff {
	padding: 0;
	margin: 0;
}
	.main #staff section {
		width: 450px;
		float: left;
		clear: left;
		border: #deed7c 5px solid;
		padding: 10px;
		border-radius: 10px;
		margin:0 auto 10px;
	}
	.main #staff section:nth-child(2n) {
		float: right;
		clear: none;
	}
		.main #staff section h5 {
			color: #82b200;
			font-size: 200%;
		}
		.main #staff section .img {
			text-align: center;
		}

.main .point {
	display: inline-block;
	width: 102px;
	margin-right: 10px;
	text-align: center;
	background: #fff;
	border: #09F 2px solid;
	width: 102px;
	height: 30px;
	line-height: 30px;
	box-sizing: border-box;
	border-radius: 15px;
	font-weight: bold;
	font-size: 15px;
	color: #09F;
	letter-spacing: -0.08em;
}
	.case .main .point {
		color: #ff9600;
		border-color: #ff9600;
	}
.mokuji section {
	min-width: 300px;
}
.matome {
	background: #0397ff;
	padding: 50px 0 30px;
	color: #fff;
}
	.case .matome {
		background: #ff9600;
	}
	.matome div {
		width: 960px;
		min-height: 230px;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 0 250px 0 5px;
		background-repeat: no-repeat;
		background-position: 92% 50%;
	}
		.intro .matome div {
			background-image: url(../../intro/img/bk_intro_summary.png);
		}
		.case .matome div {
			background-image: url(../../case/img/bk_case_summary.png);
		}
	.matome div h4 {
		font-size: 27px;
		margin-bottom: 30px;
	}
	.matome div ul {
		list-style: disc;
		padding: 0 25px;
	}
		.matome div ul li {
			font-size: 110%;
			font-weight: bold;
			margin-bottom: 17px;
			line-height: 1.5;
		}

.check {
	margin-bottom: 9px;
	background: url(../img/check/bg_check.png) 50% 50% repeat;
}
	.check div {
		padding: 30px 0 62px;
		width: 960px;
		margin: 0 auto;
	}
		.check h4 {
			height: 121px;
			margin-bottom: 4px;
			background: url(../img/check/img_check.png) 93% 0 no-repeat;
		}
		.check section {
			padding-bottom: 20px;
			border-radius: 15px;
			border: #4A4946 3px solid;
			background: #fff;
		}
			.check section h5 {
				text-align: center;
				color: #fff;
				font-weight: normal;
				height: 45px;
				line-height: 45px;
				margin-bottom: 20px;
				background: #4A4946;
			}
			.check section p {
				padding: 3px 60px 2px 90px;
				margin-top: 20px;
				font-weight: bold;
				font-size: 95%;
				line-height: 26px;
				background: url(../img/check/icon_check.png) 50px 0 no-repeat;
			}
			.check section span {
				color: #fff;
				transition: all 0.2s;
				cursor: pointer;
			}
			.check section span.anser {
				color: #5b1dac;
			}
			.check section ul {
				padding: 3px 60px 2px 120px;
				font-weight: bold;
				font-size: 95%;
				line-height: 26px;
				list-style: disc;
			}



/* Responsive
----------------------------------------------------------------- */

@media only screen and (max-width: 960px) {

#teaser {
}
#index #teaser {
	min-height: 0;
}
.link#index #teaser {
	min-height: 0;
	margin-bottom: 20px;
}
	#teaser #title {
		margin-bottom: 20px;
	}
		#index #teaser #title {
			margin-bottom: 0;
		}
		.intro #teaser #title div,
		.case #teaser #title div {
			padding-bottom: 80px;
			background-position: 97% 100% ;
			background-size: 150px;
		}
		#index #teaser #title div {
			background: none;
			padding-bottom: 0;
		}
		#teaser #title div {
			padding: 0;
			height: auto;
		}
		#teaser #title h2,
		#teaser #title h3 {
			padding: 0 5px;
			max-width: 960px;
		}
		#teaser #title h2 {
			line-height: 1.3;
			font-size: 115%;
			padding-top: 15px;
			padding-bottom: 5px;
		}
			#index #teaser #title h2 {
				line-height: 1.3;
				font-size: 150%;
				padding: 15px 10px;
			}
		#teaser #title h3 {
			line-height: 1.3;
			font-size: 150%;
		}
	#teaser .text {
	}
		#teaser .text p {
			width: 100%;
			font-size: 83.3%;
			padding-right: 0;
		}
		#teaser .image {
			right: 5px;
			margin-right: 0;
			text-align: right;
		}
		#teaser .image img {
			width: 66%;
		}

	#teaser #dirnav {
		width: 100%;
		margin:0 auto;
		padding: 0 10px;
	}
		#teaser #dirnav ul {
			display: block;
		}
			#teaser #dirnav li {
				min-width: 0;
				margin-bottom: 5px
			}
	#teaser .btn {
		position: static;
		margin-right: 0;
		margin-bottom: 15px;
		padding: 0 10px;
	}
		#teaser .btn a {
			text-align: center;
		}
.main {
	margin: 0 auto 50px;
	padding: 0 10px;
	max-width: 100%;
}
	.main img {
		max-width: 100%;
		height: auto;
	}

	.main h4.title {
		font-size: 18px;
		line-height: 1;
		padding: 3px 3px 5px;
		margin-bottom: 10px;
	}
		.intro .main h4.title {
			color: #09F;
		}
		.intro .main h4.title:before {
			border-bottom: #0099FF 2px solid;
		}
		.main h4.title .number {
			font-size: 150%;
		}
	.main h4.hukidashi {
		line-height: 1.3;
		font-size: 15px;
		padding: 10px 30px;
	}
	.main h5 {
		font-size: 14px;
	}
	#index .main nav {
	}
		#index .main nav section {
			width: 100%;
			margin-bottom: 10px;
			border-radius: 10px;
			padding: 15px;
		}
		#index .main nav section:nth-child(2n) {
		}
			.intro .main nav section {
			}
				.intro .main nav.flex {
				}
					#index .main nav section h4 {
						margin-bottom: 10px;
						font-size: 120%;
					}
					.intro .main nav section h4 {
						color: #0099FF;
					}
				#index .main nav section h5 {
					height: auto;
					line-height: 1.5;
					font-size: 100%;
					position: relative;
					padding-left: 0;
				}
				#index .main nav section h5 span {
					position:static;
					float: none;
				}
				#index .main nav section h5 a {
					margin: 0;
				}
	.main p,
	.main ul,
	.main ol {
		font-size: 90%;
		line-height: 1.8;
	}
	.main .article,
	.main .aside {
		width: 100%;
		float: none;
	}
	.main .aside {
		display: none;
	}
	.main .teaser {
		margin-bottom: 5px;
	}
	.main .teaser .article {
		border-radius: 5px;
		padding: 10px;
	}
		.main .teaser h5 {
			margin-bottom: 5px;
		}
		.main .teaser p+h5 {
			margin-top: 15px;
		}

	.main table {
		font-size: 83.3%;
		line-height: 1.8;
	}
		.main table th,
		.main table td {
			padding: 1px 3px;
		}
		.main table th {
			width: 20%;
		}
	.main .column {
		font-size: 100%;
	}
	.main .caution {
		border: #c00 3px dotted;
		border-radius: 5px;
		padding: 5px;
	}
		.main .caution p {
			font-size: 120%;
		}
		.main .caution ul {
		}
			.main .caution ul li {
				font-size: 120%;
			}
	.main .attention {
		-webkit-background-size: ;
		background-size: ;
		border: #000 3px solid;
		padding: 10px 10px 0 125px;
		font-size: 115%;
		min-height: 8em;
	}
	.main .attention:before {
		border: #fe0 3px dashed;
		top: -3px;
		left: -3px;
		bottom: -3px;
		right: -3px;
	}

.main .point {
	border: #09F 1px solid;
	width: 80px;
	height: 20px;
	line-height: 23px;
	border-radius: 10px;
	font-size: 13px;
}

.matome {
	padding: 20px 0 10px;
}
	.matome div {
		width: auto;
		padding: 0 5px 150px;
		background-position: 92% 100%;
		background-size:auto 150px;
	}
	.matome div h4 {
		font-size: 20px;
		margin-bottom: 30px;
	}
	.matome div ul {
		list-style: disc;
		padding: 0 10px 0 20px;
	}
		.matome div ul li {
			font-size: 13px;
			font-weight: normal;
			line-height: 1.5;
			margin-bottom: 10px;
		}

.check {
	margin-bottom: 0;
}
	.check div {
		padding: 30px 5px 30px;
		width: 100%;
		margin: 0 auto;
	}
	.check div img {
		width: 100%;
		max-width: 352px;
		height: auto;
	}
		.check h4 {
			box-sizing: content-box;
			height: auto;
			max-height: 121px;
			padding-bottom: 120px;
			margin-bottom: 0;
			background: url(../img/check/img_check.png) 100% 100% no-repeat;
		}
		.check section {
			border-radius: 10px;
			border: #4A4946 1px solid;
		}
			.check section h5 {
				height: auto;
				line-height: 25px;
				margin-bottom: 10px;
				padding: 10px;
				border-radius: 8px 8px 0 0;
			}
			.check section p {
				padding: 3px 15px 10px 50px;
				font-size: 84.3%;
				line-height: 1.8;
				background-position: 15px 0;
			}
}
@media screen and (min-width: 480px) {
		#index .main nav section {
			width: 49%;
		}

} /*end 480px */
@media screen and (min-width: 960px) {

} /*end 960px */

/* -----------------------------------------------------------------
   Footer
----------------------------------------------------------------- */
.foot {
	padding: 0 10px;
	background: #f0f0f0;
}
.foot .bnr {
	width: 960px;
	margin:  0 auto;
	padding-top: 20px;
	padding-bottom: 30px;
}
/* pageTop */
#pageTop {
	z-index: 100;
	position: fixed;
	bottom: 18px;
	right: 14px;
}
#pageTop a {
	display: block;
	overflow: hidden;
	width: 56px;
	height: 56px;
}
#pageTop a:before {/*CSSスプライト*/
 	content: url(../img/pagetop.png);
}
.clear {
	clear: both;
}
.mobile {
	display: none;
}
.pc {
	display: block;
}
span.pc {
	display: inline;
}

.floatContentR {
	width:33%;
	min-width:150px;
	float:right;
	margin: 0 0 10px 10px;
}
.floatContentL {
	width:33%;
	min-width:150px;
	float:left;
	margin: 0 10px 10px 0;
}
.floatContentR img,
.floatContentL img {
	max-width: 100%;
}

.txtAlignC {
	text-align: center;
}
.txtAlignR {
	text-align: right;
}

.flex {
	display:-webkit-box;
	display:-moz-box;
	display:box;
	display:-moz-flex;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:-webkit-flexbox;
	display:flex;
}
.jcsb {
	justify-content:-webkit-space-between;
	justify-content:-moz-space-between;
	justify-content:space-between;
}
.jcar {
	justify-content:-webkit-space-around;
	justify-content:-moz-space-around;
	justify-content:space-around;
}
.aic {
	align-items: center;
}
.acsb {
	align-content:-webkit-space-between;
	align-content:-moz-space-between;
	align-content:space-between;
}
.fdcu {
	-webkit-flex-direction: column;
	flex-direction: column;
}
.flwp {
	flex-wrap: wrap;
}
	
/* Responsive
----------------------------------------------------------------- */
@media only screen and (max-width: 960px) {

.mobile {
	display: block;
}
.pc {
	display: none;
}
} /*end 960px */
