@charset "utf-8";

/*

【CSS表記ルール】
CSSの表記につきましては以下のルールに則って記述をお願いいたします。

1.bodyタグにid等を付けない
フレームワークの仕様により、bodyタグの出し分けが困難なためbodyにディレクトリ毎のidを振るのは禁止とさせて頂きます。
その代わりbody直下のwrapperに対してはディレクトリ毎のidを振って頂いて大丈夫です。

2.class名、id名の表記
フレームワークの仕様により、公開時は全てのCSSが1つのファイルに統合されます。
そのためclass,idの名前が被らないよう以下のルールに則って記述をお願いいたします。

#(wrapperのid名) .(wrapperのid名)_(個別のクラス名)
例:
#about .about_box{
	margin:10px auto;
}

3.!important は使わないようお願いたします。（どうしても必要な場合はご連絡ください。）

4.@importでのcssの読み込みはしないようお願いいたします。

*/

@media (min-width: 821px) {
	.sp_only {
		display: none !important;
	}
}
@media (max-width: 820px) {
	.pc_only {
		display: none !important;
	}
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

#company_information_key .company_information_key_bg{
	background: url(/images/company_information/key.jpg) center center no-repeat;
	background-size: cover;
	height: 300px;
	position: relative;
	}

#company_information_key .company_information_key_bg:before{
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
}

#company_information_key .company_information_key_text,
#company_information_key_secound .company_information_key_text{
	color: white;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 290px auto 0 auto;
}

.company_information{
	width:1000px;
	margin:30px auto 30px auto;
	padding:0px;
	background:#FFF;
}

.company_information_top_textArea{
	text-align: center;
	font-size: 14px;
	background: url(/images/company_information/top_text_background.jpg) center center no-repeat;
	padding: 50px 0;
	margin: 0 0 -30px 0;
	line-height: 1.5;
}

.company_information ul.mar_top0{
	margin-top: 0 !important;
}
	
#company_information_key_secound{
	height: 100px;
	background: url(/images/company_information/key.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
}

#company_information_key_secound:before{
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
}

#company_information_key_secound .company_information_key_text{
	margin: 40px auto 0 auto;
}

@media (max-width: 820px) {
	.company_information .company_information_cont{
		order: 1;		
	}
	
	.company_information .company_information_menu_secound{
		order: 2;
	}
	#company_information_key .company_information_key_text{
		font-size: 30px;
		margin: 240px auto 0 auto;
	}
	
	.company_information_top_textArea{
		font-size: 14px;
		background-size: 650px auto;
		margin: 0;
	}
	
	.company_information_top_textArea .company_information_top_textArea_text{
		width: 90%;
		margin: 0 auto;
	}
	
	.company_information_index{
		margin-top: 0 !important;
	}
	
	#company_information_key_secound{
		height: 60px;
	}
	
	#company_information_key_secound .company_information_key_text{
		text-align: left;
		padding: 20px;
		margin: 0 auto;
		font-size: 20px;
	}
}


.company_information p{
	line-height: 1.6em;
}

.company_information p.banner_worker img100{
	width: 100%;
}

.company_information h3 {
  position: relative;
  padding-bottom: .5em;
  border-bottom: 4px solid #ccc;
  color: #F9504C;
  font-size: 18px;
  margin: 40px 0 20px 0;
  font-weight: 600;
  width: 100%;
  clear: both;
}

.company_information h3::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color:#F9504C;
}

.company_information h3 .leave1{
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 0 20px;
	
}

.company_information h4 {
  position: relative;
  padding: .2em 0 .4em .75em;
  border-left: 6px solid #ccc;
  font-size: 16px;
  font-weight: 600;
  color: #F9504C;
  margin: 30px 0 20px 0;
}

.company_information h4::before {
  position: absolute;
  left: -6px;
  bottom: 0;
  content: '';
  width: 6px;
  height: 50%;
  background-color:#F9504C;
}

.company_information h5 {
  position: relative;
  padding: .2em 0 .4em ;
  font-size: 16px;
  font-weight: 600;
  color: #F9504C;
  margin: 30px 0 20px 0;
}

