#slide{
	height: 80%;
	background-color: #fff;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
#slide .logo{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 500px;
	width: 500px;
	margin: auto
}
@media screen and (max-width:640px){
#slide .logo{
	width:200px;
	height:229px;
	padding-top:20px
}}
#message{
	text-align: center;
	padding: 20px 15px;
}
@media screen and (max-width:640px){
#message{
	padding:15px;
    line-height:1.6em
}}
#home .news .title{
	margin: 30% 0 0 0;
}
#home .news .title-en{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 8px;
	color: #333;
	margin-right: 10px;
}
#home .news .news-body{
	display:-ms-flexbox;
	display:flex
}
#home .news .news-body-left{
	width:240px
}
#home .news .news-body-right{
	-ms-flex:1;
		flex:1
}
@media screen and (max-width:640px){
#home .news .news-body{
	display:block
}
#home .news .title{
	margin-top:7px
}
#home .news .news-body-left{
    width:100%;margin-bottom:8px
}}
#home .history{
	background-size: cover;
	height: 600px;
	background-image: url(img/ph.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	padding: 0px;
    }
	


#home .history2{
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center bottom;
    }













.inner {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
.flexCont {
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}


/* !footer */
/* --------------------------- */
.contents .special {
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
	padding-top: 55px;
	background-color: #add8e6;
}

.specialList {
	max-width: 960px;
	list-style: none;
	padding: 0;
	text-align: center;
	font-size: 1em;
	line-height: 1.375em;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
	margin-top: 10;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.specialList li {
	width: 200px;
	display: inline-block;
	margin-top: 0;
	margin-right: 16px;
	margin-bottom: 16px;
	margin-left: 16px;
}


.specialList li .specialCate {
	position: relative;
	z-index: 100;
	margin-top: -2.3em;
	display: block;
	width: 15;
	height: 2em;
	font-size: 1em;
	line-height: 2em;
	font-weight: bold;
	color: #fff;
	background-color: #06C;
}
.specialList li p {
	margin: 0;
	text-align: center;
	font-size: 1em;
}
.specialList li p:first-of-type {
	letter-spacing: 0.1em;
	font-size: 0.85em;
	font-weight: bold;
}
.specialList li a {
	text-decoration: none;
	color: #333;
}
.specialList li a:hover {
	color: #000;
}
.specialList li a:hover .thumbn img {
	transform: scale(1.1) translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.thumbn img {
   width:150px;
   height:150px;
	border-radius: 500px;
	position: relative;
	z-index: 10;
	margin-right: 20px;
	margin-bottom: 10px;
	border:5px solid #fff;
    box-shadow: 0px 0px 10px #ccc,
    inset 0px 0px 10px rgba(0, 0, 0, 0.8);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
}




/* --------------------------- */
@media screen and (max-width:768px) {
	
	.specialList {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		justify-content: center;
		font-size: 0.8em;
		line-height: 1.3em;
	}
	.specialList li {
		width: 40vw;
		margin: 0 10 16px;
	}
	.specialList li .thumb {
		width: 40vw;
		height: 40vw;
	}
	
}
@media screen and (min-width: 414px) and (max-width: 500px) {
}
@media screen and (min-device-width: 1024px) {
}
@media screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) {
}
@media only screen and (device-width: 768px) and (orientation:portrait){
}



table {
  border-collapse: collapse;
  width: 100%;
}
table th,
table td {
  padding: 10px;
  border-top: 1px solid #d3d3d3;
}
table th {
	width: 20%;
	font-weight: bold;
}

@media screen and (max-width: 400px) {
  table {
  }
  table td {
    display: block;
    text-align: center;
  }
  table th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 93%;
  }
}



