.ethical-management-container .row:not(.navigation-wrap){
	margin-bottom: 0.5rem;
}
.ethical-management-container .row .col-md-9:not(.no-bottom-border){
	border-bottom: 1px solid rgba(0,0,0,0.07);
	padding-bottom: 20px !important;
}

.ethical-management-container .form .col-md-2,
.ethical-management-container .form .col-md-10 {
	border-bottom: 1px solid rgba(0,0,0,0.07);
	padding: 5px 10px !important;
	min-height: 40px;
}

.ethical-management-container .form .optional-row{
	display: none;	
}
.ethical-management-container .form .optional-row.active{
	display: block;	
}
.key-message {
	color: #585858;
	font-weight: bold;
	font-size: 1.3rem !important;
	line-height: 3rem !important;
}
.link-wrap a {
 	text-decoration: none;
 	color: #fff;
	cursor: pointer;
	border: 1px solid transparent;
}
.link-wrap a:hover {
 	text-decoration: none;
 	color: #fff !important;
 	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
 	border:1px solid rgba(255,255,255,0.7) !important;
}
.ethical-management-paragraph{
	padding: 10px;
	line-height: 2.4rem;
	font-size: 16px;
}
.ethical-management-paragraph strong{
	color: #da2026;
	font-weight: bold;
}
.ethical-management-paragraph strong.gray{
	color: #111;
}
.ethical-management-list{
	padding: 10px;
	line-height: 2.4rem;
	font-size: 16px;
}
.link-button-wrap{
	text-align: center;
	margin: 20px 0;
}
.link-to-bbs{
	display: inline-block;
	width: 80%;
	max-width: 300px;
	padding: 10px;
	background-color: #ababab;
	color:#fff;
	font-weight: bold;
	text-align: center;
	border-radius: 4px;
	font-size: 16px;
}
.contact-info-wrap{
	display: inline-block;
	padding: 5px 5px 5px 0;
}
.contact-info-wrap strong{
	display: inline-block;
	margin-right: 5px;
	color:#111;
}
.link-to-form{
	display: inline-block;
	width: 80%;
	max-width: 300px;
	padding: 20px 10px;
	background-color: #0091ef;
	color:#fff;
	font-weight: bold;
	text-align: center;
	border-radius: 4px;
	font-size: 16px;
}
.last-row{
	margin-bottom: 10vh;
}
.ethical-image-wrap{
	display: flex;
	height: 100%;
	padding: 10px;
	font-size: 1.6rem;
	font-weight: bold;
	justify-content:center;
	align-items: center;
}
.ethical-image-wrap span{
	display: flex;
	min-width: 200px;
	padding: 5px 20px;
	background-color: #657285;
	color: #fff;
	border-radius: 20px;
}
@media (max-width: 768px) {
	.ethical-image-wrap span{
		justify-content: center;
	}
	.hide-when-xs{
		display: none;
	}
}
.ethical-image-wrap span strong{
	display: inline-block;
	margin-right: 10px;
	color: #b5bdc9;
}
.ethical-image-wrap img{
	width: auto;
	max-height: 140px;
	padding: 5px;
	border-radius: 50%;
    border: 10px solid rgba(105, 169, 0, 0.5);
}
.form-button-wrap{
	justify-content: center;
}
.form-button-wrap button{
	width: 120px;
	padding: 1rem;
	margin: 1rem;
	background-color: #ababab;
	border-radius: 5px;
	font-weight: bold;
	color:#fff;
	border:1px solid transparent;
}
.form-button-wrap button:hover{
 	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
 	border:1px solid rgba(255,255,255,0.7) !important;
}
.form-button-wrap button:first-child{
	background-color: #0091ef;	
}
.ethical-management-container .form input,
.ethical-management-container .form textarea{
	display: inline-block;
	border:1px solid #c0c0c0;
	border-radius: 5px;
}
.ethical-management-container .form input[type=number]::-webkit-outer-spin-button,
.ethical-management-container .form input[type=number]::-webkit-inner-spin-button{
	-webkit-appearance: none;
	margin:0;
}
.ethical-management-container .form .col-md-2{
	font-weight: bold;
}
.ethical-management-container .form .hint{
	display: inline-block;
	color:#5196fd;
	font-style: italic;
	font-size:0.9rem; 
}
.ethical-management-agreement-modal{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10000;
	display: flex;
	width: 100vw;
	height: 100vh;
	padding: 5vw;
	background-color: rgba(0,0,0,0.2);
	box-sizing: border-box;
	transition: opacity 0.2s;
	opacity:0;
	visibility: hidden;
}
.ethical-management-agreement-modal.active{
	display: flex;
	justify-content: center;
	align-items: center;
	opacity:1;
	visibility: visible;	
}
.ethical-management-agreement-modal .terms-and-condition{
	display: flex;
	flex-direction: column;
	width:100%;
	max-width: 500px;
	height:100%;
	max-height: 800px;
	background-color: #fff;
	border:1px solid rgba(0,0,0,0.4);
	border-radius: 5px;
	margin:auto;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}