.company_information table {
	width: 100% ;
	border-collapse: collapse;
	margin: 0 0 20px 0;
  font-size: 14px;
  table-layout: fixed;
  border-top: #e3e3e3 1px solid;
}

.company_information th.t_top {
    border-top: #b3b3b3 4px solid;
}

.company_information th {
	border-bottom: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	text-align: left;
	background: #f7f7f7;
	padding: 10px;
	font-weight: normal;
    max-width: 50%;
    min-width: 25%;
	box-sizing: border-box;
}

.company_information td.t_top {
	border-top: #F9504C 4px solid;
}

.company_information td {
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	text-align: left;
	padding: 10px;
	box-sizing: border-box;
	word-wrap: break-word;
}

.company_information td:first-child{
	border-top: #e3e3e3 1px solid;
}

.company_information tr.current {
	font-weight: bold;
}

.company_information table .input_txt{
	width: 80%;
}

.company_information table.MarB0{
	margin-bottom: 0px;
}
.company_information table .MarB0{
	margin-bottom: 0px;
}
.company_information th.w200,
.company_information td.w200{
	width: 200px;
}
.company_information th.w300,
.company_information td.w300{
	width: 300px;
}
.company_information .estimate_days {
	display: inline-block;
	margin-left: 0.5em;
}

@media (max-width: 820px) {
	.company_information th.w200,
	.company_information td.w200,
	.company_information th.w300,
	.company_information td.w300 {
		width: auto;
	}
	.company_information table.is-responsive,
	.company_information table.is-responsive tbody,
	.company_information table.is-responsive tr,
	.company_information table.is-responsive th,
	.company_information table.is-responsive td {
		display: block;
		width: 100%;
		max-width: 100%;
	}
	.company_information table.is-responsive th.t_top,
	.company_information table.is-responsive td.t_top {
		border-top:none;
	}
	.company_information table.is-responsive th.t_top:first-child,
	.company_information table.is-responsive td.t_top:first-child {
		border-top:#F9504C 4px solid;
	}
}

.company_information td._total,
.company_information th._total {
	color: #F9504C;
	font-weight: bold;
	font-size: larger;
}

.company_information .alarm{
	border-right: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	border-bottom: #e3e3e3 1px solid;
	padding: 10px;
}


.company_information ul{
	list-style: none;
}

.company_information ul li{
}

.company_information ul li:before{
	content: "・";
	color: red;
}

.company_information ol{
	margin: 15px 0 15px 20px;
}

.company_information ol li{
	margin: 0 0 5px 0;
}


.company_information dl{
	margin: 15px 0;
}

.company_information dl dt{
	font-weight: bold;
}

.company_information dl dd{
	margin: 0 0 5px 0;
}

.company_information input[type=checkbox] {
	margin: 0 5px 0 10px;
}
.company_information label {
}


.company_information input[type=radio]{
	margin: 0 5px 0 10px;
}

.company_information input[type=submit]{
	border:none;
	background:none;
}

.company_information .sendbox{
	width: auto;
	text-align: center;
}

.company_information .sendbox._flex {
	display: flex;
}

.company_information .sendbox .submit_btn {
	text-align: center;
	font-size: 15px;
	padding: 10px 10px;
	color: #fff;
	width: 48%;
	font-weight: bold;
	border-radius: 5px;
	margin: 10px auto 10px auto;
	padding: 10px 10px;
	background:  no-repeat  #F9504C 10px;
	background-size: 10px;
	cursor: pointer;
	text-decoration: none;
}

.company_information .sendbox .submit_btn.backbtn{
	border: 3px solid #e94f4c;
	background:none;
	color: #e94f4c;
}

.company_information .sendbox .submit_btn + .submit_btn {
	margin-left: 10px;
}

@media (max-width: 820px) {
	.company_information .sendbox._flex {
		flex-direction: column-reverse;
	}
	.company_information .sendbox._flex .submit_btn {
		width: 100%;
		box-sizing: border-box;
	}

	.company_information .sendbox .submit_btn + .submit_btn {
		margin-left: 0;
	}
}

