#wrapper {
	border-top:none;
}

.arrow {
	position: absolute;
    bottom: -20px;
    z-index: 100;
    display: none;
}

#about {
	margin-top:70px;
}

#about .aboutList {
	position:relative;
	overflow:hidden;
	margin:0 auto;
	width:550px;
	font-size: 1.4rem;
}

@media screen and (max-width:768px) {
	#about .aboutList {
		font-size: 1.4rem;
	}
}

#about .aboutList dt {
	float:left;
	clear:both;
	margin-bottom:20px;
	width:150px;
	text-align:left;
}

#about .aboutList dd {
	float:left;
	margin-bottom:20px;
	width:400px;
	text-align:left;
}

#words {
	margin:30px 0;
}

#words p {
	text-align:center;
	font-weight:700;
	font-size:2.2rem;
}

#history {
	margin:30px 0;
}

#member img {
	border:3px solid #000;
}

#member .fwb {
	padding-bottom:3px;
	border-bottom:1px solid #000;
	word-break:break-all;
	font-weight:700;
	font-size:1.5rem;
}

#member p {
	margin-bottom:10px;
	line-height:1.5;
}

#contact {
	overflow:hidden;
	width:100%;
}

#contact .title {
	padding:50px 0 30px;
}

@media screen and (max-width:768px) {
	#contact .title {
		padding:25px 0 15px;
	}	
}

#contact .content {
	margin:0 auto;
	width:500px;
}

#contact .contentWrap {
	margin:20px 0;
	padding:30px 0;
	width:100%;
	border-top:2px solid #F7F7F7;
	border-bottom:2px solid #F7F7F7;
	background:#fff;
}

#contact input,#contact button,#contact textarea {
	margin:0;
	padding:0;
	outline:none;
	border:none;
	border-radius:0;
	background:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}

#contact textarea {
	margin-top:20px;
	width:100%;
	border:1px solid #000;
	background:#fff;
}

input[type="text"],textarea {
	outline:none;
	border:1px solid #000;
	-webkit-transition:all .3s;
	transition:all .3s;
}

input[type="text"]:focus,textarea:focus {
	border:1px solid #6d97a1;
	box-shadow:0 0 7px #6d97a1;
}

#contact input {
	padding:3px;
	width:100%;
	border-bottom:1px solid #000;
}

#contact th {
	width:120px;
	vertical-align:top;
}

#contact td {
	padding-bottom:30px;
	padding-left:20px;
}

#contact .btn-confirm input,#contact .back input,#contact .send input {
	padding:10px 0;
	border:3px solid #000;
	background:#6d97a1;
	color:#fff;
	font-weight:700;
}

.btn-top {
	margin-top:80px;
	border:3px solid #000;
	background:#6d97a1;
	color:#fff;
	font-weight:700;
}

.btn-top a {
	display:block;
	padding:10px 0;
	color:#fff;
}

.btn-top a:hover {
	text-decoration:none;
}

.thanks {
}

.thanks .title {
	margin-bottom:50px;
}

#contact .back input,#contact .send input {
	width:48%;
}

#contact .back input {
	float:left;
}

#contact .send input {
	float:right;
}

#contact .btn-form {
	position:relative;
	overflow:hidden;
}

#contact .form-control {
	border:1px solid #000;
}

#contact .error {
	color:red;
}

#contact .form-title span {
	margin-left:3px;
}

#contact .confirm-title {
	margin-bottom:30px;
	text-align:center;
	font-weight:700;
}

.form-txt-confirm {
	margin-bottom:20px;
}

#access {
	overflow:hidden;
	width:100%;
}

@media screen and (max-width:1020px) {
	.title {
		padding:50px 0 20px;
	}
	
	.page-blog .post {
		margin:30px auto;
	}
	
	#about {
		margin-top:0;
	}
	
	#about .post {
		margin-top:10px;
	}
	
	#about .aboutList {
		width:100%;
	}
	
	#about .aboutList dt {
		float:none;
		margin-bottom:5px;
		width:100%;
	}
	
	#about .aboutList dd {
		float:none;
		width:100%;
	}
	
	#member img {
		min-width:135px;
	}
	
	#member h2.title {
		padding-bottom:0;
	}
	
	#member .col-md-6 {
		overflow:hidden;
		width:100%;
	}
	
	#member .col-md-6>.col-md-6 {
		float:left;
		width:50%;
	}
	
	#contact .content {
		width:96%;
	}
}

#access p {
	margin-top:20px;
	padding:0 20px;
	text-align:center;
}

#slide p {
	padding:5%;
	text-align:center;
}

#slide .slideblock {
	padding:5%;
	text-align:center;
}

#slide img {
	width:100%;
	border:4px solid #000;
}

.slick-slide {
	position:relative;
}

.slick-active+.slick-active:before {
	position:absolute;
	bottom:-1%;
	margin-left:-23px;
	content:url(../img/top/slide-arrow.png);
}

.slick-slide:nth-last-child(2):after {
	position:absolute;
	top:0;
	right:0;
	content:url(../img/top/fukidashi.png);
}

.pager {
	text-align:center;
}

.video {
	position:relative;
	top:0;
	overflow:hidden;
	width:100%;
	height:100%;
	border:5px solid #000;
	background-color:#7CDEFB;
	text-align:center;
	-webkit-animation:main-color 20s infinite;
	animation:main-color 20s infinite;
}

@media screen and (max-width:768px) {
	.video {
		margin-bottom: 40px;
	}
}

@-webkit-keyframes main-color {
	0% {
		background-color:#e74c3c;
	}
	
	20% {
		background-color:#f1c40f;
	}
	
	40% {
		background-color:#1abc9c;
	}
	
	60% {
		background-color:#3498db;
	}
	
	80% {
		background-color:#9b59b6;
	}
	
	100% {
		background-color:#e74c3c;
	}
}

@keyframes main-color {
	0% {
		background-color:#e74c3c;
	}
	
	20% {
		background-color:#f1c40f;
	}
	
	40% {
		background-color:#1abc9c;
	}
	
	60% {
		background-color:#3498db;
	}
	
	80% {
		background-color:#9b59b6;
	}
	
	100% {
		background-color:#e74c3c;
	}
}

.video > div {
	position:absolute;
	width:100%;
}

.video > div:first-child {
	top:50%;
	z-index:2;
	display:block;
	margin-top:-2em;
	color:#fff;
	letter-spacing:.2em;
	font-weight:700;
	font-size:2.5em;
	font-family:"Avenir Next","Helvetica";
}

.pattern {
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
	background-image:url(../img/common/pat.png);
}

.video-content h1 {
	margin:0;
}

.video-content p {
	font-size:.6em;
}

.video > div {
	position:absolute;
	width:100%;
}

.main-video {
	top:50%;
	margin-top:-28%;
}

@media screen and (max-width:1000px) {
	.video > div:first-child {
		font-size:1.2em;
	}
}

.about {
	margin-bottom:30px;
	font-weight:700;
	font-size:18px;
	line-height:2.5;
}