
.sub {
	margin-top: 115px;
}
.sub_top {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;	
	height: 185px;
	width: 100%;
	margin-bottom: 60px;
	background-color: #0073BD;
}
.sub_top .sub_tit {
	padding-bottom: 15px;
	font-size: 36px;
	font-weight: 700;
	color: #fff;
}
.sub_top p {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}

.sub-tabmenu {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
.sub-tabmenu li {
	margin-left: -1px;
}
.sub-tabmenu li a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	min-width: 185px;
	padding: 0 20px;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	border: 1px solid #DBDBDB;
	background-color: #fff;
}
.sub-tabmenu li.active a,
.sub-tabmenu li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #009F73;
}	

.sub_navi {
	width: 100%;
	margin-bottom: 50px;
}
.sub_navi .navi-contents {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.sub_navi .contents-tit {
	font-size: 34px;
	color: #333;
	font-weight: 600;
}

.sub_navi .breadcrumb {
	background: none;
	color: #333333;
	padding: 0;
	margin: 0;
}
.sub_navi .breadcrumb li a {
	color: #666;
	font-size: 16px;
}
.sub_navi .breadcrumb li.active a {
	color: #009F73;
	text-decoration: underline;
}
.sub_navi .breadcrumb > li + li:before {
   content: "\f054";
   font-family: "Font Awesome 5 Pro";
   font-weight: 300;
   font-size: 12px;
   color: #666;
   padding: 0 8px;
}

.sub_contents {
	margin-bottom: 100px;
}




@media (max-width: 991px) {

	.sub {
		margin-top: 60px;
	}
	.sub_top {	
		height: 170px;
		margin-bottom: 20px;
	}
	.sub_top .sub_tit {
		padding-bottom: 10px;
		font-size: 32px;
	}

	.sub-tabmenu {
		margin-bottom: 20px;
	}
	.sub-tabmenu li a {
		height: 45px;
		min-width: auto;
		padding: 0 20px;
		font-size: 16px;
	}

	.sub_navi {
		position: relative;
		width: 100%;
		margin-bottom: 25px;
		padding: 0 15px;
	}
	.sub_navi .navi-contents {
		display: flex;
		flex-direction: column-reverse;
		align-content: space-between;
		justify-content: space-between;
		align-items: stretch;
	}
	.sub_navi .contents-tit {
		margin-top: 25px;
		font-size: 28px;
	}
	.sub_navi .breadcrumb {
		text-align: right;
	}
	.sub_contents {
		margin-bottom: 50px;
	}




}



@media (min-width: 992px) {

}	



@media (min-width: 992px) and (max-width: 1199px) {
	

}


#contactUs {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    border-top: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-left: 1px solid #CCC;
    font-size: 14px;
}

#contactUs dl {
    float: left;
    width: 100%;
    margin-top: 10px;
}

#contactUs dl dt {
    float: left;
    line-height: 30px;
    padding: 0 20px;
    border-left: 1px solid #CCC;
}

#contactUs dl dt:nth-of-type(1) {
    border-left: 0 none;
}

#contactUs dl dd:nth-of-type(1) {
    width: 30%;
}

#contactUs dl dd:nth-of-type(2) {
    width: 10%;
}

#contactUs dl dd {
    float: left;
    line-height: 30px;
    word-break: break-all;
}

#pageSurvey {
    clear: both;
    padding-bottom: 20px;
    margin-bottom: 0px;
    background: #EEE;
    border: 1px solid #CCC;
}

#pageSurvey dl {
    padding: 15px 20px 0 20px;
    font-size: 14px;
}

#pageSurvey dl dd {
    padding-top: 10px;
}

#pageSurvey dl dd ul {
    margin: 0;
}

#pageSurvey dl dd label {
    margin-right: 35px;
    font-weight: normal;
}

#pageSurvey dl dd label input {
    margin-right: 5px;
}

#pageSurvey dl dd input[type='text'] {
    width: 90%;
    height: 30px;
    padding-left: 10px;
    border: 1px solid #CCC;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

#pageSurvey dl dd button {
    width: 10%;
    height: 30px;
    margin-left: -1px;
    background: #333;
    color: #FFF;
    border: 0 none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

#snsReply {
    position: relative;
    clear: both;
    padding: 15px 20px 5px 20px;
    margin-bottom: 20px;
    background: #EEE;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #CCC;
    border-left: 1px solid #CCC;
}

#snsReply .sns-select em {
    margin-left: 30px;
    font-style: normal;
}

#snsReply .comment textarea {
    width: 629px;
    height: 60px;
    padding-left: 10px;
    border: 1px solid #CCC;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

#snsReply .comment button {
    width: 59px;
    height: 60px;
    margin-left: -1px;
    background: #333;
    color: #FFF;
    border: 0 none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

#snsReply .comment span {
    position: absolute;
    top: 20px;
    right: 20px;
}

#snsReply .comment em {}

#snsReply ul {
    padding-top: 10px;
}

#snsReply ul li {
    padding: 5px 0;
}

#snsReply ul li img {}

#snsReply ul li strong {
    display: inline-block;
    width: 70px;
}

#snsReply ul li em {
    float: right;
    font-style: normal;
}



.module-wrapper label:not([for]), label[for=""], label[for=" "] {
    border: none;
}

.module-wrapper label:not([for]):after, label[for=""]:after, label[for=" "]:after {
    content: none;
}

a[href^=javascript]:not([role=button]):after {
    content: none;
}

a[href^=javascript]:not([role=button]) {
    border: none;
}



.module-wrapper .nav.nav-tabs {
	padding-bottom: 0;
	padding-left: 0;
	margin-bottom: 30px;
}
.module-wrapper .nav.nav-tabs li {
	padding-left: 0;
	padding-bottom: 0;
	background: transparent;
}