@media (max-width: 820px) {
	
	html,body{
		min-width:0px;
	}

	.company_information{
		width:90% ;
		margin:30px auto 30px auto;
		padding:0px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	#pagetop{
		display: none;
	}

	.company_information table th {
		width: 40%;
	}

	.company_information td {
		width: 60%;
	}

	.company_information th,
	.company_information td
	 {
		font-size: 12px;	
	}
}

/* Shortcut */
.company_information_shortcut_menu {
	position: fixed;
	right: 0;
	top:140px;
	z-index: 1000;
	opacity: 1;
	transition: opacity 0.4s;
}
.company_information_shortcut_menu.is-static {
	position: absolute;
	opacity: 0;
}

.company_information_shortcut_menu a {
	-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
			writing-mode: vertical-rl;
	display: block;
	font-size: 14px;
	font-weight: bold;
	background: #f9504c;
	text-decoration: none;
	color: #fff;
	width: 55px;
	height: 180px;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 55px;
	text-align: center;
	border-radius: 5px 0 0 5px;
	letter-spacing: 0.1em;
}
.company_information_shortcut_menu a:after {
	content: '';
	background: url(/svg/icn-mypage_menu.svg) no-repeat left top;
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-top: 10px;
}

@media (max-width: 820px) {

	.company_information_shortcut_menu a {
		font-size: 12px;
		width: 30px;
		height: 150px;
		line-height: 30px;
	}
}

/* Title */
.company_information h3.company_information_title {
	display: flex;
	padding: 0;
	border: 0;
	font-size: 18px;
	font-weight: bold;
	align-items: center;
	white-space: nowrap;
}
.company_information h3.company_information_title:before {
	display: none;
}
.company_information h3.company_information_title:after {
	content: "";
	display: block;
	height: 4px;
	border-left: 84px solid #f9504c;
	background: #b3b3b3;
	flex-grow: 1;
	position: static;
	margin-left: 20px;
}


/* Tab */
.company_information_tabunit {

}
.company_information_tabunit__nav {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin: 0 !important;
	height: 44px;
}
.company_information_tabunit__nav > li {
	box-flex: 1;
	width: 100%;
	padding-top: 8px;
	display: flex;
	align-items: stretch;
	margin: 0 !important;
	transition: all 0.4s;
}
.company_information_tabunit__nav > li.is-active {
	padding-top: 0;
}
.company_information_tabunit__nav > li a {
	box-flex: 1;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f4f4f4;
	border-radius: 5px 5px 0 0;
	color: #000;
	font-size: 14px;
	padding: 14px;
	margin: 0;
	box-sizing: border-box;
	line-height: 1;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.1em;
	transition: height 0.4s;
}
.company_information_tabunit__nav > li + li {
	margin-left: 7px !important;
}
.company_information_tabunit__nav > li.is-active a {
	color: #fff;
	background: #f9504c;
} 
.company_information_tabunit__nav > li:before {
	display: none;
}

.company_information_tabunit__content {
	border: 2px solid #ea504b;
	padding: 20px 15px 0;
	border-radius: 0 0 5px 5px;
}

.company_information_tabunit__content__item {
	border-radius: 0 0 5px 5px;
	opacity: 0;
	position: fixed;
	left: -100%;
	top:-100%;
	transition: opacity 0.6s;
	width: 100%;
}
.company_information_tabunit__content__item.is-active {
	position: static;
	opacity: 1;
}

.company_information .company_information_tabunit + p.btn {
	width: 100%;
	margin-top: 20px;
	box-sizing: border-box;
	padding: 0;
	margin-top: 20px;
}

@media (max-width: 820px) {
	.company_information .company_information_tabunit .p-message_index tr + tr {
		margin-top: 0;
		margin-bottom: 2em;
	}
	.company_information .company_information_tabunit .p-message_index tr + tr:last-child {
		margin-bottom: 0;
	}
}


