@charset "UTF-8";

/* =========================

  under common
	|-title
	|-menu
	|-botton
	|-table
	|-other
		|-text
		|-contact

　=========================*/


/* ------------------------

	|-title

　------------------------ */

.page_tit {
	width: 100%;
	height: 10rem;
	margin-bottom: 5rem;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: table;
}

.page_tit h1 {
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 1.5rem;
	line-height: 1;
	display: table-cell;
	vertical-align: middle;
	padding-left: .5rem;
	padding-right: .5rem;

}

[id*="privacy"] .page_tit h1 {
	letter-spacing: 0.2em;
}


#ent .page_tit {
	background-image: url(../images/enterprise/bg_tit.jpg);
}

#company .page_tit {
	background-image: url(../images/company/bg_tit.jpg);
}

#recruit .page_tit {
	background-image: url(../images/recruit/bg_tit.jpg);
}

#contact .page_tit {
	background-image: url(../images/contact/bg_tit.jpg);
}

#sitemap .page_tit,
[id*="privacy"] .page_tit,
#admin .page_tit,
#customer_harassment .page_tit {
	color: #fff;
	background-image: none;
	background-color: #98D0B0;
}


.section_tit {
	margin-bottom: 3rem;
}

.section_tit h2 {
	color: #00a469;
	font-size: 2.8rem;
	text-align: center;
	margin-bottom: 2.5rem;
}

.section_tit .txt_intro {
	text-align: center;
	line-height: 1.6
}

@media (max-width:767px) {
	.page_tit h1 {
		letter-spacing: 0!important;
	}
	#sitemap .page_tit h1,
	[id*="privacy"] .page_tit h1,
	#admin .page_tit h1,
	#customer_harassment .page_tit h1 {
		font-size: 2.5rem!important;
	}

	.section_tit .txt_intro {
		text-align: left;
		padding-left: 15px;
		padding-right: 15px;
	}
}


/* ------------------------

	|-menu

　------------------------ */

.menu_area_wrap {
	background: #fff;
	z-index: 100;
	left: 0!important;
	width: 100%!important;
}

.menu_area {
	background: #fff;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 4rem;
	padding-right: 4rem;
}

.menu_area li {
	text-align: center;
	padding: .5rem 0;
	border-right: 1px solid #9f9f9f;
	background: #fff;
}

.menu_area li:first-child {
	border-left: 1px solid #9f9f9f;
}

.menu_area a {
	color: #222;
	text-decoration: none;
	display: block;
}

.menu_area li:hover {
	background: #00a469;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.menu_area li:hover a {
	color: #fff;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

@media screen and (max-width:767px) {

	.menu_area {
		width: 100% !important;
	padding-left: 0;
	padding-right: 0;
	}
	.menu_area li {
		border-right: none;
		border-bottom: 1px dotted #9f9f9f;
	}
	.menu_area li:first-child {
		border-left: none;
	}
}


/* ------------------------

	|-button

　------------------------ */

.btn_line {
	text-align: center;
	display: block;
	padding: 2rem 0;
	border-style: solid;
	border-width: 1px;
	position: relative;
}

.btn_line::after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 1rem;
	top: calc(50%-7.5rem);
}

.btn_white {
	color: #fff;
	border-color: #fff;
}

.btn_white:hover {
	color: #fff;
	border-color: #fff;
}

.btn_black {
	color: #000;
	border-color: #000;
}

.btn_black:hover {
	color: #000;
	border-color: #000;
}

.btn_gray {
	color: #000;
	border-color: #000;
	background: #ddd;
}

.btn_gray:hover {
	color: #000;
	border-color: #000;
	background: #ddd;
}

.btn-default:hover {
	background: #fff;
}

.btn_pdf {
	font-size: 2rem;
	text-align: center;
	display: block;
	margin-top: 2rem;
	padding: 1.5rem;
}

.btn_pdf::after {
	content: "\f1c1";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	padding-left: 1rem;
}

.btn_pdf:hover {
	text-decoration: none;
	background: #72CAF3;
}

@media screen and (min-width:481px) and (max-width:991px) {
	.btn_pdf {
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}
}


/* ------------------------

	|-table

------------------------ */

