@charset "UTF-8";
#wrapper{
    overflow-x: hidden;
}
 /* -----------------------------------------------------------
	reset
----------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align:top;
}
html, body {
	height: 100%;
}
table, tr, th, td{
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*ClearFix
----------------------------------------*/
.clear:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.clear {
	/zoom:1;
} /* ie6,ie7 */

#hiddenlink,
.hidden {
	display: none;
}
.block {
	display: block;
}
.inline {
	display: inline;
}
 /* -----------------------------------------------------------
	共通装飾等
----------------------------------------------------------- */
body{
font-family: 'Avenir','Helvetica Neue','Helvetica','Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 100%;
    -webkit-text-size-adjust: 100%;
	line-height: 1.8em;
	color:#000000;
}
a{
    color: #000000;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
    color: #A5252D;
}
.inner{
	max-width:1400px;
	margin:0 auto;
	width:98%;
	box-sizing: border-box;
}
img{
	-webkit-backface-visibility: hidden;
}
img a:hover {
	filter: alpha(opacity=70);
	opacity: 0.70;
}

@media screen and (max-width:1405px){
.inner{
	width:95%;
	margin:0 auto;
}
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
}

/* -----------------------------------------------------------
	ヘッダー
----------------------------------------------------------- */
header{
    width: 100%;
    background: #fff;
}
header #headerLR{
     display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
header h1{
    padding:14px 0 0 24px;
}
header h1 img{
    max-width: 100%;
    width: 100%;
}
header .headerRight{
    display: -webkit-flex;
    display: flex;
    padding: 16px;
    box-sizing: border-box;
}
header .headerRight .ts{
    margin-right: 40px;
}
header .headerRight ul{
    line-height: 0;
}
#search dl.search{
    position:relative;
    background-color:#fff;
    border:1px solid #000;
}
#search dl.search dt{
    margin-right:0px;
    padding:0 0 0 8px;
}
#search dl.search dt input{
    width:100%;
    height:29px;
    line-height:29px;
    background:none;
    border:none;
}
#search dl.search dd{
    position:absolute;
    top:0;
    right:0;
}
#search input[type="text"] {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
}
#search input[type="image"] {
    line-height: 0;
    padding: 1px;
}
header .headerRight .language img{
        width:16px;
}
@media screen and (max-width:768px){
header h1{
    padding:7px 0 0 8px;
}
header h1 img{
    width: 80%;
    }
header .headerRight{
    padding:7px 8px 0 8px;
}
header .headerRight .ts{
        display: none;
}
 header .headerRight .language{
        padding-top: 12px;
}
}

/*フォントサイズ
----------------------------------------*/
header .headerRight #fontsize {
	font-size: 0.8rem;
    overflow: hidden;
}
header .headerRight #fontsize dt {
	float: left;
	margin: 3px 5px 0 0;
}
header .headerRight #fontsize dd {
	display: inline;
}
header .headerRight #fontsize ul {
	display: inline;
	float: left;
	margin:0;
    overflow: hidden;
}
header .headerRight #fontsize li {
	float: left;
	color: #000;
	text-decoration: none;
	background: #fff;
    border: 2px #ddd solid;
	display: inline-block;
  width: 27px;
  height: 27px;
  border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
  text-align:center;
    box-sizing: border-box;
  line-height: 27px;
    margin-left: 2px;
    cursor: pointer;
    font-size: 0.9rem;
    padding-bottom: 4px;
}
header .headerRight .font-normal #fontsize #fs3,
header .headerRight .font-large #fontsize #fs2,
header .headerRight .font-superlarge #fontsize #fs1,
header .headerRight #fontsize li:hover {
	background:#A5252D;
    color: #fff!important;
}
header .headerRight #fontsize li.active{
    	background:#A5252D;
     color: #fff!important;
    
}
header .headerRight .noscript {
	width: 160px;
	position: absolute;
	top: 0px;
	left: 0px;
	color: #FFF;
	font-size: 10px;
	height: 27px;
	overflow: hidden;
	background:rgb(102,102,102);
	background:rgba(102,102,102,0.8);
}
@media screen and (max-width:768px){
header .headerRight #fontsize {
    display: none;
    }
}