/* Grid Menu */
.company_information_menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	letter-spacing: 0.1em;
}
.company_information_menu li:before {
	display: none;
}

.company_information_menu__item {
	width: 49%;
	margin: 0 0 30px 2% !important;
	border: 1px solid #f9504c;
	box-sizing: border-box;
	border-radius: 10px;
	overflow: hidden;
}
.company_information_menu__item:nth-child(4n+1) {
	margin: 0 0 30px 0 !important;
}
.company_information_menu__item:nth-child(4n+3) {
	margin: 0 0 30px 0 !important;
}
.company_information_menu__title {
	font-size: 14px;
	color: #ffffff;
	background: #f9504c;
	height: 50px;
	display: flex;
	align-items: center;
	padding: 18px 15px;
	box-sizing: border-box;
}
.company_information_menu__childlist {
	list-style: none;
	padding: 15px 15px 18px !important;
	margin: 0 !important;
}
.company_information_menu__childlist > li {
	margin: 10px 0 0 !important;
	font-size: 14px;
	display: flex;
	align-items: center;
}
.company_information_menu__childlist > li.company_information_menu__indent {
	border-left: 1px solid #e3e3e3;
	margin:0 0 0 0.7em !important;
	padding: 0.2em 0 0.2em 0.7em;
	position: relative;
}
.company_information_menu__childlist > li.company_information_menu__indent:before {
	content:'' !important;
	display: block;
	background-color: #e3e3e3;
	width: 0.3em;
	height: 1px;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	left: 0;
}
.company_information_menu__childlist > li:first-child {
	margin-top: 0 !important;
}

.company_information_menu__childlist > li > a {
	display: inline !important;
}

.company_information_menu__pending {
	display: inline-block;
	vertical-align: bottom;
	text-align: center;
	font-size: 10px;
	border-radius: 3px;
	background: #f9504c;
	color: #fff;
	font-weight: bold;
	height: 18px;
	line-height: 18px;
	padding: 0 5px;
	margin-right: 6px;
	white-space: nowrap;
}


.company_information_menu_secound{
	width: 220px;
	display: inline-block;
	vertical-align: top;
}

.company_information_menu__item_secound{
	width: 220px;
	margin: 0 0 30px 0 !important;
	border: 1px solid #f9504c;
	box-sizing: border-box;
	border-radius: 10px;
	overflow: hidden;
}

/* left contents */
.company_information .company_information_cont{
	width: 730px;
	display: inline-block;
	margin-left: 40px;
	margin-bottom: 40px;
}

.company_information .company_information_cont .bold{
	font-weight: bold;
}

.company_information .company_information_cont .font18{
	font-size: 18px;
}

.company_information .company_information_cont .image100,
.company_information .company_information_cont .image50{
	text-align: center;
}

.company_information .company_information_cont .image100 ul,
.company_information .company_information_cont .image50 ul{
	text-align: left;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 400px;
}

.company_information .company_information_cont .image100 ul li:first-child,
.company_information .company_information_cont .image50 ul li:first-child{
	padding-top: 10px;
}

.company_information .company_information_cont .image100 ul li:last-child,
.company_information .company_information_cont .image50 ul li:last-child{
	padding-bottom: 10px;
}

.company_information .company_information_cont .image100 img{
	width: 100%;
	height: auto;
}

.company_information .company_information_cont .image50 img{
	width: 50%;
	height: auto;
}

.company_information .company_information_cont dl dt{
	width: 100px;
	float: left;
	clear: left;
}

.company_information .company_information_cont dl dd{
	width: 490px;
	float: left;
}

.company_information .company_information_cont .marB20{
	margin-bottom: 20px;
}

.company_information .company_information_cont .marB40{
	margin-bottom: 40px;
}

.company_information .company_information_cont .ci_headline{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 8px;
}

.company_information .company_information_cont .center{
	text-align: center;
}

.company_information .company_information_cont ul li.flow_list::before{
	content: none;
}

.company_information .company_information_cont ul li.flow_list p{
	padding-bottom: 10px;
}