@media screen and (max-width:480px) {
	.table_sp,
	.table_sp tr,
	.table_sp th,
	.table_sp td {
		display: block;
		width: 100% !important;
	}
	.table_sp th {
		background: #f5f5f5;
	}
	.table_sp th:last-of-type,
	.table_sp td:last-of-type {
		border-bottom: 0px!important;
	}
}

.table02 {
	table-layout: fixed;
	width: 100%;
	margin-bottom: 20px;
}

.table02 th,
.table02 td {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

.table02 th {
	color: #fff;
	font-weight: 400;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #999;
	background: #00a469;
}

.table02 td {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.table02 tr > th:first-child,
.table02 tr > td:first-child {
	border-left: 1px solid #999;
}

@media screen and (min-width:481px) {
	.table02 tr:nth-of-type(2n+0) > td {
		background: #eaeaea;
	}
}

@media screen and (max-width:480px) {
	.table02 th {
		display: none;
	}
	.table02 tr,
	.table02 td {
		display: block;
		width: 100% !important;
	}
	.table02 td {
		padding-top: 5px;
		padding-bottom: 5px;
		border-left: 1px solid #999;
	}
	.table02 tr:first-of-type td:first-child {
		display: block;
		border-top: 1px solid #999;
	}
	.table02 td:first-of-type {
		color: #fff;
		background: #0059fe;
	}
}

.table03 {
	table-layout: fixed;
	margin-bottom: 20px;
}

.table03 td {
	vertical-align: top;
}

.table03 tr:not(:first-child) > td {
	padding-top: 1rem;
}

.table03 tr:not(:last-child) > td {
	padding-bottom: 1rem;
}

.table03 tr > td:first-child {
	width: 26%;
	padding-right: .5rem;
	border-right: 1px solid #222;
}

.table03 tr > td:last-child {
	width: 74%;
	padding-left: 3rem;
}

@media screen and (max-width:767px) {
	.table03 tr > td:first-child {
		padding-right: 2rem;
	}
}

@media screen and (max-width:480px) {
	.table03.table_sp {
		border-top: 1px solid #222!important;
	}
	.table03.table_sp tr > td {
		padding: 1rem!important;
	}
	.table03.table_sp tr > td:first-child {
		text-align: center;
		border-bottom: 1px dotted #222;
		border-right: none;
		background: #D5EBE1;
	}
	.table03.table_sp tr > td:last-child {
		border-bottom: 1px solid #222!important;
	}
}


/* --------------------------

	|-other

--------------------------- */


/*text*/

.txt_underline {
	text-decoration: underline;
}

.txt_red {
	color: red;
	font-weight: 700;
}


/* =========================

  under custom
	|-enterprise
		|-ippan
		|-syogyo
		|-business[index]
		|-kokyo
	|-company
		|-company
		|-information
	|-recruit
	|-contact
	|-privacy
	|-sitemap
	|-admin/news
	|-harassment

============================ */


/* ------------------------

	|-enterprise

-------------------------- */

.ent_main .img_area figcaption {
	padding-top: 1rem;
	margin-bottom: 2rem;
	text-align: right;
}

.ent_main .img_area *[class^="col-"] {
	padding-left: 12px;
	padding-right: 12px;
}

.ent_main .img_area .main_img {
	position: relative;
}

.ent_main .img_area .main_img .f_serif {
	color: #fff;
	font-size: 3.3rem;
	line-height: 1.3;
	position: absolute;
	top: 1.3rem;
}

.ent_main .img_area .main_img .f_serif.f_shadow {
text-shadow: 1px 1px 3px #111;
}

.ent_main .img_area .main_img .f_serif.text-right {
	right: 1.3rem;
}

.ent_main .img_area .main_img .f_serif.text-left {
	left: 1.3rem;
}

.ent_main .img_area .main_img .f_serif.text_black {
	color: #222;
}

.ent_main .img_area .main_img .f_serif.text_black {
	color: #222;
}

@media screen and (max-width: 767px) {
	.ent_main .img_area {
		overflow: hidden;
	}
	.ent_main .img_area *[class^="col-"] {
		padding-left: 15px;
		padding-right: 15px;
	}
}


/*ippan*/

@media screen and (min-width: 992px) {
	.ippan_area .img_resize:nth-of-type(1) img {
		height: 272px;
		display: inline-block;
		text-align: left;
	}
	.ippan_area .img_resize:nth-of-type(1) figcaption {
		padding-right: 90px;
	}
}


/*business[index]*/


/*syogyo*/

.ent_main.business_area .img_area .main_img img,
.ent_main.syogyo_area .img_area .main_img img {
	width: 100%;
}

.ent_main.business_area .img_area .main_img .f_serif.text-left,
.ent_main.syogyo_area .img_area .main_img .f_serif.text-left {
	left: 2.5rem;
}

@media screen and (max-width: 991px) {
	.ent_main .img_area .bottom_fit {
		display: flex;
		align-items: flex-end;
	}
	.ent_main .img_area .o_fit_cover img {
		width: 100%;
		object-fit: cover;
		object-position: center top;
		font-family: 'object-fit: cover; object-position: center top;'
	}
}

@media screen and (max-width: 767px) {
	.ent_main .img_area .main_img .f_serif {
		font-size: 5.5vw;
	}
}


/* ------------------------

	|-company
		|-company
		|-information

-------------------------- */


/*company*/

.messege_area h3.f_serif_bold {
	font-size: 3rem;
	text-align: center;
	line-height: 1.5;
	margin: -1rem 0 5rem;
}

.item_messege p {
	font-size: 1.4rem;
	line-height: 1.7;
	text-align: justify;
	text-justify: inter-ideograph;
	/*padding-right: 2.3rem;*/
}

.item_messege p.company_name {
	font-size: 2rem;
	text-align: right;
}

.item_messege p.company_name span {
	font-size: 1.5rem;
}

.item_messege figre {
	padding-top: .5rem;
}

@media screen and (max-width: 991px) {
	.messege_area h3.f_serif_bold {
		font-size: 2.3rem;
	}
	.item_messege p {
		padding-right: 15px;
	}
}

@media screen and (max-width: 767px) {
	.messege_area h3.f_serif_bold {
		font-size: 2rem;
	}
	.item_messege p {
		padding-right: 0;
	}
}

@media screen and (max-width: 375px) {
	.messege_area h3.f_serif_bold {
		font-size: 5.5vw;
	}
	.item_messege p {
		padding-right: 0;
	}
}


/*information*/

.info_area .item_Philosophy {
	width: 80%;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.info_area .item_Philosophy .animated {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
}

.info_area .item_Philosophy figure {
	width: 60%
}

.info_area .item_Philosophy p {
	width: 40%;
	display: inline-flex;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-animation-duration: .5s;
	animation-delay: .5s;
}

.info_area .item_Philosophy span {
	font-size: 1.8rem;
}

@media screen and (min-width:992px) and ( max-width:1199px) {
	.info_area .item_Philosophy {
		width: 90%;
	}
	.info_area .item_Philosophy p {
		width: 45%;
	}
}

@media screen and (max-width: 991px) {
	.info_area .item_Philosophy {
		width: 70%;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.info_area .item_Philosophy figure {
		width: 100%;
	}
	.info_area .item_Philosophy p {
		text-align: center;
		width: 100%;
		display: block;
		margin-top: 3rem;
	}
}

@media screen and (max-width: 767px) {
	.info_area .item_Philosophy {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (max-width: 480px) {
	.info_area .item_Philosophy span {
		font-size: 1.5rem;
	}
}

.info_area .info_table_area h3 {
	font-size: 2rem;
	text-align: center;
	letter-spacing: .1em;
	margin-top: 6rem;
	margin-bottom: 3rem;
}


/*table*/

.info_area .table03 {
	font-size: 1.4rem;
	width: 65%;
	margin-left: auto;
	margin-right: auto;
}

.info_area .table03 td li:not(:last-of-type) {
	padding-bottom: 2rem;
}

@media screen and (max-width:1200px) {
	.info_area .table03 td:first-child {
		width: 33%;
	}
	.info_area .table03 td:last-child {
		width: 67%;
	}
}

@media screen and (max-width:991px) {
	.info_area .table03 {
		width: 90%;
	}
}

@media screen and (max-width:767px) {
	.info_area .table03 {
		width: calc(100% - 30px)!important;
	}
	.info_area .table03 td:first-child {
		width: 35%;
	}
	.info_area .table03 td:last-child {
		width: 65%;
	}
}

@media screen and (max-width:480px) {
	.info_area .profile_area .table03 tr:last-child td:first-child {
		display: none;
	}
	.info_area .profile_area .table03 tr:last-child td {
		border-bottom: none!important;
	}
}

.info_area .history_area .table03 td:first-child span {
	display: inline-block;
}

.info_area .history_area .table03 td:first-child span:nth-of-type(1) {
	width: 3.8em;
}

.info_area .history_area .table03 td:first-child span:nth-of-type(2) {
	width: 6.5em;
}

.info_area .history_area .table03 td:first-child span:nth-of-type(3) {
	text-align: right;
	width: 2.5em;
}

.info_area .history_area .table03 tr:last-of-type > td li:nth-of-type(2) {
	text-indent: -1em;
}

.info_area .table03 dt {
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, sans-serif;
	font-weight: 400;
}

@media screen and (max-width: 480px) {
	.info_area .history_area .table03 td:first-child span {
		display: inline;
	}
}

.info_area .table03 td ul {
	margin-bottom: 0;
}


/* ------------------------

	|-recruit

-------------------------- */


#recruit section.container {
	margin-bottom: 3rem;
}

.process_area li > dl {
	margin-bottom: 3rem;
	display: flex;
	position: relative;
}

.process_area ol > li:not(:last-child) > dl::after {
	content: "";
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 10px solid #A4D6C1;
	position: absolute;
	bottom: -30px;
	left: calc(50% - 10px);
}

.process_area li > dl > dt {
	color: #fff;
	text-align: center;
	font-size: 2.1rem;
	width: 20%;
	padding: 1.3rem 0 .7rem;
	border: 1px solid #00a469;
	background: #00a469;
}

.process_area li > dl > dt::before {
	content: "STEP ";
	font-size: 1.9rem;
}

.process_area li > dl > dd {
	font-size: 1.9rem;
	width: 80%;
	padding: 1rem 1rem 1rem 2rem;
	border: 1px solid #00a469;
	background: #fff;
}

@media screen and (max-width: 767px) {
	.process_area li > dl {
		display: block;
	}
	.process_area li > dl > dt,
	.process_area li > dl > dd {
		text-align: center;
		width: 100%;
	}
	.process_area li > dl > dd {
		font-size: 1.6rem;
		padding-left: 1rem;
	}
}

.guide_area .item_guide h3 {
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 1.2rem;
	margin-top: 4rem;
}

.guide_area .item_guide:nth-of-type(2) h3 {
	margin-top: 0;
}

.guide_area .section_tit {
	margin-bottom: 2rem;
}

.guide_area .item_guide table {
	font-size: 1.6rem;
	table-layout: fixed;
	width: 100%;
	border-right: 1px solid #222;
	border-top: 1px solid #222;
	border-collapse: separate;
}

.guide_area .item_guide table th {
	text-align: center;
	font-weight: 400;
	width: 13%;
	background: #D5EBE1;
	padding: 1rem 0;
	border-left: 1px solid #222;
	border-bottom: 1px solid #222;
}

.guide_area .item_guide table th .txt_space {
	letter-spacing: .5em;
	padding-left: .5em;
}

.guide_area .item_guide table td {
	padding: 1rem;
	border-left: 1px solid #222;
	border-bottom: 1px solid #222;
}

@media screen and (max-width: 767px) {
	.guide_area .txt_intro {
		text-align: center;
	}
	.guide_area .item_guide {
		padding-left: 15px;
		padding-right: 15px;
	}
	.guide_area .item_guide table th {
		width: 20%;
	}
}

@media screen and (max-width: 480px) {
	.guide_area .item_guide table th {
		border-bottom: 1px dotted #222!important;
	}
	.guide_area .item_guide table td {
		border-bottom: 1px solid #222!important;
	}
}


/* ------------------------

	|-contact

-------------------------- */

.form_area * {
	font-size: 1.9rem;
}

.form_area .form-group {
	margin-bottom: 2rem;
}

.form_area label,
.form_area .sub {
	font-weight: 400;
}

.form_area label[class*="icn_"]::before {
	color: #fff;
	font-size: 1.7rem;
	line-height: 1;
	padding: .5rem 1rem;
	margin-right: 1rem;
}

.form_area label.icn_mandatory::before {
	content: "\5FC5\9808";
	background: #00a469;
}

.form_area label.icn_option::before {
	content: "\4EFB\610F";
	background: #777;
}

.form_area .sub_first {
	width: 5rem;
	display: inline-block;
}

.form_area .form-control {
	font-size: 1.7rem;
}

.form_area .form-inline input.form-control {
	width: 35%;
}

@media screen and (max-width: 991px) {
	.form_area * {
		font-size: 1.7rem;
	}
	.form_area .form-group label:not(.checkbox) {
		margin-bottom: 1rem;
	}
}

@media screen and (max-width: 768px) {
	.form_area .form-group {
		margin-bottom: 2rem;
	}
	.form_area .form-inline input.form-control {
		font-size: 1.4rem;
		width: 100%;
	}
	.form_area .sub {
		font-size: 1.5rem;
	}
	.form_area .sub_first {
		width: auto;
	}
}


/*name+kana*/

.form_area [name*="last_name"] + .sub {
	padding-left: 3rem;
	padding-right: 1rem;
}

@media screen and (max-width: 768px) {
	.form_area [name*="last_name"] + .sub {
		padding-left: 0;
	}
}


/*birthday*/

.form_area [for="birthday"] + div .sub:not(.sub_first) {
	padding-right: 3rem;
}

@media screen and (max-width: 768px) {
	.form_area label[for="birthday"] + div.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.form_area label[for="birthday"] + div.form-inline .form-control[name="year"] {
		width: 30%;
	}
	.form_area label[for="birthday"] + div.form-inline .sub_first {
		display: block;
	}
	.form_area [for="birthday"] + div .sub:not(.sub_first) {
		padding-right: 0;
	}
}


/*address*/

.form_area .form-control {
	margin-bottom: 1rem;
}

.form_area .form-control[name=prf_cd] {
	width: auto;
}


/*zip*/


/*tel*/


/*fax*/

.form_area label[for="zip"] + div.form-inline .form-control,
.form_area label[for="tel"] + div.form-inline .form-control,
.form_area label[for="fax"] + div.form-inline .form-control {
	display: inline-block;
	width: 28%;
	vertical-align: middle;
}


/*message*/


/*attention[privacy]*/

.form_area .attention_area {
	text-align: center;
}

.form_area .attention_area .attention_checkbox input {
	position: static;
}

:not(.ipod):not(.ipad):not(.iphone) .mac .form_area .attention_area .attention_checkbox input {
	vertical-align: -1px;
}

.form_area .label_required {
	color: #00a469;
}

.form_area .submit_area {
	text-align: center;
}

.form_area .submit_area input:nth-of-type(1) {
	margin-right: 1rem;
}

.form_area .submit_area input {
	font-weight: 700;
}

@media screen and (max-width: 768px) {
	.form_area .submit_area input {
		display: block;
		width: 100%;
		margin: 0 0 1rem;
	}
}


/* ------------------------

	|-privacy
	|-privacy2

-------------------------- */

.privacy_area h3 {
	color: #00a469;
	border-top: 1px solid #ccc;
	margin-top: 3rem;
	padding-left: 4rem;
	padding-top: 3rem;
	position: relative;
}

.privacy_area h3 > span {
	color: #fff;
	font-family: sans-serif;
	line-height: 3rem;
	text-align: center;
	background: #00a469;
	width: 3rem;
	height: 3rem;
	margin-right: 1rem;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 3rem;
}

.privacy_area dl {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.privacy_area div > ul,
.privacy_area div > ol {
	margin-top: .5rem;
}

.privacy_area div li {
	text-indent: -1em;
	padding-left: 1em;
}

.privacy_area div li ul {
	margin-left: 1.5rem;
}

/* ------------------------

	|-privacy2

-------------------------- */



/* ------------------------

	|-sitemap

　------------------------ */

.sitemap_area {
	text-align: center;
	margin-top: 8rem;
}

.sitemap_area > div {
	width: 52rem;
	display: inline-flex;
	justify-content: space-between;
}

.sitemap_area div > .list_reset {
	width: 25rem;
	font-size: 1.6rem;
}

.sitemap_area div > .list_reset li {
	margin-bottom: 1.5rem;
	text-align: left;
}

.sitemap_area div > .list_reset > li {
	color: #222;
	font-weight: 700;
}

.sitemap_area div > .list_reset > li:not(:first-child) {
	margin-top: 5rem;
}

.sitemap_area div > .list_reset li > ul > li {
	font-weight: 400;
	margin-top: 1.5rem;
	padding-left: 2rem;
}

.sitemap_area div > .list_reset li > ul > li:first-child {
	border-top: 1px dotted #222;
	padding-top: 2rem;
}

.sitemap_area div > .list_reset li > ul > li::before {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-size: 1rem;
	padding-right: 1rem;
	font-weight: 900;
	vertical-align: middle;
}

@media screen and (max-width:767px) {
	.sitemap_area > div {
		width: 100%;
		display: block;
	}
	.sitemap_area div > .list_reset {
		width: 100%;
	}	
	.sitemap_area div > .list_reset + ul {
		padding-top: 2rem;
	}
}

/* ------------------------

	|-admin/news

　------------------------ */

.news_container section .row {
	margin: 0 50px 50px;
}

.news_container h3 {
	color: #888;
	text-align: center;
	padding: .7em 0;
	border: 5px solid #ddd;
	margin-bottom: 30px;
}

.news_container .lead_txt {
	margin-bottom: 30px;
}

.news_container form {
	padding: 50px 80px;
	background: #efefef;
	border: 1px solid #ccc;
}

.news_container .form-group {
	font-size: 16px;
	padding: 20px 0;
	margin-bottom: 0;
	border-bottom: 1px solid #ccc;
}

.news_container .form-group:last-child {
	border-bottom: none;
}

.news_container .form-group .control-label {
	font-weight: 400;
	text-align: left;
}

.news_container .form-group select {
	height: 3.5rem;
	margin-bottom: 0.5em;
}

.news_container .form-group select:nth-of-type(1) {
	width: 7em;
	margin-right: 0.2em;
}

.news_container .form-group select:not(:nth-of-type(1)) {
	width: 5em;
	margin-right: 0.2em;
}

:not(.iphone) .news_container .form-group input[type="checkbox"] {
	margin-left: 0;
}

@media screen and (max-width:991px) {
	.news_container section .row {
		margin: 0 0 50px;
	}
	.news_container h3 {
		font-size: 25px;
	}
	.news_container form {
		padding: 30px 40px;
		background: #efefef;
		border: 1px solid #ccc;
	}
	.news_container form .col-md-3,
	.news_container form .col-md-9 {
		padding-left: 0;
		padding-right: 0;
	}
}

.news_container .edit .table02 tr > th:nth-of-type(2),
.news_container .edit .table02 tr > td:nth-of-type(2) {
	text-align: left;
	width: 40%;
	padding-left: 1em;
	padding-right: 1em;
}

.news_container .edit .table02 tr > th:nth-of-type(3),
.news_container .edit .table02 tr > td:nth-of-type(3) {
	width: 3em;
}

.news_container .edit .table02 p {
	margin-bottom: 0;
}

.news_container .edit .table02 .btn {
	margin-bottom: 0;
}

@media screen and (max-width:991px) {
	.news_container .edit .table02 tr > th:nth-of-type(2),
	.news_container .edit .table02 tr > td:nth-of-type(2) {
		width: auto;
	}
}

.news_container .edit .table02 .btn-info {
	background: #666;
	border-color: #444;
}

.news_container .edit .table02 .btn-info:hover {
	background: #444;
}

.privacy_area div.privacy_right {
	margin-top: 3px;
	text-align: right;
}

.privacy_area div.privacy_right p {
	display:inline-block;
	text-align:left;
}

/* ------------------------

	|-harassment

-------------------------- */

#customer_harassment h3 {
	color: #00a469;
	border-top: 1px solid #ccc;
	margin-top: 3rem;
	padding-top: 3rem;
	position: relative;
}

