/*++++++++++++++++++++++++++++++ reset ++++++++++++++++++++++++++++++*/
*,
*:before,
*:after{
 box-sizing: border-box;
}
html, body {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, address, em {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
}
div, blockquote, p, pre, ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	border: 0;
}
table, caption, th, td {
	font-style: normal;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
hr {
	margin: 0;
	padding: 0;
	border: none;
}
form, fieldset, input, button, select, optgroup, option, textarea, label, legend {
	margin: 0;
	padding: 0;
}
span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, q, br,ins, del, a, img, object, figure {
	margin: 0;
	padding: 0;
	border: 0;
}
i,address {
	font-style:normal;
}
ul,dl,ol,li {
	list-style-position:outside;
	list-style-type:none;
}
em {
	font-weight:bold;
}
@media screen and (max-width: 380px) {
  ul,dl,ol,li {
	  list-style-position:outside;
	  list-style-type:none;
  }
}
img{
	vertical-align:top;
}
a { 
	outline:none; 
	text-decoration:none;
}
a img { border:none;}
input[type="text"],
input[type="button"],
input[type="submit"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border-radius: 0;
}



/*++++++++++++++++++++++++++++++ 基本設定 ++++++++++++++++++++++++++++++*/
@import url('/institution/co-creation/mimaki/assets/css/:/fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('/institution/co-creation/mimaki/assets/css/:/fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600&display=swap');
@import url('/institution/co-creation/mimaki/assets/css/:/fonts.googleapis.com/css2?family=Rubik:wght@500&display=swap');


body,
input[type="text"],
textarea,
select,
button {
  font-family: 'Noto Sans JP', sans-serif;
}

html {
	-webkit-text-size-adjust: 100%;
	background:#fff;
	font-size: 62.5%;
}

body {
	font-size: 1rem;
	line-height: 1;
	color: #333333;
	min-width: 100%;
	font-feature-settings: "palt";
}

a {
	color: #0f0f0f;
}
a:hover {
	text-decoration:none;
	cursor: pointer;
}
em {
	font-style:normal;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {	
	display: inline-block;
	min-height: 1px;
}

/*
#body {
	min-width: 1100px;
	overflow: hidden;
}
@media screen and (max-width: 1200px) {
	#body {
		min-width: 100%;
		min-width: 320px;
	}
}
*/


@media screen and (max-width: 600px) {
	html {
		font-size: 58%;
	}
}
body{
  font-size: 1.6rem;
	color: #0F0F0F;
}
a{
	transition: all 0.3s ease;
}
a:not([class]) {
	color: #DA0000;
	text-decoration: underline;
}
a:not([class]):hover {
	text-decoration: none;
}
img:not([class]) {
	width: 100%;
}


body{
	padding-top: 80px;
}
@media all and (max-width: 1200px) {
	body{
		padding-top: 50px;
	}
}
@media all and (max-width: 1200px) {
	html.is-fixed,
	html.is-fixed body {
		/*height: 100vh;*/
		overflow: hidden;
	}
}
@media all and (max-width: 1200px) {
	html.is-fixed header::before{
		content: '';
		display: block;
		width: 100vw;
		height: 100vh;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 11;
		background-color: rgba(255,255,255,0.94);
	}
}
html header::before{
	content: none;
}



.menubtn {
    display: none;
}
@media screen and (max-width: 1200px) {
	.menubtn {
		display: block;
		width: 100%;
		max-width: 19px;
		position: fixed;
		right: 10px;
		top: 14px;
		z-index: 999;
	}
	
}
.menubtnBox, .menubtnBox span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.menubtnBox {
    position: relative;
    width: 19px;
    height: 18px;
    background: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.menubtnBox span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #005D34;
}

.menubtnBox span:nth-of-type(1) {
    top: 0;
}
.menubtnBox span:nth-of-type(2) {
    top: 8px;
}
.menubtnBox span:nth-of-type(3) {
    bottom: 0;
}
.menubtnBox.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
}
.menubtnBox.active span:nth-of-type(2) {
    opacity: 0;
}

.menubtnBox.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
}


.times{
	margin-left: 0.25em;
	margin-right: 0.25em;
	font-family: 'Trebuchet MS';
}
@media screen and (max-width: 1200px) {
.times{
	margin-left: 0.1em;
	margin-right: 0.1em;
}
}
.TrebuchetMS{
	font-family: 'Trebuchet MS';
}



header{
	display: flex;
	justify-content:flex-end;
  width: 100%;
	height: 80px;
	padding-left: calc(65 / 1920 * 100%);
	z-index: 100;
	position: fixed;
	top:0;
	background-color: rgba(255,255,255,0.93);
}
@media screen and (max-width: 1400px) {
	header{
		padding-left: 20px;
	}
}
@media screen and (max-width: 1200px) {
	header{
		height: 47px;
		background-color: rgba(255,255,255,1);
	}
}
.headerLogo{
	display: flex;
	align-items: center;
/*	justify-content: center;*/
	width: 460px;
	font-size: 3rem;
	font-weight: bold;
	margin-right: auto;
}
@media screen and (max-width: 600px) {
.headerLogo{
	width: 380px;
	font-size: 1.8rem;
}
}
.headerLogo:hover{
	cursor: pointer;
}
.headerLogo .headerLogoType{
	display: flex;
	align-items: center;
}
.headerLogo .logosvg{
	width: 148px;
}
@media screen and (max-width: 600px) {
.headerLogo .logosvg{
	width: 95px;
}
}
.headerLogo .logosvg .st1{
	fill:#CF3339;
}


header .menu{
	display: flex;
	justify-content:flex-end;
	font-size: 1.3rem;
}
header .nav_list{
	display: flex;
	justify-content: flex-start;
	height: 100%;
}
/*
@media screen and (min-width: 1101px) {
	header .nav_item.nav_item_home{
		display: none;
	}
}
*/
header .nav_item{
	margin: 0 17px;
	padding: 10px 0;
}
@media screen and (max-width: 1400px) {
	header .nav_item{
		margin: 0 7px;
	}
}
header .nav_item .nav_link{
	display: flex;
	align-items: center;
	height: 100%;
	padding: 20px 10px;
	padding: 10px 10px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	position: relative;
}
@media screen and (max-width: 1400px) {
	header .nav_item .nav_link{
		padding: 20px 15px;
	}
}
@media screen and (max-width: 1200px) {
	header .nav_item .nav_link{
		padding: 20px 10px;
	}
}
@media screen and (max-width: 1200px) {
	header .nav_item .nav_link{
		padding: 18px 20px;
	}
}
header .nav_item.current .nav_link::after{
	content: '';
	width: calc(100% - 20px);
	height: 4px;
	background-color: #DA0000;
	position: absolute;
	left: 50%;
	bottom: 10px;
	transform: translateX(-50%);
}
@media screen and (max-width: 1200px) {
header .nav_item.current .nav_link{
	color: #DA0000;
}
header .nav_item.current .nav_link::after{
	content: none;
}
}

.header_contact{
	width: 249px;
}
@media screen and (max-width: 1400px) {
	.header_contact{
		width: 200px;
	}
}
.header_contact_link{
	display: flex;
	width: 100%;
	height: 100%;
	padding: 20px;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	background-color:#005D34;
	font-size: 1.8rem;
	font-weight: bold;
}
@media screen and (max-width: 1200px) {
	.header_contact_link{
		padding: 20px 10px;
	}	
}
.header_contact_mark{
	/*max-width:24px;
	max-height: 24px;
	width: 100%;
	height: 100%;*/
	width: 36px;
	height: 26px;
	position: relative;
	margin-right: 5px;
}
.header_contact_mark svg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.header_contact_mark .st2{fill:none;stroke:#fff;stroke-width:1.5}


@media screen and (max-width: 1200px) {
	header .menu {
		display: block;
		justify-content:center;
		transform: translateX(-100%);
		transition: all 0.3s ease;
		backface-visibility:hidden;
		height: 100vh;
		padding-bottom: 30px;
		z-index: 100;
		width: 100%;
		position: fixed;
	}
	header .menu.open {
		width: 100%;
		transform: translateX(0);
		overflow-y: auto;
	}
	/*header .menu.open::after {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background-color: rgba(255,255,255,0.94);
	}*/
	header .nav{
		position: relative;
		z-index: 1;
		padding-top: 60px;
		margin-bottom: 45px;
	}
	header .nav_list{
		display: block;
	}
	header .nav_item{
		font-size: 1.6rem;
	}
	header .menu.open .nav_list{
		border-top: 1px solid #DDDDDD;
		backface-visibility:hidden;
	}
	header .menu.open .nav_item{
		border-bottom: 1px solid #DDDDDD;
		backface-visibility:hidden;
	}
	header .nav_link{
		display: block;
	}
	header .nav_item .on::after{
		content: none;
	}
	.header_contact{
		position: relative;
		z-index: 1;
		width: 280px;
		margin: 25px auto;
	}
	.header_contact_link{
		display: block;
		height: auto;
	}	
}


.contents-w{
	max-width: 1460px;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width: 1510px) {
	.contents-w{
		margin-right: 25px;
		margin-left: 25px;
	}
}
@media screen and (max-width: 600px) {
	.contents-w{
		margin-right: 20px;
		margin-left: 20px;
	}
}
.contents-n{
	max-width: 1080px;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width: 1130px) {
	.contents-n{
		margin-right: 25px;
		margin-left: 25px;
	}
}
@media screen and (max-width: 600px) {
	.contents-n{
		margin-right: 20px;
		margin-left: 20px;
	}
}

.headBox{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 230px;
	background: url(/institution/co-creation/mimaki/assets/img/common/headBox_bg.jpg) no-repeat 0 0;
	background-size: cover;
	color: #fff;
}
@media screen and (max-width: 1010px) {
	.headBox{
		height: 230px;
		/*margin-top: 35px;*/
	}
}
@media screen and (max-width: 600px) {
	.headBox{
		height: 140px;
	}
}


.Hd01 {
	/*display: flex;
	align-items: center;
	justify-content: center;*/
	
	/*padding-top: 47px;
	margin-bottom: 100px;*/
	font-size: 4rem;
	font-weight: bold;
	position: relative;
	z-index: 0;
	text-align: center;
}
@media screen and (max-width: 1200px) {
	.Hd01 {
		/*
		padding-top: 35px;
		margin-bottom: 80px;
		*/
		font-size: 3rem;
	}
}
@media screen and (max-width: 600px) {
	.Hd01 {
		/*margin-bottom: 50px;*/
	}
}
.Hd01Txt{
	/*display: block;*/
	padding: 35px 85px;
	line-height: calc(59 / 40);
	position: relative;
}
@media screen and (max-width: 900px) {
	.Hd01Txt{
		display: block;
    max-width: 560px;
    margin-right: auto;
    margin-left: auto;
		padding: 35px 65px;
	}
}
@media screen and (max-width: 600px) {
	.Hd01Txt{
		padding: 28px 35px;
		line-height: 1.2;
	}
}
.Hd01Txt::before,
.Hd01Txt::after {
	content: '';
	display: block;
	width: 100px;
	height: 50px;
	border-width: 3px;
	border-color: #DA0000;
	position: absolute;
	z-index: -1;
}
@media screen and (max-width: 1010px) {
	.Hd01::before {
	}
}
@media screen and (max-width: 600px) {
.Hd01Txt::before,
.Hd01Txt::after {
	width: 70px;
	height: 35px;
}
}
.Hd01Txt::before{
	border-top-style: solid;
	border-left-style: solid;
	top:0;
	left: 0;
}
.Hd01Txt::after {
	border-right-style: solid;
	border-bottom-style: solid;
	right: 0;
	bottom: 0;
}



main{
}
.breadcrumbs{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 160px auto 60px;
	max-width: 1670px;
	font-size: 1.4rem;
}
@media screen and (max-width: 1720px) {
	.breadcrumbs {
		margin: 160px 25px 60px;
	}
}
@media screen and (max-width: 600px){
	.breadcrumbs {
		margin: 70px 15px 30px;
	}
}
.breadcrumbs a{
	color: #3B4043;
	text-decoration: none;
}
.breadcrumbs a:hover{
	color: #DA0000;
}
.breadcrumbs > span{
	display: flex;
	align-items: center;
	margin-bottom: 6px;
    line-height: 1.4;
	color: #8C8C8D;
}
.breadcrumbs > span::after{
	content: "";
	width: 6px;
	height: 6px;
	border: 1px solid;
	border-color:#3B4043 #3B4043 transparent transparent;
	transform: rotate(45deg);
    margin-left: 4px;
    margin-right: 6px;
    margin-top: 2px;
}
.breadcrumbs > span:last-of-type::after{
	content: none;
}








footer {
	display: block;
	padding-top: 80px;
	padding-bottom: 30px;
	background-color: #006F43;
	position: relative;
	color: #fff;
}
@media screen and (max-width: 600px) {
footer {
	padding-top: 45px;
}
}
footer .footer {
	display: flex;
	flex-wrap: wrap;
}
footer .footer .footerLogo {
	display: flex;
	width: 100%;
}
@media screen and (max-width: 600px) {
	footer .footer .footerLogo {
		flex-wrap: wrap;
	}
}
footer .footerLogo01 {
	width: 250px;
	height: 90px;
	margin-right: 65px;
	position: relative;
}
@media screen and (max-width: 1200px) {
	footer .footerLogo01 {
		width: calc(250px * 0.7);
		height: calc(90px * 0.7);
		margin-right: calc(65px * 0.7);
	}
}
footer .footerLogo01::after {
	content: '';
	display: block;
	width: 3px;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top:0;
	right: -30px;
}
@media screen and (max-width: 600px) {
footer .footerLogo01::after {
	width: 100%;
	height: 2px;
	top:auto;
	bottom:-15px;
	right: auto;
	left: 0;
}
}
footer .footerLogo02 {
	display: flex;
	align-items: center;
	/*justify-content: center;*/
	width: 460px;
	font-size: 3rem;
	font-weight: bold;
	/*margin-right: auto;*/
}
@media screen and (max-width: 1200px) {
footer .footerLogo02 {
	font-size: 2.1rem;
}
}
@media screen and (max-width: 600px) {
footer .footerLogo02 {
	align-items: flex-end;
	margin-top: 30px;
	font-size: 2rem;
}
}
@media screen and (max-width: 320px) {
footer .footerLogo02 {
	font-size: 1.7rem;
}
}
footer .footerLogo02 .logosvg{
	max-width: 148px;
	width: 100%;
}
@media screen and (max-width: 400px) {
footer .footerLogo02 .logosvg{
	max-width: 120px;
}
}
footer .footerLogo02 .logosvg .st1{
	fill:#fff;
}
.footerAddress {
	margin-top: 45px;
}
.footerAddress .footerAddress_01 {
	font-size: 2.6rem;
}
.footerAddress .footerAddress_02 {
	font-size: 2rem;
	line-height: calc(29 / 20);
}
.footerAddress .footerAddress_03 {
	margin-top: 15px;
	line-height: calc(24 / 16);
}
.footerAddress .footerAddress_03 a{
	color: #fff;
	text-decoration: none;
}

.footerLink {
	margin-left: auto;
}
@media screen and (max-width: 800px) {
.footerLink {
	width: 100%;
	margin-top: 50px;
	margin-left: 0;
}
}
.footerLink .footerLink_list {
}
.footerLink .footerLink_item {
	margin-bottom: 1em;
}
.footerLink .footerLink_item::before {
	content: '- ';
}
.footerLink .footerLink_anc {
	color: #fff;
}
.footerBnr {
	width: 100%;
	margin-top: 90px;
}
@media screen and (max-width: 600px) {
.footerBnr {
	margin-top: 40px;
	margin-bottom: 15px;
}
}
.footerBnr .footerBnr_list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
.footerBnr .footerBnr_list {
	flex-wrap: wrap;
	max-width: 300px;
	margin: 0 auto;
}
}
.footerBnr .footerBnr_item {
	width: 225px;
	margin: 0 40px 55px;
}
@media screen and (max-width: 600px) {
	.footerBnr .footerBnr_item {
		width: 100%;
		margin: 0 0px 25px;
	}
}
.footerBnr .footerBnr_anc {
	display: block;
}

.footer .copy{
	width: 100%;
	text-align: center;
}
@media screen and (max-width: 600px) {
.footer .copy{
	font-size: 1.5rem;
}
}
@media screen and (max-width: 320px) {
.footer .copy{
	font-size: 1.3rem;
}
}


@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1010px) {
}
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 480px) {
}

