.mgt10{margin-top: 10px!important;}
h1 {
    margin: 0 auto;
}
.maindesign .title_inner {
    /*background-color: rgba(0,0,0,0.3);*/
    /*padding: 10px 30px;*/
    line-height: 1.4;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    /*width: 80%;*/
	width: 100%;
    height: 65%;
    text-align: center;
    white-space: nowrap;
}
@media screen and (min-width:768px){
.sp-only {
    display: none!important;
}	
}
@media screen and (max-width:767px){

	.maindesign .nav{
		/*padding: 0 5px;*/
	}
}

#main .breadcrumb {
    box-sizing: border-box;
    color: #83838f;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.875em;
    line-height: 1.5;
    margin-bottom: 10px;
	   /* padding-left: 10px;*/
}
#main .breadcrumb a {
    color: #83838f !important;
    text-decoration: none;
}

.maindesign .orange-btn, .maindesign .default-btn {
    color: #fff!important;
}
#main .tab-menu-nav li a {
    display: flex;
	align-items: center;
}

#main .h2comment {
    line-height: 1.5;
    margin: 15px 0;
}
