.mgb0{margin-bottom: 0!important;}
.mgt0{margin-top: 0!important;}
.fs09{font-size: 0.9em;}
.stop_text{
	text-align: center;
	padding: 20px;
	border: 1px solid #ccc;
	color: #f00;
	margin-bottom: 30px;
	font-size: 1.2em;
    line-height: 1.3em;
    font-weight: bold;
}
#main .breadcrumb {
    box-sizing: border-box;
    color: #83838f !important;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.875em;
    line-height: 1.5;
    margin-bottom: 10px;
}
#main .main_title {
    margin: 10px auto;
    font-weight: bold;
    font-size: 27px;
}
#main .breadcrumb a {
    color: #83838f;
    text-decoration: none;
}
.title {
    background:none;
}
h1{
	margin: 0;
	text-shadow: none;
}
#main .relation {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main a.feature {
    color: #000000;
    text-decoration: none;
}
#main .feature {
    width: 49%;
    height: auto;
    min-height: 75px;
    margin-bottom: 10px;
    padding: 10px 0;
    border: 1px solid #ccc;
    position: relative;
    transition: 0.6s;
    justify-content: space-between;
	display: flex !important;
}
#main .feature .relation_text {
	width: 70%;
	padding-left: 10px;
}
#main .feature .feat_title {
	font-size: 1.2em;
	font-weight: bold;
}
#main .feature .feat_text {
	font-size: 0.8em;
	line-height: 1.2;
	margin-top: 10px;
}
#main .feature .relation_img {
	width: 20%;
	padding-right: 5px;
}
#main .feature .relation_img img {
	width: 100%;
	height: auto;
	max-width: 80px;
}
#main .lead-text {
	font-size: 16px !important;
}
#main .feature-hdg2 {
	font-size: 1.25em !important;
	font-weight: bold;
}



.maindesign .feature-hdg1 {
	margin: 0;
}
.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: 95%;
    height: 75%;
    text-align: center;
    white-space: nowrap;
}
#main .links.cols4-2 .text-box2 {
    padding: 0.5em;
    line-height: 1.6em;
}
#main .heading_3 {
    border-left: 4px solid #f00;
    font-size: 1.2em;
    font-weight: bold;
    margin: 50px 0 20px 0;
    text-align: left;
    padding: 0.3rem 1rem;
    line-height: 1.3;
    white-space: nowrap;
}
#main .tab-menu-nav a {
    display: flex !important;
}
#main .menu-btn-list a {
    display: flex !important;
    color: #fff !important;
}

@media screen and (min-width:768px) {
	#main .smn_img {
		width: 300px;
		margin: 10px auto 20px;
}

}
@media screen and (max-width:767px) {
	.pc-only {
    display: none!important;
}
	#main .breadcrumb {
		padding-left: 10px;
	}
	#main .main_title {
    margin: 10px auto 10px 10px;
    font-weight: bold;
    font-size: 22px;
}
	#main .title {
		height: auto;
}
	#main .feature-hdg2 {
		margin-top: calc(60px - 0.6rem) !important;
	}
	#main .featureBox_inner {
		position: absolute;
		top: -10px;
		left: 50%;
		transform: translateX(-50%);
		border: 5px solid #fff;
		width: 100%;
		max-width: 270px;
		background: #fff;
		box-sizing: border-box;
	}
	#main .featureBox .fBTitle {
		padding: 10px 40px;
		font-size: 1.0em;
		width: 99%;
		margin: 0 auto;
		text-align: center;
	}
	#main .featureBox .fbWording {
		display: flex;
		flex-wrap: wrap;
		margin: 25px 0 5px;
		font-size: 16px;
	}
	#main .reserve_link {
		margin-bottom: 15px;
	}
	#main .feature__items li {
		width: 100%;
	}
	#main .feature {
		width: 100%;
		align-items: center;
	}
	#main .heading_3 {
		font-size: 1.0em;
	}
	#main .smn_img {
		max-width: 250px;
		margin: 10px auto 20px;
}
	#main .links {
    margin-bottom: 0;
}
}
#main .link_none {
  pointer-events: none;
}

#main .c-red {
	color: #ff0000;
	font-weight: bold;
}
#main .f-large {
	font-size: 1.5em;
	font-weight: bold;
}
#main .mt-20 {
	margin-top: 20px;
}

#main .deadline {
	display: flex;
	justify-content: flex-start;
	margin-top: 30px;
	text-align: center;
  }
  #main .deadline .deadline--col:first-child {
	border: 1px solid #ccc;
  }
  #main .deadline .deadline--col:not(:first-child) {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
  }
  #main .deadline--content {
	border-top: 1px solid #ccc;
  }
  #main .deadline--col {
	width: 25%;
  }
  #main .deadline--head {
	background-color: #ddd;
	padding: 10px 0;
	font-size: 1.1em;
	font-weight: bold;
  }
  #main .deadline--content {
	padding: 15px 0;
  }
  
  @media screen and (max-width:767px) {
	#main .deadline--col {
	  flex-grow: 1;
	}
  }
  