.main{
	position: relative;
	padding-bottom: 35px;
}
/*
.pagetopWrapper{
	max-width: 1660px;
	margin: 0 auto;
	position: relative;
}
@media screen and (max-width: 1750px) {
.pagetopWrapper{
	margin: 0 50px;
}
}
@media screen and (max-width: 1180px) {
.pagetopWrapper{
	margin: 0 30px;
}
}
*/
#pagetop{
	width: 66px;
	height: 66px;
	position: sticky;
	bottom: 35px;
	left: calc(100vw - 130px);
	z-index: 99;
	margin-top: -104px;
}
@media screen and (max-width: 1200px) {
#pagetop{
	left: calc(100vw - 90px);
}
}
@media screen and (max-width: 600px) {
#pagetop{
	width: 50px;
	height: 50px;
	left: calc(100vw - 80px);
	bottom: 20px;
}
}
.pagetopBtn{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding-top: 15px;
	position: relative;
	background-color: #fff;
}
@media screen and (max-width: 600px) {
.pagetopBtn{
	padding-top: 10px;
}
}
.pagetopBtn::before{
	display: inline-block;
	position: absolute;
	top: 15px;
	left: 50%;
	content: "";
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 2px solid #0F0F0F;
	border-right: 2px solid #0F0F0F;
	transform: rotate(-45deg) translateX(-50%);
}
@media screen and (max-width: 600px) {
.pagetopBtn::before{
	top: 9px;
}
}

