@charset "utf-8";


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



/* ---------------------------------------------
	css
--------------------------------------------- */

body{
    min-width:1020px;
}

/*-------------------------------------------------------------------------
		header
--------------------------------------------------------------------------*/
header {
    position: fixed;
}
header .inner {
    height: 50px;
}

header .inner .logo {
    height: 28px;
    width: auto;
    top: 0;
    left: 2%;
    bottom: 0;
    margin: auto;
}
header .inner .kk_logo {
    height: 28px;
    width: auto;
    right: 1%;
    top: 0;
    bottom: 0;
    margin: auto;
}
header .inner img {
    width: auto;
    height: 100%;
}

/* -- ul#menu ------------- */

ul#menu {
    list-style-type: none;
    width: 100%;
    background: #007cae;
    opacity: 0.95;
    position: fixed;
    left: 0px;
    top: 62px;
    z-index: 990;
    display: none;
}

ul#menu li {
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

ul#menu li a {
    text-decoration: none;
    display: block;
    padding: 12px 0 10px;
    color: #fff;
}

ul#menu li a:hover {
    opacity: 0.2;
}


nav .logo {
    height: 25px;
    top: 0;
    left: 14px;
    bottom: 0;
    margin: auto;
}


#sp-icon {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 8px;
    top: 0;
    z-index: 999;
    margin: auto;
    bottom: 0;
    display: block;
}

#sp-icon:hover {
	cursor: pointer;
	opacity: 0.7;
}

#sp-icon span,
#sp-icon span:before,
#sp-icon span:after {
	display: inline-block;
	width: 30px;
	height: 5px;
	background: #fff;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.3s;
}

#sp-icon span {
	left: 50%;
	top: 50%;
	transform: translate( -50%, -50% );
}

#sp-icon span:before {
	content: "";
	transform: translateY( -12px ) rotate( 0deg );
}

#sp-icon span:after {
	content: "";
	transform: translateY( 12px ) rotate( 0deg );
}


.sp-open span {
	background: transparent !important;
}

.sp-open span:before {
	transform: rotate( 45deg ) !important;
}

div.sp-open span:after {
	transform: rotate( -45deg ) !important;
}

.nav-fixed {
    z-index: 999;
    height: 62px;
}

nav ul.pc {
    display: none !important;
}

.slick-slider img {
    padding-top: 62px;
}


/*-------------------------------------------------------------------------
		Contents
--------------------------------------------------------------------------*/
#history h2 {
    margin: -3vh auto 0;
}
#history dl.box01 dd:last-of-type {
    width: 240px;
    margin: 1vh 20% 0 70px;
    float: left;
}
#history dl.box02 dd {
    width: 240px;
}
#history dl.box03 dd {
    width: 250px;
}
#history dl.box04 dd,
#history dl.box05 dd,
#history dl.box09 dd {
    width: 40%;
}
#history dl.box04 dd p,
#history dl.box05 dd p,
#history dl.box09 dd p {
    margin: 0px auto -4px;
    line-height: 1.2;
}
#history dl.box08 .item {
    width: 150px;
}
#history dl.box08 .item.active:nth-child(1) {
    top: 30px;
    right: 0px;
}
#history dl.box08 .item.active:nth-child(2) {
    left: 16%;
}
#history dl.box08 .item.active:nth-child(3) {
    top: 110px;
    left: -4%;
}
#history dl.box08 .item.active:nth-child(4) {
    bottom: -55px;
    right: 14px;
    width: 260px;
}
#history dl.box11 dd {
    width: 50%;
    float: left;
}
#history dl.box12 dd,
#history dl.box13 dd {
    width: 50%;
    float: left;
}



}