@charset "UTF-8";
/* CSS Document */

#history h1{
font-size: 30px;
margin: 0;
}
#history .title-area {
max-width: 690px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
text-align: center;
}
#history .contents-wrapper {
margin-top: 32px;
background-color: #000;
padding: 45px 0;
color: #fff;
}
#history .contents {
max-width: 690px;
margin-left: auto;
margin-right: auto;
padding-left: 12px;
padding-right: 12px;
}
#history .contents .history-table {
display: table;
width: 100%;
}
#history .contents .history-row {
display: table-row;
}
#history .contents .history-row > div.year {
text-align: center;
width: 82px;
}
#history .contents .history-row > div {
display: table-cell;
vertical-align: middle;
height: 200px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
#history .contents .history-row > div.image {
text-align: center;
width: 186px;
}
#history .contents .history-row > div.copy h2 {
display: none;
}
.history-row > div.image img {
width: 108px;
height: auto;
}
#history .contents .history-row > div.copy {
padding: 10px 0;
}

#history .contents .video-area {
margin-top: 32px;
text-align: center;
}
#history .contents .video-area h2 {
margin-bottom: 24px;
}


@media only screen and (max-width:640px) and (max-device-width:1280px) {
#history .title-area {
padding: 0;
text-align: inherit;
}
#history h1{
font-size: 21px;
}
#history .contents-wrapper {
margin-top: 10px;
padding: 45px 10px;
}
#history .contents {
margin-top: 0;
padding-left: 0;
padding-right: 0;
}
#history .contents .history-table {
display: block;
}
#history .contents .history-row {
display: block;
margin-top: 48px;
}
#history .contents .history-row:first-child {
margin-top: 0;
}
#history .contents .history-row > div.year {
display: none;
}
#history .contents .history-row > div.image {
width: auto;
}
#history .contents .history-row > div.image img {
width: 121px;
height: auto;
}
#history .contents .history-row > div {
display: block;
height: auto;
text-align: center;
}
#history .contents .history-row > div.copy h2 {
display: block;
}
#history .contents .history-row > div.copy h3 {
margin-bottom: 8px;
}
#history .contents .video-area {
margin-top: 48px;
text-align: left;
}
#history .contents .video-area h2 {
margin-bottom: 8px;
}
}