.pc_br{
	display: block;
}
@media screen and (max-width: 600px) {
	.pc_br{
		display: inline;
	}
}
.br_sp{
	display: inline;
}
@media screen and (max-width: 600px) {
	.br_sp{
		display: block;
	}
}


/*
.subPage header{
	position: relative;
}
.subPage header::before{
    content: "";
    display: block;
    width: 100vw;
    height: 105px;
    background-color: #F2F2F2;
    position: absolute;
    z-index: -1;
    bottom: -105px;
}
@media screen and (max-width: 1400px) {
	.subPage header::before {
		height: 55px;
		bottom: -55px;
	}
}
@media screen and (max-width: 1300px) {
	.subPage header::before {
		height: 35px;
		bottom: -35px;
	}
}
@media screen and (max-width: 1200px) {
	.subPage header::before {
		height: 55px;
		bottom: -55px;
	}
}
*/
.subPage main{
	position: relative;
}
.subPage main::before{
    content: "";
    display: block;
    width: 100%;
    height: 105px;
    background-color: #F2F2F2;
    position: absolute;
    z-index: -1;
	top:-205px
}
@media screen and (max-width: 1400px) {
	.subPage main::before {
		height: 55px;
	}
}
@media screen and (max-width: 1300px) {
	.subPage main::before {
		height: 35px;
	}
}
@media screen and (max-width: 1200px) {
	.subPage main::before {
		height: 55px;
		top:-100px;
	}
}
@media screen and (max-width: 600px) {
	.subPage main::before {
		top:-80px;
	}
}







