#main {
	margin-bottom: 100px;
}
@media screen and (max-width:767px) {
	#main {
		margin-bottom: 50px;
	}
}

.maindesign img {
	width: 100%;
	height: auto;
}
.maindesign .menu-btn-list a {
	color: #fff !important;
	display: flex !important;
}
.maindesign .breadcrumb {
	margin-bottom: 5px !important;
}
.maindesign .breadcrumb,
.maindesign .breadcrumb a {
	color: #83838f;
	text-decoration: none;
}
@media screen and (max-width:767px) {
	.maindesign .breadcrumb {
		margin-left: 5px !important;
	}
}

.maindesign .title {
	position: relative;
}
.maindesign .title--inner {
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	line-height: 1.2;
}
.maindesign .title--text {
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 5px rgb(10,10,10,0.7);
}
.maindesign .title--text__small {
	font-size: 1.50rem;
}
.maindesign .title--text__large {
	font-size: 3.5rem;
}

@media screen and (max-width:767px) {
	.maindesign .title--text__small {
		font-size: 4.0vw;
	}
	.maindesign .title--text__large {
		font-size: 7.0vw;
	}
}


.maindesign .topBtn ul::before,
.maindesign .topBtn ul::after {
	content: '';
	display: block;
	width: 24%;
	height: 0;
}
.maindesign .topBtn ul::before {
	order: 1;
}
.maindesign .topBtn a {
	display: flex !important;
	align-items: center;
	height: 55px;
}

.maindesign .cards {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.maindesign .card {
	width: calc(25% - 12px);
    margin: 0 16px 30px 0;
	box-sizing: border-box;
    box-shadow: rgba(99,99,99,.2) 0 2px 8px 0;
    border-radius: 6px;
}
.maindesign .cards .card:nth-child(4n) {
	margin: 0 0 30px 0;
}
.maindesign .card:hover {
	opacity: 0.75;
}
.maindesign .card--img {
	margin: 10px 0;
}
.maindesign .card--text {
	font-size: 0.95rem;
	line-height: 1.15;
	margin-top: 10px;
    height: auto;
    min-height: 8em;
}
.maindesign .card--text-name {
	font-weight: bold;
	font-size: 1.1em;
	height: 2.5em;
	display: flex;
	align-items: center;
	justify-content: center;
    margin: auto 0 10px;
}
.maindesign .card--text-catch {
	margin-top: 5px;
}
.maindesign a.link-mask {
    text-decoration: none;
    color: #000;
    padding: 5px 10px 25px 10px;
    display: block;
	/*position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;*/
}


@media screen and (max-width:767px) {
	.maindesign .card {
		width: calc(50% - 5px);
        margin: 0 10px 30px 0;
	}
	.maindesign .card--text {
		font-size: 0.85rem;
	}
	.maindesign .cards .card:nth-child(2n) {
		margin: 0 0 30px 0;
	}
}

.maindesign h3.checkPoint {
    position: relative;
    font-size: 1.25em;
    font-weight: bold;
    margin: 60px 0 20px 0;
    padding: 0 0 10px 0;
    text-align: left;
    border-bottom: #aaaaaa 2px solid;
    display: flex;
    align-items: center;
}
.maindesign h3.checkPoint .st0{
	fill:#aaaaaa;
}
.maindesign h3.checkPoint .st1{
	fill:none;stroke:#ffffff;stroke-width:3;stroke-miterlimit:10;
}
.maindesign h3.checkPoint span {
    margin: 0 0 0 20px;
}

.maindesign .other-box {
	position: relative;
	border: 1px solid #ccc;
	padding: 20px 15px;
	border-radius: 5px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: 0.25s;
	width: 50%;
	margin-top: 50px;
}
.maindesign .other-box:hover {
	opacity: 0.75;
}
.maindesign .other-box--text {
	font-size: 1.35rem;
	font-weight: bold;
}
.maindesign .other-box--img {
	width: 20%;
}

@media screen and (max-width:767px) {
	.maindesign .other-box {
		width: 100%;
		margin-top: 30px;
	}
	.maindesign .other-box--text {
		font-size: 1.1rem;
	}
}



.maindesign .relation-bnr--img {
	position: relative;
	transition: 0.25s;
}
.maindesign .relation-bnr--img:hover {
	opacity: 0.75;
}
.maindesign .relation-bnr--text {
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}

.maindesign .relation--items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}
.maindesign .relation--item {
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #ccc;
	width: 49%;
	padding: 15px 10px;
	position: relative;
	transition: 0.2s;
	margin-top: 15px;
}
.maindesign .relation--item:hover {
	opacity: 0.7;
}
.maindesign .relation--inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.maindesign .relation--link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.maindesign .relation--text {
	width: 75%;
	font-size: 0.85em;
}
.maindesign .relation--text__bold {
	font-weight: bold; 
	font-size: 1.25em;
	margin-bottom: 10px;
	display: inline-block;
}
.maindesign .relation--img {
	width: 20%;
	height: auto;
}