.company_information .company_information_cont .flow_info{
	width: 730px;
	margin: 40px auto;
	position: relative;
	height: 482px;
}

.company_information .company_information_cont .flow_info .flow_info_icon1,
.company_information .company_information_cont .flow_info .flow_info_icon2,
.company_information .company_information_cont .flow_info .flow_info_icon3{
	color: #D8532E;
	position: absolute;
	left: 300px;
	font-weight: bold;
}

.company_information .company_information_cont .flow_info .flow_info_icon1 img,
.company_information .company_information_cont .flow_info .flow_info_icon2 img,
.company_information .company_information_cont .flow_info .flow_info_icon3 img{
	width: 40px;
	height: auto;
	vertical-align: middle;
	padding-right: 10px;
}

.company_information .company_information_cont .flow_info .flow_info_icon2{
	top: 220px;
}

.company_information .company_information_cont .flow_info .flow_info_icon3{
	top: 440px;
}

.company_information .company_information_cont .flow_info .flow_info_arrow_inner1{
	position: absolute;
	top: 60px;
	right: 400px;
}

.company_information .company_information_cont .flow_info .flow_info_arrow_inner2{
	position: absolute;
	top: 270px;
	right: 400px;
}

.company_information .company_information_cont .flow_info .flow_info_arrow_inner1 .flow_info_left,
.company_information .company_information_cont .flow_info .flow_info_arrow_inner2 .flow_info_left{
	display: inline-block;
	vertical-align: top;
	padding-top: 42px;
	text-align: right;
}

.company_information .company_information_cont .flow_info .flow_info_arrow_inner1 .flow_info_arrow,
.company_information .company_information_cont .flow_info .flow_info_arrow_inner2 .flow_info_arrow{
	display: inline-block;
	vertical-align: top;
	padding: 30px 0;
}

.company_information .company_information_cont .flow_info .flow_info_arrow_inner1 .flow_info_arrow img,
.company_information .company_information_cont .flow_info .flow_info_arrow_inner2 .flow_info_arrow img{
	width: 18px;
	height: auto;
}

.company_information .company_information_cont .flow_info .flow_info_owner{
	padding: 20px;
	border-radius: 10px;
	border: 1px solid #D8532E;
	width: max-content;
	vertical-align: top;
	text-align: left;
	position: absolute;
	left: 350px;
	max-width: 240px;
	margin-top: 36px;
}

.company_information .company_information_cont .owner{
	text-align: center;
}

.company_information .company_information_cont .companyInfo_graph{
	margin: 0 auto 40px auto;
	text-align: center;
}

.company_information .company_information_cont .companyInfo_graph_inner{
	display: inline-block;
	vertical-align: top;
}

.company_information .company_information_cont .companyInfo_graph_inner .companyInfo_graph_inner1{
	background: #fcf3ea;
	border-radius: 10px;
	padding: 20px 0;
	margin-bottom: 20px;
	width: 400px;
}

.company_information .company_information_cont .companyInfo_graph_inner .companyInfo_graph_inner2{
	background: #f5dabd;
	border-radius: 10px;
	padding: 20px 0;
	margin-bottom: 20px;
	width: 440px;
}

.company_information .company_information_cont .companyInfo_graph_inner .companyInfo_graph_inner3{
	background: #ebae75;
	border-radius: 10px;
	padding: 20px 0;
	margin-bottom: 20px;
	width: 480px;
}

.company_information .company_information_cont .companyInfo_graph_inner .companyInfo_graph_inner4{
	background: #dd752c;
	border-radius: 10px;
	padding: 20px 0;
	margin-bottom: 20px;
	width: 520px;
}

.company_information .company_information_cont ul.companyInfo_graph_inner li:before{
	content: none;
}

.company_information .company_information_cont .tableCenter{
	text-align: center;
}

.company_information .company_information_cont .tableOakhouse{
	background-color: #ffe1e1;
}

.company_information .company_information_cont .tableOakhouse th{
	background-color: #F9504C;
	color: #fff;
}

