@charset "utf-8";
/*!
 * base CSS
 * ---------------------------------------------
 * 共通レイアウトに関わるCSS
 */

@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);


/* reset
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,menu,nav,section { 
    display:block;
}
article,aside,details,figcaption,figure,footer,header,menu,nav,section,
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
fieldset,img {
	border: 0;
}
* {
	font-size:100%;
	max-height: 999999px;
}
body {
	font: 100%/1 'Noto Sans Japanese', sans-serif;
}
h1,h2,h3,h4,h5,h6,b {
	font-weight: 600;
}
ol,ul,li {
  list-style: none;
}
ul,ol {
	letter-spacing: -.40em;
}
ul > li,ol > li {
	letter-spacing: normal;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
*:before,*:after {
	content: "";
	display: none;
}
html {
	-webkit-text-size-adjust: 100%;
}
input[type="button"],input[type="submit"] {
	-webkit-appearance: none;
}
.hiddenPc,
.brkSp {
	display: none;
}
.brkPc {
	display: block;
}

/*===================================
	font link
=====================================*/

.noto {
	font-family: 'Noto Sans Japanese', sans-serif;
}
body,
a,a:visited {
	color: #222;
}
body {
	font-size: 16px;
}
a {
	text-decoration: none;
}
a.underine {
	text-decoration: underline;
}
a.underine:hover {
	text-decoration: none;
}
a.hunderine:hover {
	text-decoration: underline;
}

/*===================================
	layout	
=====================================*/
body {
    min-width: 1200px;
    background: #d9f5ff url(../images/base/bg.jpg) repeat-x 50% 130px;
}
body > div {
    overflow-x: hidden;
}
.inner {
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
}
.contWrapp.inner {
    width: 1020px;
    margin-top: 49px;
	padding: 1px;
    border-radius: 10px;
    border: solid 8px #fff;
    background: #fff;
}
.contWrapp.inner > div {
    border: solid 1px #fff;
    background: #fff;
}

/*  opacity
---------------------------------*/

a:hover img,
.global.menu a:hover {
	opacity: .7;
}
a:hover img.logo {
	opacity: 1;
}

/*===================================
	header	
=====================================*/
.header {
	height: 130px;
    border-bottom: solid 5px #0245de;
    background: url("../images/base/bg_hd.jpg") repeat-x 50% 0;
}
.header .inner {
    position: relative;
    width: 1160px;
}
.header h1 {
	position: absolute;
    top: 29px;
    left: 7px;
	width: 310px;
    height: 64px;
}
.header h1 a {
	display: block;
    float: left;
    transition: .7s;
}
.header h1 a:nth-of-type(1) {
    margin-right: 20px;
}
.header h1 a:nth-of-type(2) {
    margin-top: 20px;
}
.header h1 a:hover {
   opacity: .7;
}
.header h1 img {
    background: no-repeat 0 0;
    background-size: 100% auto;
}
.logo.tck {
	width: 105px;
	height: 65px;
    background-image: url("../images/base/logo_tck.svg");
}
.logo.special {
	width: 185px;
	height: 28px;
    background-image: url("../images/base/logo_special.svg");
}
.global.menu {
    position: absolute;
    right: 0;
    top: 18px;
    padding: 0;
}
.global.menu li {
	float: left;
    box-sizing: border-box;
	margin: 0 0 0 15px;
}
.global.menu a {
	display: block;
    position: relative;
    box-sizing: border-box;
	width: 240px;
	height: 107px;
	text-indent: -9999em;
    border-radius: 10px 10px 0 0;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 31px;
}
.derby .global.menu li:nth-of-type(1) a,
.teioh .global.menu li:nth-of-type(2) a,
.jdd .global.menu li:nth-of-type(3) a {
    background-color: #0245de;
    pointer-events: none;
}
.global.menu li:nth-of-type(1) a {
    background-image: url("../images/base/menu_derby.svg");
    background-size: 161px auto;
}
.global.menu li:nth-of-type(2) a {
    background-image: url("../images/base/menu_teioh.svg");
    background-size: 102px auto;
}
.global.menu li:nth-of-type(3) a {
    background-image: url("../images/base/menu_jdd.svg");
    background-position: 50% 17px;
    background-size: 173px auto;
}
.derby .global.menu li:nth-of-type(1) a {
    background-image: url("../images/base/menu_derby_on.svg");
}
.teioh .global.menu li:nth-of-type(2) a {
    background-image: url("../images/base/menu_teioh_on.svg");
}
.jdd .global.menu li:nth-of-type(3) a {
    background-image: url("../images/base/menu_jdd_on.svg");
}

/*===================================
	footer	
=====================================*/

.footer {
    position: relative;
    z-index: 15;
	padding: 40px 0 32px;
    text-align: center;
}
.footer,.footer a,.footer a:visited {
	color: #0245de;
	font-size: 14px;
}
.footer h2 {
    font-weight: normal;
}
.copy {
	margin-top: 16px;
}
.pagetop {
	float: right;
	position: relative;
	margin-top: -110px;
	padding-right: 20px;
	text-align: left;
}
.pagetop a {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #0245de;
    transition: .7s;
    text-indent: -9999em;
}
.pagetop a:hover {
    opacity: .7;
}
.pagetop a:after{
	content: "";
	display: block;
	position: absolute;
    top: 19px;
	left: 14px;
	width: 18px;
	height: 18px;
	border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotate(315deg);
}