/*PCナビ*/
header nav.globalMenuPc{
    background-color: #A5252D;
    text-align: center;
    box-sizing: border-box;
    line-height: 1.2rem;
    font-size: 1.1rem;
}
header nav.globalMenuPc ul{
     display:table;
    max-width: 1400px;
    margin: 0 auto;
}
header nav.globalMenuPc li{
    display: table-cell;
    vertical-align: middle;
    background: url("/cie/assets/images/common/nav_line.png") no-repeat center right;
    width: 14%;
}
header nav.globalMenuPc li:last-child{
    background: none;
}
header nav.globalMenuPc li a{
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 16px 16px;
}
header nav.globalMenuPc li span{
    display: block;
    font-size: 0.8rem;
    color: #FFE637;
}
.drawer-hamburger{
display: none!important;
}
@media screen and (max-width:1024px){
header nav.globalMenuPc{
    display: none;
}
.drawer-hamburger{
display: block!important;
}
}

/*メガメニュー*/
.menu-container {
    width: 100%;
    margin: 0 auto;
}
.menu > ul > li .box {
    display: none;
width: 100%;
    background:#fff;
    padding:3% 24px;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 160px;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}


/* -----------------------------------------------------------
	フッターバナー
----------------------------------------------------------- */
#bnr{
    margin-top:100px!important;
    text-align: center;
    background:url("/cie/assets/images/common/footer_bnr_bg.jpg") no-repeat;
    padding:65px 24px;
    box-sizing: border-box;
}
#bnr ul{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	flex-wrap: wrap;
}
#bnr li{
    margin: 15px 25px;
	/*width: 25%;*/
}
#bnr li:nth-child(n+4){
	margin-top: 20px;
}
.bnr_4{
	display:-webkit-box!important;
	padding-left: 14%;
}
#bnr li img{
	max-width: 100%;
}
@media screen and (max-width:1405px){
	.bnr_4 li{
		width:auto!important;
		margin: 15px 10px!important;
	}
	/*.bnr_4{
		padding-left:8%;
	}*/
}
/*@media screen and (max-width:1145px){
	.bnr_4{
		display:-webkit-flex!important;
		padding-left:0;
	}
}*/
@media screen and (max-width:767px){
#bnr{
    background-size:cover;
    background-position: center;
}
#bnr ul{
    display:block!important;
}
#bnr li{
    margin: 0 24px 16px 24px!important;
	width: auto;
}
.bnr_4{
	padding-left: initial;
}
}

/* -----------------------------------------------------------
	フッター
----------------------------------------------------------- */
footer{
    width: 100%;
    padding: 46px 0 0 0;
    box-sizing: border-box;
    text-align: center;
    background-color: #A5252D;
    color: #fff;
}
footer .inner{
    display: -webkit-flex;
    display: flex;
}
footer .inner .info{
    text-align: left;
    font-size: 0.8rem;
    line-height: 1.4em;
    width: 31%;
}
footer .inner .info img{
    margin-bottom: 50px;
}
footer .inner .nav{
    display: -webkit-flex;
    display: flex;
    padding-bottom: 16px;
    width: 66%;
    flex-wrap: wrap;
}
footer .inner .nav ul{
    width: 25%;
    margin-bottom:16px;
}
footer .inner .nav ul li a{
    display: block;
    text-align: left;
    background: url("/cie/assets/images/common/footer_arrow.png") no-repeat left 6px;
    padding-left: 16px;
    margin: 0 16px 5px 16px;
    color: #fff;
    line-height: 1.5em;
    font-weight: bold;
}
footer .inner .nav ul > li > ul{
    width: 100%;
}
footer .inner .nav ul > li > ul li a{
    display: block;
    text-align: left;
    background: url("/cie/assets/images/common/footer_arrow02.png") no-repeat left 1px;
    font-weight: normal!important;
    font-size:0.8rem;
    padding-left: 16px;
    margin: 0 16px 0 16px;
    color: #fff;
    line-height: 1.5em;
}
footer .inner .nav ul.contact li a{
    display: block;
    text-decoration: none;
    background-color: #fff;
    text-align: left;
    border-radius: 21px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    box-sizing: border-box;
    padding: 8px 24px 8px 50px;
    color: #000;
    width: 176px;
    float: right;
    font-size: 1rem;
    background-image: url("/cie/assets/images/common/mail.png");
    background-position: left 16px top 50%;
    background-repeat: no-repeat;
    margin-left:8px;
    margin-top: 2px;
}
footer .inner .nav ul.contact li a:hover{
    transition: all .3s;
    background-position:20px 50%;
}
footer .inner .nav ul li a:hover{
    transition: all .3s;
    background-position:3px 6px;
}
footer .inner .nav ul > li > ul li a:hover{
    transition: all .3s;
    background-position:2px 1px;
}
footer .privacy{
    width: 100%;
    background-color: #A5252D;
    overflow: hidden;
}
footer .privacy{
}
footer .privacy ul{
    padding-bottom: 16px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}
