/* "PC" Style Sheet
===================================================== */



/* COMMON
===================================================== */
.long {
	margin-bottom: 50px !important;
}
.middle {
	margin-bottom: 30px !important;
}
.short {
	margin-bottom: 10px !important;
}
div.inner {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
ul.list-double,
ol.list-double {
	width: 100%;
	text-align: left;
	
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}
ul.list-double li,
ol.list-double li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	
	letter-spacing: 0.03em; /* 文字間を通常に戻す */
}
ul.list-triple,
ol.list-triple {
	width: 100%;
	text-align: left;
	
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}
ul.list-triple li,
ol.list-triple li {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	
	letter-spacing: 0.03em; /* 文字間を通常に戻す */
}
ul.list-quad,
ol.list-quad {
	width: 100%;
	text-align: left;
	
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}
ul.list-quad li,
ol.list-quad li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	
	letter-spacing: 0.03em; /* 文字間を通常に戻す */
}
article section figure.catch-text {
	width: 100%;
	display: table;
	border-collapse: separate;
}
article section figure.catch-text img {
	display: table-cell;
	vertical-align: top;
	padding-right: 15px;
}
article section figure.catch-text figcaption {
	width: 100%;
	display: table-cell;
	vertical-align: top;
	text-align: left;
}
div.push-btn {
	display: inline-block;
	font-size: 120%;
	line-height: 1.4em;
	text-align: center;
	border-radius: 3px;
	margin: 0 auto;
}
div.push-btn a {
	display: block;
	padding: 15px 80px;
}
div.push-btn a:after {
	display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  font-size: 120%;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
	margin-left: 10px;
	content: "\f105";
}
div.push-btn a:hover {
	text-decoration: none;
}
div.push-btn:hover {
	box-shadow: none;
	position: relative;
	top: 3px;
}



/* HEADER
===================================================== */
header {
	margin-bottom: 30px;
}
header h1 {
	position: absolute;
	top: 30px;
	left: 20px;
	z-index: 1;
}
header figure {
	position: relative;
}
header figure img.kv {}
header figure img.btn {
	position: absolute;
	top: 305px;;
	left: 10px;
}
header figure figcaption {
	font-size: 100%;
	line-height: 1.8em;
	font-weight: bold;
	text-align: center;
	color: #208FFF;
	border-radius: 5px;
	background-color: #FFF;
	padding: 20px;
}



/* FOOTER
===================================================== */
footer {
	font-size: 100%;
	line-height: 1.4em;
	text-align: center;
	color: #FFF;
	background-color: #7EBEFF;
	padding: 10px;
}
footer div.copyright {
	font-size: 80%;
	line-height: 1.4em;
	font-weight: 300;
	color: #FFF;
}



/* CONTENTS "COMMON"
===================================================== */
article {}
article section {
	margin-bottom: 100px;
}
article section .bg-yellow {
	background-color: #FDECB3;
	padding: 50px 0;
}
article section h1 {
	margin-bottom: 50px;
}



/* CONTENTS "HOME"
===================================================== */
article#home {}
article#home section#point-sec {}
article#home section#point-sec ul.point-list {}
article#home section#point-sec ul.point-list li {
	width: 280px;
	margin: 0 26.5px;
}
article#home section#point-sec ul.point-list li figure {}
article#home section#point-sec ul.point-list li figure img {
	margin-bottom: 20px;
}
article#home section#point-sec ul.point-list li figure figcaption {
	background-color: #FFF;
	padding: 20px;
}


article#home section#model-sec {}
article#home section#model-sec figure.model-profile {
	width: 800px;
	margin: 0 auto 50px auto;
}
article#home section#model-sec figure.model-profile img {
	padding-right: 30px;
}
article#home section#model-sec figure.model-profile figcaption {
	background-color: #FFF;
	padding: 20px;
}
article#home section#model-sec figure.model-profile figcaption h3 {
	border-bottom: solid 1px #CCC;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
article#home section#model-sec figure.model-profile figcaption h3 small {
	font-weight: normal;
}
article#home section#model-sec figure.model-profile figcaption p {}
article#home section#model-sec ul.profile-list {}
article#home section#model-sec ul.profile-list li {
	width: 280px;
	margin: 0 26.5px;
}
article#home section#model-sec ul.profile-list li figure {}
article#home section#model-sec ul.profile-list li figure img {
	margin-bottom: 20px;
}
article#home section#model-sec ul.profile-list li figure figcaption {
	background-color: #FFF;
	padding: 20px;
}
article#home section#model-sec ul.profile-list li figure figcaption h3 {
	border-bottom: solid 1px #CCC;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
article#home section#model-sec ul.profile-list li figure figcaption h3 small {
	font-weight: normal;
}
article#home section#model-sec ul.profile-list li figure figcaption p {}


article#home section#lesson-sec {}
article#home section#lesson-sec figure.lesson-image {
	padding: 30px;
}
article#home section#lesson-sec figure.lesson-image img {}
article#home section#lesson-sec figure.lesson-image figcaption {}
article#home section#lesson-sec figure.lesson-image figcaption p {
	display: block;
	background-color: #FFF;
	padding: 20px;
}


article#home section#result-sec {}
article#home section#result-sec dl.result-list {
	width: 910px;
	background-color: #FFF;
	padding: 20px;
	margin: 0 auto 30px auto;
}
article#home section#result-sec dl.result-list:last-child {
	margin-bottom: 0;
}
article#home section#result-sec dl.result-list dt {
	font-size: 120%;
	line-height: 1.8em;
	font-weight: bold;
	margin-bottom: 5px;
}
article#home section#result-sec dl.result-list dd {}