@media (max-width: 768px) {
	.ethical-management-agreement-modal .terms-and-condition{
		max-height: 80vh;
	}
}

.ethical-management-agreement-modal .terms-and-condition .header{
	width:100%;
	padding: 10px;
	background-color: #d9e1e9;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.ethical-management-agreement-modal .terms-and-condition .header span{
	display: inline-block;
	font-weight: bold;
	color:#204870;
	vertical-align: middle;
}
.ethical-management-agreement-modal .terms-and-condition .header button{
	float:right;
	width:24px;
	height:24px;
	text-align:center;
	line-height:24px;
	vertical-align: middle;
	border-radius:50%;
	background-color: #fff;
	color:#a0b2c3;
}
.ethical-management-agreement-modal .terms-and-condition .body{
	width:100%;
	height:100%;
	padding: 10px;
	overflow-y:scroll;
}
.ethical-management-agreement-contents{
	line-height: 1.8rem;
	font-size: 0.9rem;
}
.ethical-management-agreement-contents p{
	display: block;
	margin: 0;
}
.ethical-management-agreement-contents h2{
	display: block;
	margin: 2rem 0 1rem 0;
	font-size: 1.0rem;
	font-weight: bold;
}
.ethical-management-agreement-contents ul{
	display: block;
	margin: 0.5rem 0 0.5rem 1rem;
}
.ethical-management-agreement-contents dl{
	display: block;
}
.ethical-management-agreement-contents ul li strong{
	font-weight: bold;
	margin-right: 0.5rem;
}
.ethical-management-agreement-contents dl > dt{
	display: inline-block;
	width: 24%;
}
.ethical-management-agreement-contents dl > dd{
	display: inline-block;
	width: 74%;
}
.ethical-management-agreement-contents table{
	margin: 1rem 0;
	border: 1px solid #c0c0c0;
	font-size: 0.7rem;
}
.ethical-management-agreement-contents table th{
	background-color: #f0f0f0;
	text-align: center;
	font-weight: bold;
}
.ethical-management-agreement-contents table tr td{
	padding:0.3rem;
}
.ethical-management-agreement-contents table tr td:first-child{
	border-right: 1px dashed #c0c0c0;
}
.ethical-management-agreement-contents table td{
	font-weight: bold;
}
.ethical-management-agreement-contents .text{
	margin: 1rem 0;
	color:#1e558d;
	font-size:0.9rem;
	line-height: 1.5rem;
}
.ethical-management-agreement-contents .text p{
	margin: 1rem;
}
.ethical-management-agreement-contents .text strong{
	display: block;
	padding: 0.5rem 0;
	font-weight: bold;
	border-top:1px dashed rgba(0,0,0,0.3);
	border-bottom:1px dashed rgba(0,0,0,0.3);
}
.ethical-management-agreement-contents .text2{
	margin: 1rem;
}
.ethical-management-agreement-contents .title02 span{
	font-weight: bold;
}
#suggest_contents{
	height:80%;
	overflow-y:scroll;
	border:#c0c0c0;
	border-radius: 5px;
	margin-bottom: 5%;
	
}