footer .privacy li{
    margin: 0 10px 0 0;
    }
footer .privacy li a{
    display: block;
    text-align: left;
    background: url("/cie/assets/images/common/arrow01.png") no-repeat left 3px;
    padding-left: 16px;
    margin: 0 16px 5px 16px;
    color: #fff;
    font-size: 0.9rem!important;
    line-height: 1.5em;
}

.copyright{
    background: #fff;
    padding:16px 16px 16px 16px;
    font-size: 0.7rem;
    color: #000;
    text-align: center;
}
.contactme{
    background-color: #F6F8FB;
    padding:8px 16px 60px 16px;
    box-sizing: border-box;
}
@media screen and (max-width:1024px){
	ul.contact{
		margin-top: 50%;
	}
}
@media screen and (max-width:767px){
footer{
    display: none;
}
}

/*PCで見えない
----------------------------------------*/
.pc-hidden{
    display: none;
}
@media screen and (max-width:767px){
.pc-hidden{
    display: block;
}
}
.sp-tel{
    display: none;
}
@media screen and (max-width:1024px){
.sp-tel{
    display: block;
}
}

/*トップへ戻る
----------------------------------------*/
#pagetop {
	position: fixed;
	bottom:24px;
	right:24px;
	z-index:1000;
}
#pagetop a {
	display:block;
	background: url(/cie/assets/images/common/pagetop.png);
	width:48px;
	height:48px;
	overflow:hidden;
	text-indent: -9999px;
}
#pagetop a span{
	display:none;
}
#pagetop a:hover {
	filter: alpha(opacity=80); /* IE7以下用 */
	-ms-filter: “alpha(opacity=80)”; /* IE8用 */
	opacity:0.8; /* Firefox 1.5以上, Opera, Safari用 */
}
@media screen and (max-width:768px){
#pagetop {
	display: none!important;
}
}

/*ボタン
----------------------------------------*/
.button01 a{
    display: block;
    text-decoration: none;
    background-color: #A5252D;
    text-align: center;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    box-sizing: border-box;
    padding: 8px 46px 10px 16px;
    color: #fff;
    font-size: 1rem;
    width: 176px;
    height: 44px;
    line-height: 1.8em;
    background-image: url("/cie/assets/images/common/arrow01.png");
    background-position: right 12px top 50%;
    background-repeat: no-repeat;
    float: right;
    margin-top:32px;
}
.button01 a:hover{
    background-color: #7E0910;
    transition: all .3s;
    background-position: right 8px top 50%;
}
@media screen and (max-width:768px){
 .button01 a{
     float: none;
     margin: 32px auto;
    }
}

.button02 a{
    display: block;
    text-decoration:none!important;
    background-color: #0075C2;
    text-align: center;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    box-sizing: border-box;
    padding: 24px;
    color: #fff;
    font-size:1.3rem;
    width: 30%;
    margin:50px auto 0 auto;
}
.button02 a:hover{
    text-decoration: underline!important;
}
@media screen and (max-width:768px){
 .button02 a{
     width: 90%;
     margin: 32px auto;
    }
}

.button03 a{
    display: block;
    text-decoration:none!important;
    background-color: #FF9900;
    text-align: center;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    box-sizing: border-box;
    padding: 24px;
    color: #fff;
    font-size:1.3rem;
    width: 30%;
    margin:40px auto;
}
.button03 a:hover{
    text-decoration: underline!important;
}
@media screen and (max-width:768px){
.button03 a{
    width:90%;
}
 .button03 a{
     margin: 32px auto;
    }
}