.company_information .company_information_cont .tableOakhouse td{
	border: #fff 1px solid;
}

.company_information .company_information_cont .tableValue th,
.company_information .company_information_cont .tableValue td{
	text-align: center;
}

.company_information .company_information_cont .tableValue td span{
	font-size: 12px;
}

.company_information .company_information_cont .ci_table{
	position: relative;
}

.company_information .company_information_cont .ci_table .value_face{
	position: absolute;
	right: 40px;
	top: 6px;
}

.company_information .company_information_cont .roomtype{
	margin-bottom: 20px;
}

.company_information .company_information_cont .roomtype .roomtype_inner{
	width: 480px;
	display: inline-block;
	vertical-align: top;
	padding-right: 20px;
}

.company_information .company_information_cont .roomtype .roomtype_img{
	display: inline-block;
}

.company_information .company_information_cont .roomtype .roomtype_img img{
	width: 165px;
	height: auto;
}

.company_information .company_information_cont .roomtype_lounge{
	border-radius: 10px;
	background-color: #efea61;
	padding: 20px;
}

.company_information .company_information_cont .roomtype_domi{
	border-radius: 10px;
	background-color: #d3e8ed;
	padding: 20px;
}

.company_information .company_information_cont .roomtype_single{
	border-radius: 10px;
	background-color: #9a9899;
	padding: 20px;
}

.company_information .company_information_cont .roomtype_share{
	border-radius: 10px;
	background-color: #e29396;
	padding: 20px;
}

.company_information .company_information_cont .roomtype_semi{
	border-radius: 10px;
	background-color: #e5983c;
	padding: 20px;
}

.company_information .company_information_cont .roomtype_apart{
	border-radius: 10px;
	background-color: #add2b5;
	padding: 20px;
}

.company_information .company_information_cont .roomtype_compartment{
	border-radius: 10px;
	background-color: #d2bdad;
	padding: 20px;
}

.company_information .company_information_cont .roomtype .roomtype_title{
	font-weight: bold;
}

@media (max-width: 820px) {
	.company_information_menu__item,
	.company_information_menu__item:nth-child(4n+1) {
		margin: 0 0 20px 0 !important;
		width: 100%;
	}
	
	.company_information_menu_secound{
		width: 100%;
	}
	
	.company_information_menu__item_secound{
		width: 100%;
	}
	
	.company_information .company_information_cont{
		margin-left: 0;
		width: 100%;
	}
	
	.company_information .company_information_cont .image100 img{
		width: 100%;
	}
	
	.company_information .company_information_cont .image50 img{
		width: 50%;
	}
	
	.company_information .company_information_cont .image100sp img{
		width: 100%;
	}
	
	.company_information .company_information_cont .image100 ul,
	.company_information .company_information_cont .image50 ul{
	width: auto;
	}
	
	.company_information .company_information_cont .flow_info{
		width: auto;
	}
	
	.company_information .company_information_cont .flow_info .flow_info_icon1,
	.company_information .company_information_cont .flow_info .flow_info_icon2,
	.company_information .company_information_cont .flow_info .flow_info_icon3{
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
	
	.company_information .company_information_cont .companyInfo_graph_inner{
		display: block;
	}
	
	.company_information .company_information_cont .companyInfo_graph_inner .companyInfo_graph_inner1,
	.company_information .company_information_cont .companyInfo_graph_inner .companyInfo_graph_inner2,
	.company_information .company_information_cont .companyInfo_graph_inner .companyInfo_graph_inner3,
	.company_information .company_information_cont .companyInfo_graph_inner .companyInfo_graph_inner4{
		width: 80%;
		margin: 0 auto 20px auto;
	}
	
	.company_information .company_information_cont .flow_info .flow_info_owner{
		left: 47%;
		padding: 10px;
		font-size: 12px;
		max-width: 190px;
	}
	
	.company_information .company_information_cont .flow_info .flow_info_arrow_inner1,
	.company_information .company_information_cont .flow_info .flow_info_arrow_inner2{
		right: 58%;
	}
	
	.company_information .company_information_cont .roomtype .roomtype_inner{
		width: auto;
		padding-right: 0;
	}
	
	.company_information .company_information_cont .roomtype .roomtype_img{
		display: block;
		text-align: center;
	}
	
	.company_information .company_information_cont .ci_table .value_face{
		right: -8px;
		top: -14px;
	}
}


/* 2019.02.18 */
.textGray{
	color: #aaaaaa;
}


/* organization_chart */
.company_information_cont .chart1{
	width: 100%;
	font-size: 16px;
	position: relative;
}

.company_information_cont .chart1:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	border-left: 1px solid #e3e3e3;
	margin-left: 20px;
}