/* 188bet体育_188bet备用网址一覧共通 */
.newsList{
	margin-bottom: 50px;
}
@media screen and (max-width: 840px) {
	.newsList{
			margin-bottom:30px;
	}
}
.newsList_item{
	display: block;
	margin-bottom: 30px;
}
.newsList_link{
	display: flex;
	align-items: flex-start;
}
@media screen and (max-width: 600px) {
	.newsList_link{
			flex-wrap: wrap;
	}
}
.newsList_date{
	width: 80px;
	margin-top: 9px;
	margin-right: 25px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #9B9B9B;
}
@media screen and (max-width: 600px) {
	.newsList_date{
		/*width: calc(100% - 190px);*/
		
	}
}
.newsList_cate{
	width: 180px;
	height: 33px;
	line-height: 33px;
	margin-right: 25px;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
@media screen and (max-width: 600px) {
	.newsList_cate{
		margin-right: 10px;
	}   
}
.newsList_cate01{
	background-color: #0F0F0F;
}
.newsList_cate02{
	background-color: #656565;
}

.newsList_title{
    flex: 1;
    width: 100%;
    margin-top: 4px;
    height: 1.4em;
    line-height: 1.4;
    overflow-y: hidden;
}
@media screen and (max-width: 600px) {
    .newsList_title{
        margin-top: 7px;
        font-size: 1.8rem;
        flex: none;
    }
}