.button04 a{
    display: block;
    text-decoration:none!important;
    background-color: #0075C2;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-sizing: border-box;
    padding:8px 16px;
    line-height: 1em;
    color: #fff;
    float: right;
    margin:0 auto 0 auto;
}
.button04 a:hover{
    text-decoration: underline!important;
}

.button05 a{
    display: block;
    text-decoration: none!important;
    background-color: #fff;
    text-align: center;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border: #CCCCCC 1px solid;
    box-sizing: border-box;
    padding: 16px 46px 16px 16px;
    color: #000;
    font-size: 1.1rem;
    width: 260px;
    height: 60px;
    line-height: 1.8em;
    background-image: url("/cie/assets/images/common/btn_arrow.png");
    background-size: 26px;
    background-position: right 12px top 50%;
    background-repeat: no-repeat;
    margin:0 auto 30px auto;
}
.button05 a:hover{
    background-color: #eee;
    transition: all .3s;
    background-position: right 8px top 50%;
}

.button06 a{
    display: block;
    text-decoration: none!important;
    background-color: #666;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-sizing: border-box;
    padding:16px 32px 16px 16px;
    color: #fff;
    line-height: 1em;
    background-image: url("/cie/assets/images/common/arrow01.png");
    background-position: right 12px top 50%;
    background-repeat: no-repeat;
    float: right;
}
.button06 a:hover{
text-decoration: underline;
}
@media screen and (max-width:768px){
 .button06 a{
     float: none;
     margin: 32px auto;
    }
}

.button07 a{
    display: inline-block;
    text-decoration: none!important;
    background-color: #666;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-sizing: border-box;
    padding:8px 16px 8px 24px;
    color: #fff;
    line-height: 1em;
    background-image: url("/cie/assets/images/common/arrow01.png");
    background-position: left 12px top 50%;
    background-repeat: no-repeat;
    margin-bottom: 16px;
}
.button07 a:hover{
text-decoration: underline!important;
}

.href_pdf{
 appearance: button;
 background-color: #860404;
 border: solid transparent;
 border-radius: 5px;
 border-width: 0 0 2px;
 box-sizing: border-box;
 color: #FFFFFF;
 cursor: pointer;
 display: inline-block;
 letter-spacing: .8px;
 margin: 0;
 outline: none;
 overflow: visible;
 padding:5px;
 text-align: center;
 text-transform: uppercase;
 touch-action: manipulation;
 transform: translateZ(0);
 transition: filter .2s;
 user-select: none;
 -webkit-user-select: none;
 vertical-align: middle;
 white-space: nowrap;
    text-decoration: none!important;
}
.href_pdf:after {
 background-clip: padding-box;
 background-color: #CB0606;
 border: solid transparent;
 border-radius:5px;
 border-width: 0 0 2px;
 bottom: -2px;
 content: "";
 left: 0;
 position: absolute;
 right: 0;
 top: 0;
 z-index: -1;
}
.href_pdf:main, button:focus {
 user-select: auto;
}
.href_pdf:hover:not(:disabled) {
 filter: brightness(1.1);
}
.href_pdf:disabled {
 cursor: auto;
}
.href_pdf:active:after {
 border-width: 0 0 0;
}
.href_pdf:active {
 padding-bottom: 2px;
}