.company_information_cont .chart2{
	width: 90%;
	margin: 0 0 0 auto;
	position: relative;
}

.company_information_cont .chart3{
	width: 80%;
	margin: 0 0 0 auto;
	position: relative;
}

.company_information_cont .chart4{
	width: 70%;
	margin: 0 0 0 auto;
	position: relative;
}

.company_information_cont .chart1 li:before {
	content:'';
}

.company_information_cont .chart2 li{
	position: relative;
}

.company_information_cont .chart2 li:before{
	content: "";
	display: block;
	position: absolute;
	top: 25px;
	width: 52px;
	height: 0;
	border-top: 1px solid #e3e3e3;
	left: -52px;
}

.company_information_cont .chart3 li{
	position: relative;
}

.company_information_cont .chart3 li:before{
	content: "";
	display: block;
	position: absolute;
	top: 25px;
	width: 184px;
	height: 0;
	border-top: 1px solid #e3e3e3;
	left: -184px;
}

.company_information_cont .chart4 li{
	position: relative;
}

.company_information_cont .chart4 li:before{
	content: "";
	display: block;
	position: absolute;
	top: 25px;
	width: 342px;
	height: 0;
	border-top: 1px solid #e3e3e3;
	left: -342px;
}

.company_information_cont .chart_red{
	background-color: #E6B8B7;
	border-radius: 10px;
	padding: 16px 0;
	text-decoration: none;
	list-style: none;
	margin-bottom: 20px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	border-left: 1px solid #e3e3e3;
	position: relative;
	text-align: center;
}

.company_information_cont .chart_pink{
	background-color: #F2DCDB;
	border-radius: 10px;
	padding: 16px 0;
	text-decoration: none;
	list-style: none;
	margin-bottom: 20px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	border-left: 1px solid #e3e3e3;
	position: relative;
	text-align: center;
}

.company_information_cont .chart_blue{
	background-color: #D6E0EA;
	border-radius: 10px;
	padding: 16px 0;
	text-decoration: none;
	list-style: none;
	margin-bottom: 20px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	border-left: 1px solid #e3e3e3;
	position: relative;
	text-align: center;
}

.company_information_cont .chart_green{
	background-color: #EBF1DE;
	border-radius: 10px;
	padding: 16px 0;
	text-decoration: none;
	list-style: none;
	margin-bottom: 20px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	border-left: 1px solid #e3e3e3;
	position: relative;
	text-align: center;
}

.company_information_cont .chart_puple{
	background-color: #E4DFEC;
	border-radius: 10px;
	padding: 16px 0;
	text-decoration: none;
	list-style: none;
	margin-bottom: 20px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	border-left: 1px solid #e3e3e3;
	position: relative;
	text-align: center;
}

.company_information_cont .chart_sky{
	background-color: #DAEEF3;
	border-radius: 10px;
	padding: 16px 0;
	text-decoration: none;
	list-style: none;
	margin-bottom: 20px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	border-left: 1px solid #e3e3e3;
	position: relative;
	text-align: center;
}

.company_information_cont .chart_orange{
	background-color: #FAEDE5;
	border-radius: 10px;
	padding: 16px 0;
	text-decoration: none;
	list-style: none;
	margin-bottom: 20px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	border-left: 1px solid #e3e3e3;
	position: relative;
	text-align: center;
}