/*===================================
	content
=====================================*/
/*  menu
---------------------------------*/
.cont.menu {
	background: #fff;
}
.cont.menu ul {
	height: 70px;
}
.cont.menu li:nth-of-type(1) {
	border-left: solid 1px #e2e2e2;
}
.cont.menu li {
	float: left;
	border-left: solid 1px #e3ecf0;
	border-right: solid 1px #e3ecf0;
}
.cont.menu a {
	display: block;
	position: relative;
	z-index: 100;
	width: 252px;
	height: 70px;
	line-height: 70px;
	color: #0245de;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}
.cont.menu li:nth-of-type(1) a {
	width: 248px;
}
.cont.menu li.current,
.cont.menu li:hover {
	background: #0245de;
    border-color: #0245de;
}
.cont.menu li:hover {
    opacity: .7;
}
.cont.menu li.current a,
.cont.menu li:hover a {
    color: #fff;
}
.cont.menu li.current a {
    pointer-events: none;
}
/*.cont.menu li:nth-of-type(3) a {
	pointer-events: none;
	opacity: .3;
}*/

/*  contWrapp sec
---------------------------------*/


.sec p {
	line-height: 1.8;
}

/*===================================
	keyVisual	
=====================================*/

.keyVisual {
	background: #000;
}
.keyVisual img {
    width: 100%;
	min-width: 1000px;
	margin: auto;
}

/************************************************************************************
smaller than 674px
*************************************************************************************/
@media screen and (max-width: 674px) {
	
	.hiddenPc,
	.brkSp {
		display: block;
	}
	.hiddenSp,
	.brkPc {
		display: none;
	}
	
	/*===================================
		font
	=====================================*/
	
	body {
		font-size: 22px;
	}
	
	/*===================================
		layout	
	=====================================*/
    body {
        min-width: inherit;
        background-image: url("../images/base/bg_sp.jpg");
        background-position: 50% 0;
    }
	.inner,
    .contWrapp.inner {
		width: 604px;
	}
	.header .inner,
	.cont.menu .inner{
		width: 664px;
	}
	.contWrapp.inner {
        margin-top: 23px;
    }
    
	/*===================================
		header	
	=====================================*/
    .header {
        /*overflow-x: hidden;*/
        box-sizing: border-box;
        height: 215px;
        padding-top: 19px;
        border-bottom-width: 8px;
        background: none;
    }
    
    .header h1 {
        position: relative;
        overflow: hidden;
        top: inherit;
        left: inherit;
        box-sizing: border-box;
        width: 417px;
        height: 63px;
        margin: 0 0 0 124px;
    }
    .header h1 a:nth-of-type(1) {
        margin-right: 18px;
    }
    .header h1 a:nth-of-type(2) {
        margin-top: 9px;
    }
    .logo.tck {
        width: 102px;
        height: 63px;
    }
    .logo.special {
        width: 297px;
        height: 45px;
    }
    .global.menu {
        position: inherit;
        top: inherit;
        right: inherit;
        margin-top: 18px;
        padding: 0;
        height: 107px;
    }
    .global.menu ul {
        width: 651px;
        height: 107px;
        margin-left: 3px;
    }
    .global.menu li {
        margin: 0 0 0 7px;
    }
    .global.menu a {
        width: 210px;
        height: 107px;
    }
    
    /*===================================
        footer	
    =====================================*/
    .footer {
        padding: 54px 0 50px;
    }
    .footer,.footer a,.footer a:visited {
        font-size: 18px;
    }
    .footer h2 {
        font-weight: normal;
    }
    .copy {
        margin-top: 22px;
    }
    .pagetop {
        margin-top: -150px;
        padding-right: 20px;
    }
    .pagetop a {
        width: 60px;
        height: 60px;
    }
    .pagetop a:after{
        top: 21px;
        left: 16px;
        width: 24px;
        height: 24px;
        border-width: 4px;
    }
	
	/*===================================
		content
	=====================================*/
	
	
	/*  menu
	---------------------------------*/
    .cont.menu {
        position: relative;
        height: 80px;
    }
    .cont.menu ul.inner {
       /* position: absolute;
        top: 0;
        left: -22px;
        width: 708px;*/
        height: 80px;
    }
    .cont.menu ul li {
        width: 25%;
    }
	.cont.menu a {
		/*width: 169px;*/
        width: auto;
        height: 80px;
		padding-top: 20px;
		line-height: 1.2;
		font-size: 18px;
	}
	.cont.menu li:nth-of-type(1) a {
		/*width: 168px;*/
        width: auto;
		line-height: 80px;
		padding: 0;
	}
    .cont.menu li:nth-of-type(3) a {
        line-height: 80px;
		padding: 0;
    }
	.cont.menu a:hover {
		color: #fff;
		background: none;
	}
	
	/*  contWrapp sec
	---------------------------------*/

	.contWrapp .inner {
		padding-top: 39px;
	}
	
	/*===================================
		keyVisual	
	=====================================*/
	
	.keyVisual {
		overflow: hidden;
		width: 664px;
		min-width: 664px;
	}
	.keyVisual img {
		min-width: 820px;
		margin: 0 0 0 -70px;
	}
	
	

	
}