.href_dxf{
 appearance: button;
 background-color: #D1740A;
 border: solid transparent;
 border-radius: 5px;
 border-width: 0 0 2px;
 box-sizing: border-box;
 color: #FFFFFF;
 cursor: pointer;
 display: inline-block;
 letter-spacing: .8px;
 margin: 0;
 outline: none;
 overflow: visible;
 padding:5px;
 text-align: center;
 text-transform: uppercase;
 touch-action: manipulation;
 transform: translateZ(0);
 transition: filter .2s;
 user-select: none;
 -webkit-user-select: none;
 vertical-align: middle;
 white-space: nowrap;
    text-decoration: none!important;
}
.href_dxf:after {
 background-clip: padding-box;
 background-color: #D6A31B;
 border: solid transparent;
 border-radius:5px;
 border-width: 0 0 2px;
 bottom: -2px;
 content: "";
 left: 0;
 position: absolute;
 right: 0;
 top: 0;
 z-index: -1;
}
.href_dxf:main, button:focus {
 user-select: auto;
}
.href_dxf:hover:not(:disabled) {
 filter: brightness(1.1);
}
.href_dxf:disabled {
 cursor: auto;
}
.href_dxf:active:after {
 border-width: 0 0 0;
}
.href_dxf:active {
 padding-bottom: 2px;
}
/* -----------------------------------------------------------
	お知らせ
----------------------------------------------------------- */
#news2{
    margin-top: 100px;
}
#news2 .inner{
    margin-bottom: 100px!important;
    overflow: hidden;
}
#news2 h2 {
    text-align: center;
    color: #A5252D;
    line-height:1em;
    font-size:2.3rem!important;
    font-weight: bold!important;
    font-family: Arial, Helvetica, "sans-serif"!important;
    margin-bottom: 40px!important;
    position: relative;
}
#news2 h2::after {
    content: url(/cie/assets/images/top/tit_news_ic.png);
    position: absolute;
    bottom:26px;
    left: 0;
    right: 0;
}
#news2 h2 span{
    font-weight: normal;
    font-size: 1rem;
    color: #000;
    display:block;
}
#news2 dl{
     display: -webkit-flex;
    display: flex;
	margin: 0 0 24px 0;
}
#news2 dl a{
    text-decoration: none;
}
#news2 dl a:hover{
    text-decoration: underline;
}
#news2 dd{
    line-height: 1.6em;
}
#news2 dl .date{
	margin:0 3em 0 0;
    white-space: nowrap;
	min-width: 120px;
}
#news2 dl .category{
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    font-size: 0.8rem;
    margin:0 3em 0 0;
    box-sizing: border-box;
    min-width: 100px;
    padding:8px 8px;
    color: #000;
    height: 26px;
    line-height: 1em;
}
#news2 dl .category.cat_out{
    background-color:#FCBDBD;
}
#news2 dl .category.cat_in{
    background-color:#B9E1FA;
}
#news2 dl .category.cat_event{
    background-color:#CFE9C0;
}
#news2 dl .category.cat_collab{
    background-color:#EBCCFD;
}
#news2 dl .category.cat_other{
    background-color:#FBCCB0;
}
#news2 dl .category.cat_oncampus{
    background-color:#CBEBEF;
}
#news2 dl .category.cat_center{
    background-color:#C5E2FA;
	width: 120px;
}
#news2 dl .category.cat_support{
    background-color:#FACEA7;
    width: 130px;
    height: 40px;
    text-align: left;
}
#news2 dl .category.cat_cooperation{
    background-color:#C5DFBD;
    width: 120px;
}
.tab-wrap {
    border-top: #A5252D 1px solid;
    display:flex;
    flex-wrap: wrap;
   width: 100%;
}
.tab-label {
border-bottom: #CCCCCC 2px solid;
    width: 14%;
    display: table-cell;
    cursor: pointer;
    padding:8px 12px;
    order: -1;
    text-align: center;
    margin-bottom: 24px;
}
.tab-label.tab03,
.tab-label.tab07{
    width: 15%!important;
}
.tab-label:hover{
    background: #A5252D;
    color: #fff;
}
.tab-content {
    width: 100%;
    display: none;
    min-height:350px;
}
.tab-switch:checked+.tab-label {
   background: #A5252D;
    color: #fff;
    position: relative;
}
.tab-switch:checked+.tab-label::after {
    content: "";
    position: absolute;
    bottom:-12px;
    left: 45%;
    border: 6px solid transparent;
    border-top: 7px solid #A5252D;
}
.tab-switch:checked+.tab-label+.tab-content {
     display: block;
}
.tab-switch {
    display: none;
}
@media screen and (max-width:768px) {
#news2{
    margin-top:50px;
}
#news2 h2 {
    margin-bottom:24px!important;
}
#news2 dl{
     display:block;
	margin:24px 0 0 0;
}
.tab-label {
border-bottom: #CCCCCC 2px solid;
    width: 50%;
    margin-bottom: 0;
    padding:7px 12px;
}
.tab-label.tab03,
.tab-label.tab07{
    width: 50%!important;
}
.tab-switch:checked+.tab-label::after {
    content:none;
}
br.sp{
	display: none;
}
#news2 dl .category.cat_support{
	width: 210px;
	height: 26px;
}
}

@media print {
.drawer{
    overflow:visible;
    width:1050px;
}
header nav.globalMenuPc{
	display:block;
}
.drawer-nav{
	display:none;
}

}
    