@media screen and (max-width:767px) {
	.maindesign .relation--item {
		width: 100%;
		height: 140px;
		display: flex;
	}
	.maindesign .relation--text {
		width: 70%;
	}
	.maindesign .relation--img {
		width: 25%;
	}
}
@media screen and (min-width:768px) {
#main .eventbnr{
        display: flex;
        flex-wrap: wrap;
    }
    #main .eventbnr li{
    width: calc(50% - 10px);
        height: 110px;
    margin: 0 20px 20px 0;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
        align-items: center;
    }
    #main .eventbnr li:nth-child(2n){
    margin: 0 0 20px 0;
    }
    #main .eventbnr li a{
    display: flex;
        width: 100%;
    }
    #main .eventbnr li .linksTxt{
    margin: auto auto auto 10px;
    display: flex;
    flex-wrap: wrap;
    width: calc(80% - 20px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    }
    #main .eventbnr li .linksTxt p{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0.5em 0;
	font-weight: 700;
    font-size: 1em;
}
#main .eventbnr li .linksTxt p span {
    font-size: 0.75em;
    width: calc(100% - 20px);
    line-height: 1.2;
    font-weight: 400;
    padding-top: 0.5em;
    display: block;
}
    #main .eventbnr li .linksImg{
    margin: auto 15px auto auto;
    width: calc(30% - 20px);
    display: flex;
    align-items: center;
    }
    #main .eventbnr li .linksImg img {
    width: 100%;
}
}

@media screen and (max-width:767px) {
#main .eventbnr{
        display: flex;
        flex-wrap: wrap;
    }
    #main .eventbnr li{
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0.3em;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
        display: flex;
        align-items: center;
    }
    #main .eventbnr li a{
    display: flex;
    flex-direction: row-reverse;
        width: 100%;
    }
    #main .eventbnr li .linksTxt{
    font-size: 1.2em;
    margin: auto auto auto 10px;
    display: flex;
    flex-wrap: wrap;
    width: calc(80% - 20px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    }
    #main .eventbnr li .linksTxt p{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
    padding: 0.5em 0;
	font-weight: 700;
        font-size: 1em;
}
#main .eventbnr li .linksTxt p span {
    font-size: 0.75em;
    line-height: 1.2;
    font-weight: 400;
    padding-top: 0.5em;
    display: block;
}
    #main .eventbnr li .linksImg{
    margin: auto auto auto auto;
    width: calc(38% - 20px);
    display: flex;
    align-items: center;
    }
    #main .eventbnr li .linksImg img {
    width: 100%;
}
    }

.maindesign .probnr{
    margin: 20px 0 40px 0;
}
.maindesign .probnr p{
    text-align: center;
    margin: 10px;
}
.maindesign .probnr img{
    width: 100%;
    height: auto;
}

.maindesign #main .tab-menu-nav li a{
    display: flex;
}

.tab-menu{
    margin: 0px 10px;
}