.company_information_cont .chart_gray{
	background-color: #EBEBEB;
	border-radius: 10px;
	padding: 16px 0;
	text-decoration: none;
	list-style: none;
	margin-bottom: 20px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	border-left: 1px solid #e3e3e3;
	position: relative;
	text-align: center;
}

@media (max-width: 820px) {
	.company_information_cont .chart1:before,
	.company_information_cont .chart2 li:before,
	.company_information_cont .chart3 li:before,
	.company_information_cont .chart4 li:before{
		display: none;
	}
	
	.company_information_cont .chart2{
		width: 95%;
	}
	
	.company_information_cont .chart3{
		width: 90%;
	}
	
	.company_information_cont .chart4{
		width: 85%;
	}
}

.company_information_cont .staff_sec{
	margin-bottom: 40px;
	font-size: 16px;
}

.company_information_cont .staff_sec ul{
	text-align: center;
}

.company_information_cont li.staff_img{
	margin: 0 0 15px 20px;
	display: inline-block;
}

.company_information_cont li.staff_img:first-child{
	margin-left: 0;
}

.company_information_cont li.staff_img:before{
	content: none;
}

.company_information_cont li.staff_img span{
	display: inline-block;
	width: 120px;
	height: 120px;
	-webkit-box-sizing:border-box;
	box-sizing: border-box;
	/*border: 2px solid #d1d1d1;*/
	border-radius: 50%;
	overflow: hidden;
	background: #ffffff;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.company_information_cont li.staff_img span img{
	width: 100%;
	height: auto;
}

.company_information_cont ol{
	margin-bottom: 40px;
	display: table;
}

.company_information_cont .table_red{
	color: #F9504C;
	font-size: 16px;
}

.company_information_cont .red_box{
	background: #FFE1E0;
	padding: 20px;
	font-size: 16px;
	border-radius: 10px;
}

.company_information_cont .president_ul{
	text-align: center;
	margin: 0 auto;
}

.company_information_cont .room_number{
	border-radius: 30px;
	background-color: #fff;
	padding: 4px 8px;
	margin-right: 4px;
}

.company_information_menu__btn{
	background-color: #2c488f;
	padding: 8px 10px;
	border-radius: 20px;
}

.company_information_menu__btn a{
	text-decoration: none;
	color: #fff;
	text-align: center;
	width: 100%;
}

.company_information_cont .appraisal__graph{
	max-width: 200px;
	margin: 0 auto;
}

.company_information_cont .appraisal__graph p{
	text-align: center;
	margin-bottom: 20px;
}

.company_information_cont .appraisal__graph .appraisal__border{
	border-radius: 100px;
	border: #000 solid 1px;
	position: relative;
	padding: 100px;
	margin-bottom: 40px;
}

.company_information_cont .appraisal__textRed{
	color: #F9504C;
	font-size: 18px;
	text-align: center;
}

.company_information_cont .appraisal__graph .appraisal__border .appraisal__circle{
	background: #000;
	color: #fff;
	border-radius: 30px;
	width: max-content;
	padding: 10px;
	position: absolute;
}

.company_information_cont .appraisal__graph .appraisal__border .appraisal__circle01{
	top: 105px;
	left: 1%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	background: #3562AE;
}

.company_information_cont .appraisal__graph .appraisal__border .appraisal__circle02{
	top: 105px;
	left: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	background: #3562AE;
}

.company_information_cont .appraisal__graph .appraisal__border .appraisal__circle03{
	top: 1px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	background: #3562AE;
}

.company_information_cont .appraisal__graph .appraisal__border .appraisal__circle04{
	top: 190px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	background: #F9504C;
	font-size: 18px;
	padding: 12px 16px;
}







#recruit_media .recruit_media_body .recruit_media_body_in .recruit_media_block .modal .modal_tv,
#recruit_media .recruit_media_body .recruit_media_body_in .recruit_media_block .modal .modal_magazine{
  position:relative;
  background: #fff;
  border-radius: 14px;
  border: 3px solid #f9504c;
  padding: 20px;
}