*/
ul.company_profile{list-style: none;}
ul.company_profile li{border-bottom: 1px solid #959595;padding: 10px 0; overflow: hidden;}
ul.company_profile li label{float: left;}
ul.company_profile li label:nth-child(1){
    width: 220px;
    font-weight: bold;
}
ul.company_profile li:last-child{border: none;}

/*history page*/
.history_row{position: relative;overflow: hidden}
.history_row div.year{
    float: left;
    display: block;
    color: #c4161c;
    font-weight: bold;
    border-right: 1px solid #c4161c;
    width: 110px;
    height: 110px;
    margin-top: 1px;
}
.history_row div.year::after{
    content: '';
    background: url(../images/dot.png);
    width: 104px;
    height: 23px;
    display: block;
    position: absolute; 
    left: 101px;
    top: 0;
}
.history .history_row:last-child div.year{
    border: none;
}
.history_row div.history_content{
    float: left;
    margin-left: 94px;
    border-left: 1px solid #b7b7b7;
    border-bottom: 1px solid #ccc;
    margin-top: 5px;
}
.history_row div.history_content div{
    margin-top: -3px;
    padding: 0px 0 4px 10px;
}
.history_row.history_no div.year::after{
    background: url('../images/dot_no.png');
}
.history_row.history_no div.year{margin-top: 0;height: 70px;}
.clr{clear: both;}
@media (max-width: 730px){
    .history_row div.year{
        width: 70px;
    }
    .history_row div.history_content{
        margin-left: 46px;font-size: 13px;
        width: calc(100% - 120px);
    }
    #content_group,.padding_sm{padding: 10px;}
    .history_row div.year::after{
        left: 60px;width: 58px;
        background: url(../images/dotm.png);
    }
    .history_row.history_no div.year::after{
        background: url('../images/dot_nom.png');
    }
}


/*Services*/
h2.title_service{
    font-size: 22px;
    color: #000;
    font-weight: bold;
    background: url(../images/bg_h2.png) no-repeat 0 3px;
    padding-left: 38px;
    margin-bottom: 5px;
}
.bold{font-weight: bold;}
.flows li div.title{overflow: hidden;font-weight: bold;}
.flows li div.title span{
    background: url(../images/bg_h3.png);
    width: 45px;
    height: 51px;
    display: block;
    float: left;
    line-height: 51px;
    text-align: center;
    font-size: 22px;
    color: #011689;    
}
.flows li{list-style: none;position: relative;}
.flows li div.title label{
    height: 25px;
    background: #011689;
    color: #fff;
    float: left;
    margin-top: 13px;
    padding: 0 13px;
    line-height: 25px;
    position: relative;
}
.flows li div.content{
    padding-left: 70px;
}
.flows li::before{
    content: '';
    border-left: 1px solid #9d9d9d;
    position: absolute;
    top: 50px;
    left: 22px;
    width: 1px;
    height: 100%;
}
.flows li:last-child::before{display: none}
.flows li div.title label::after{
    background: url(../images/left_bg.png) no-repeat;
    content: '';
    height: 25px;
    width: 22px;
    position: absolute;
    right: -20px;
}
ul.ul_service{padding-left: 15px;}
@media (max-width: 1151px){
    .services .inner_content {
        padding: 10px;
    }
    h1.main_title{line-height: 30px;font-size: 23px;}
}


/*offshore*/
.offshore_bg{
    position: relative;
    background: url(../images/bg_offshore.jpg) #f7f7f7 no-repeat;
    min-height: 242px;
    padding-bottom: 10px;
}
.offshore_bg div.staff{  
    margin-left: 310px;
    padding-top: 20px;
}
.offshore_bg h2{margin-bottom: 10px;}
.staff .ul_service li{margin-bottom: 3px;}

.offshore_bottom {
	background-color: #f3f3f3;
	overflow: hidden;
}
.offshore_bottom .left{
    float: left;width: 51.38889%; 
		border-right: 1px solid #f3f3f3;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;  
}
.offshore_bottom .left div{padding-left: 15px;}
.offshore_bottom .right{float: right;width: 48.61111%;text-align: right;}
.offshore_bottom .left h3{
    font-size: 18px;background: #011689;color: #fff;text-align: center;
    margin-bottom: 10px;
}
.case {
  float: left;
  margin-bottom: 45px;
  width: 100%
}
.case .content {
	overflow: hidden;
	padding-top: 12px;
}
.case-collapse .content {
	display: none;
	background-color: #f2f2f2;
}
.case .content .row {
  float: left;
  width: 100%;
  /* margin-bottom: 30px; */
}
.case .content .left {
    float: left;
    width: 50%;
}
.case .content .right {
    float: left;
    width: 49%;
    margin-left: 10px;
}
.case .content h3 {
    font-size: 14px;
    background: #011689;
    color: #fff;
    text-align: left;
    margin-bottom: 10px;
    padding: 5px 10px;
    line-height: normal;
		font-weight: 700;
}
.case .arrow{
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid black;
  position: absolute;
  top: 10px;
  right: 5px;
}
.case.open .arrow{
  border-top: 0;
  border-bottom: 10px solid black;
}
.case .header{
  position: relative;
}
.case .header h2{
  cursor: pointer;
}
.case .header h2.title_service{
	border-bottom: 1px solid #959595;
  padding-bottom: 5px;
	margin-bottom: 0;
}
.case .paragraph{
  padding: 0 10px; 
  font-size: 14px;
}
.case .paragraph ul.disc{
  list-style: disc;
  margin-left: 10px;
  padding-left: 10px;
}
@media (max-width: 1024px){
	.case .content .left,.case .content .right{
		width:100%;
	}
	h2.title_service{
		padding-right:30px;
	}
}

@media (max-width: 768px){
    .offshore_bg div.staff{  
        margin-left: 10px;
        padding-top: 20px;
    }    
    .offshore_bg{
        background: #f7f7f7;
    }
    #main_content .inner_content{padding-bottom: 10px;}
    .breadcrumbs{margin-top: 20px;}
    .offshore_bottom .left,.offshore_bottom .right{width: 100%;float: none;text-align: left;}
    .offshore_bottom .right{margin-top: 30px;}
    .offshore_bottom .right img{max-width: 100%;}
    .offshore_bottom .left h3{font-size: 16px;}
}

/*Desgin*/

.desgin_block .left{float: left}
.desgin_block .right{float: right}
@media (max-width: 1157px){
    .cad_block .right{
        width: 100%;

    }
    .cad_block .left img{
        max-width: 100%;        
    }
}

.design_page .breadcrumbs,.design_page .main_title{display: none}
#main_content .inner_content.design_page{padding-bottom: 0;}
/*bpo_block*/
.bpo_block .left{width: 50%;float: left}
.bpo_block .right{width: 50%;float: right}
.bpo_block .right img{max-width: 100%;}
@media (max-width: 1157px){
    .bpo_block .left,.bpo_block .right{width: 100%;float: none}    
}



/*========NEWS PAGE*/
.news_lst.one-item li:first-child{
	padding: 0;
}

.news_lst li {
  overflow: hidden;
  padding: 15px 0;
  position: relative;
	display: block;
}
.news_lst li .article_thumb,
.news_content .article_thumb {
  float: left;
  width: 660px;
  height: 320px;
  margin-right: 30px;
  margin-top: 5px;
  position: relative;
}
.news_lst.one-item li:before, .news_lst.one-item li:after {
    display: table;
    content: "";
    line-height: 0;
}

.news_lst.one-item li:after {
    clear: both;
}
.news_lst.one-item li {
	overflow: visible;
}
.news_lst.one-item li .article_thumb{
	width: 391px;
	height: 189px;
	margin-bottom: 21px;
}
.news_lst.one-item li .inner {
	width: 709px;
	min-height: 189px;
	min-height: none;
	font-size: 14px;
}

.news_lst.one-item li .posted_date {
	font-family: 'Noto Sans Japanese';
	text-transform: uppercase;
}
.news_lst.one-item li h3 {
	font-size: 20px;
	margin-bottom: 0;
	margin-top: 5px;
}
.news_lst.one-item li p {
	margin-top: 20px;
}
.news_lst.one-item li .read_more {
	font-size: 14px;
}
.news_lst.one-item .indicators {
	bottom: -21px;
	text-align: right;
}
.news_lst.one-item .indicators a {
	width: 12px;
	height: 12px;
	margin:0 6px;
}
.news_lst.one-item .indicators a:last-child {
	margin-right: 0;
}

.news_lst.one-item .indicators a.selected {
	border-color: #fff;
}

.news_lst li .article_thumb .prev,
.news_content .article_thumb .prev,
.news_lst li .article_thumb .next,
.news_content .article_thumb .next {
  position: absolute;
  top: 126px;
  text-indent: -100000px;
}
.news_lst li .article_thumb .prev,
.news_content .article_thumb .prev {
  left: 15px;
}
.news_lst li .article_thumb .next,
.news_content .article_thumb .next {
  right: 15px;
}
.news_lst li .article_thumb li,
.news_content .article_thumb li {
  margn: 0;
  padding: 0;
  border: none;
}
.news_lst li .inner {
  float: left;
  width: 440px;
  position: relative;
  min-height: 295px;
}
.news_lst li .posted_date {
  color: #011689;
  font-family: 'Univers_LT_55_Roman', Georgia, Meiryo, serif;
  font-style: italic;
  display: block;
  margin-top: -5px;
  position: relative;
}
.news_lst li .posted_date span {
  display: inline-block;
  vertical-align: middle;
}
.news_lst li .posted_date span.ico_time {
  margin-right: 10px;
}
.news_lst li h3 {
  font-size: 24px;
  color: #000;
  line-height: 28px;
  font-weight: bold;
}
.news_lst li p {
  font-family: 'Univers_LT_55_Roman', Georgia, Meiryo, serif;
  line-height: 24px;
  margin-top: 30px;
}
.news_lst li p:first-child {
  margin-top: 0;
}
.news_lst li .more_detail p {
  margin-top: 30px;
}
.news_lst li .read_more,
.news_lst li .read_less,
.testimonials .read_more {
    font-size: 13px;
    font-style: italic;
    display: inline-block;
    text-decoration: underline;
    position: relative;
    font-weight: bold;
    margin-top: 10px;
}
.news_lst li .read_more:hover,
.news_lst li .read_less:hover,
.testimonials .read_more:hover {
  color: #011689;
}
.news_detail .social,
#collap1 .social {
  overflow: hidden;
  list-style: none;
  margin: 10px 0;
}
.news_detail .social.show_detail {
  position: static;
  margin-top: 50px;
}
.news_detail .social li,
#collap1 .social li {
  border: none;
  float: left;
  padding: 0;
  margin-right: 15px;
}
.news .load_more {
  text-align: center;
  border-top: 1px solid #777;
  padding-top: 25px;
  margin: 0 65px 0 72px;
}
.news .sharrre .button {
  margin-right: 10px;
  width: auto;
}
/*======== END NEWS PAGE*/
/*======== NEWS DETAIL PAGE*/
.news_detail .news_content {
    float: left;
    width: 780px;
}
.news_content .date {
    color: #011689;
    font-family: 'Univers_LT_55_Roman', Arial, Meiryo, sans-serif;
    font-style: italic;
    letter-spacing: 1px;
}
.news_content .posted_date .ico_time {
    margin-right: 10px;
}
.news_detail aside.sidebar ul.lst li .posted_date {
    font-size: 14px;
    /*letter-spacing: 1px;*/
    display: inline-block;
    margin-left: 5px;
    color: #011689;
}
.news_content #article_content h3 {
    font-weight: bold;
    font-size: 24px;
    color: #000;
    margin-left: 5px;
}
#expertise_group aside.sidebar,
.news_detail aside.sidebar {
  width: 342px;
  margin-right: 0;
  padding-bottom: 20px;
  float: right;
  width: 340px;
}
.sidebar.more_news h3{
    font-size: 24px;
    margin-bottom: 0;
    font-weight: bold;
}
#expertise_group aside.sidebar ul,
.news_detail aside.sidebar ul {
  /*padding: 0 23px;*/
  list-style: none;
}
#expertise_group aside.sidebar p,
.news_detail aside.sidebar p {
  color: #fff;
  padding-left: 50px;
}
#expertise_group aside.sidebar p.icon,
.news_detail aside.sidebar p.icon {
  padding-left: 0;
  margin-bottom: 0;
}
#expertise_group aside.sidebar p.icon span,
.news_detail aside.sidebar p.icon span {
  text-indent: -100000px;
}
#expertise_group aside.sidebar .ico_book,
.news_detail aside.sidebar .ico_book {
  display: block;
  margin-left: 50px;
  margin-top: 20px;
}
#expertise_group aside.sidebar h4,
.news_detail aside.sidebar h4 {
  font-size: 16px;
  color: #fff;
  margin: 10px 0 10px 0px;
  text-transform: uppercase;
}
#expertise_group aside.sidebar li,
.news_detail aside.sidebar li {
  max-width: 280px;
  /*font-style: italic;*/
  color: #fff;
  background: url(../images/sprite.png) no-repeat scroll -287px -219px;
  /*font-family: 'Gotham-Book', Georgia, Meiryo, serif;*/
  font-size: 14px;
      border-bottom: 1px solid #ccc;
    padding: 20px 0;
  /*padding-left: 30px;*/
}
.news_detail aside.sidebar li:last-child{
    border: none;
}
#expertise_group aside.sidebar .ico_service,
.news_detail aside.sidebar .ico_service {
  height: 54px;
  width: 54px;
  display: block;
  margin-left: 50px;
  margin-top: 20px;
}
#expertise_group aside.sidebar ul.last,
.news_detail aside.sidebar ul.last {
  border-bottom: 0;
}
@media (max-width: 959px) {
  .news_detail .news_content {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
    }  
    .news_lst li .article_thumb {
        max-width: 505px;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
}
@media (max-width: 768px) {
  .sidebar.more_news h3, .news_detail aside.sidebar ul{
        padding: 0;
    } 
}

.indicators {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
}
.indicators a span{display: none;}
.indicators a {
    display: inline-block;
    position: relative;
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #fff;
    transition: background-color .3s;
    border-radius: 50%;
    border: 1px solid #011689;
}
.indicators a.selected {
    background-color: #011689;
}
/*======== END NEWS DETAIL PAGE*/

.bpo h2.title_service {
  border-bottom: none;
}
.bpo .bpo_block h3 {
    font-size: 14px;
    color: #fff;
    text-align: left;
    margin-bottom: 0;
    padding: 5px 10px;
    line-height: normal;
    display: inline-block;
    background: url(../images/bg-bpo.jpg) no-repeat scroll top right #011689;
    padding-right: 20px;

}
.bpo .bpo_block > .row {
  margin-bottom: 30px;
}

.bpo .bpo_block ul.disc {
    list-style: disc;
    margin-left: 20px;
    padding-left: 10px;
    margin-top: 10px;
}

.main_block {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transform: translateY(200px);
	-ms-transform: translateY(200px);
	-o-transform: translateY(200px);
	-webkit-transform: translateY(200px);
	transform: translateY(200px);
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-webkit-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}	

.main_block_show {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.main-banner {
	max-width: 1348px;
	margin: 0 auto 20px;
}
.main-banner img {
	max-width: 100%;
}

.about_us {
	text-align: center;
	font-size: 14px;
}
.about_us .main_subtitle {
	margin-bottom: 7px;
}

.about_us .list_partners {
	text-align: center;
}

.about_us .btn_gray {
	margin-top: 15px;
}

.btn_gray {
	color: #fff;
	font-weight: 700;
	text-align: center;
	padding: 0 17px;
	height: 37px;
	line-height: 37px;
	background-color: #b7b7b7;
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.btn_gray:before {
	content: '';
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-top: 18px solid #4859b6;
	position: absolute;
	left: -12px;
	bottom: -3px;
	transform:rotate(45deg);
}
.btn_gray:after {
	content: '';
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-bottom: 18px solid #4859b6;
	position: absolute;
	right: -12px;
	top: -3px;
	transform:rotate(45deg);
}

.contact_form {
	font-size: 14px;
}

.main_form .form_required {
	color: #011689;
}
.main_form_wrapper {
	max-width: 770px;
	margin: 0 auto;
}

.main_form .form_row:before, .main_form .form_row:after {
    display: table;
    content: "";
    line-height: 0;
}

.main_form .form_row:after {
    clear: both;
}
.main_form .form_row {
	margin-bottom: 13px;
}
.main_form .form_row.row_full {
	margin-left: 213px;
}
.main_form .form_label {
	float: left;
	width: 200px;
	margin-right: 13px;
	display: block;
	line-height: 40px;
}
.main_form .form_col {
	overflow: hidden;
}

.form_control {
	border: 1px solid #959595;
	border-radius: 0;
	height: 40px;
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px;
	font-size: 14px;
	color: #000;
}

textarea.form_control {
	height: 301px;
	padding-top: 10px;
	padding-bottom: 10px;
	resize: none;
}
.main_form .form_btn {
	text-align: center;
}

.collapse_content {
	line-height: normal;
}
.collapse_content .collapse_header{
	font-size:14px;
	color: #0096ff;
	position: relative;
	padding-left: 14px;
	cursor: pointer;
}

.collapse_content .collapse_header .text_highlight {
	color: #000;
}

.collapse_content.checkbox_type .collapse_header {
	padding-left: 28px;
}

.collapse_content.checkbox_type .collapse_header:before {
	border: 1px solid #959595 !important;
	width: 18px;
	height: 18px;
	background-color: #fff;
	top: 0;
	margin-top: 0;
}

.collapse_content.checkbox_type.open .collapse_header:after {
	content: '';
	background: url(../images/check_icon.png) no-repeat;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 2px;
	left: 2px;
}

.collapse_content .collapse_header:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 10px solid #0096ff;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
}

.collapse_content.open .collapse_header:before{
	border-top: 0;
	border-bottom: 10px solid #0096ff;
}

.collapse_content .collapse_body {
	font-size: 11px;
	color: #8b8b8b;
	margin-top: 10px;
	display: none;
}

.list_quotation {
	margin: 0;
	padding-left: 13px;
	list-style: disc outside;
}

.list_quotation li {
	margin-top: 5px;
}

@media (max-width: 767px) {
	.main_form .form_label {
		width: auto;
		margin-right: 0;
		line-height: normal;
		margin-bottom: 5px;
		float: none;
	}
	
	.main_form .form_row.row_full {
		margin-left: 0;
	}
	.main_form .form_mandatory {
		margin-bottom: 10px;
	}
}

/*MAIN MENU*/
@media (max-width: 1160px) {
  .main_nav .sub_nav {margin-left:-10px;}
}

.sub_sub_nav {
  display:none;
  position: absolute;
  margin: -45px 0 0 232px;
  width: 185px;
}

.sub_sub_nav li a {
  background: #708ef4 !important;
  font-size: 0.7em !important;
}

.sub_sub_nav li a:hover {
  background: #495bb3 !important;
}

@media (max-width: 1160px) {
	.sub_sub_nav {
    margin: 0;
    width: 100%;
  }
}

/*CHAIRMAIN PAGE*/
.img-box {position: relative; float:right; margin: 50px 0 20px 20px;}
.letter-section > .item { padding-left: 15px; padding-top:10px; font-style: italic;}
.letter-section > ul > li { padding-left: 30px; font-size: 0.8em;}
.chairman-img {width:350px; margin-bottom: 10px; border-radius:10px;}
.chairman-name {color:#011689; font-size: 1.5em;}
.chairman-position {font-size: 0.8em; color:#0069bf;}
@media (max-width: 767px) {
  .img-box {position: auto; float:none; margin: 10px 0 30px;}
  .chairman-img {width:100%;}
}

/*MEMBERS PAGE*/
.chairman-title {font-size: 1.53em; margin:30px 0 10px; background:#008dd8; padding: 8px 20px; color:#fff; border-radius:5px;}
.chairman-image {width: 180px; height: 180px; margin-right: 50px;}
.chairmain-info {display: inline-block;}

.members > .president {display: inline-block; width: 32.9%; border:1px solid #E3E3E3; vertical-align: top; margin-bottom: 10px;}
.president img {width: 180px; height: 180px; float:left; margin: 5px 0 5px 5px;}
.president .info {float:left; margin-top:20px; max-width:185px;}
.president .title {color:#0069bf; border-left: 3px solid; font-weight: bold; font-size: 1.2em; padding: 5px 0 5px 10px; border-bottom: 1px dashed #ccc; }
.president .description {font-size: 0.9em; margin: 15px 10px}

.members > .member { width: 19.7%; display:inline-block; text-align: center; margin-bottom: 30px; vertical-align: top;}
.member img {width: 180px; height: 180px;}
.member .title {font-weight: bold; color:#0069bf; font-size: 1.2em; }
.member .description {font-size: 0.9em;}

@media (max-width: 1160px) {
  .members > .president {width: 49.5%;}
  .members > .member {width: 24%;}
  .members > .vice-president { width: 99%; margin-bottom: 30px;}
  .president img {width: 160px; height: 160px;}
  .member img {width: 160px; height: 160px;}
}
@media (max-width: 768px) {
  .chairman-image {width: 160px; height: 160px;}
  .chairmain-info {display: block; margin-top:20px;}
  .members > .president {width: 100%;}
  .members > .member { width: 49%; margin-bottom: 20px;}
}

/*CONTACT PAGE*/
.error-contact {
  color: #711c25;
  background-color: #f7d7da;
  font-size: 0.8em;
  border: 1px dashed #ccc;
  border-radius: 10px;
  padding: 5px 20px;
  margin-bottom: 10px;
}
.form_note {text-align:center;}
.form_mandatory{text-align:center; font-size:0.8em;}
.contact-confirm { text-align: center; padding: 140px 0 !important;}
.contact-confirm b {font-size: 3em; display: block; padding-bottom: 20px;}
.contact-confirm a {color: #011689;}

/*NEWS PAGE*/
.small-news {margin: 50px 0;}
.small-news > .news-block {
  width: 32%;
  display: inline-block;
  margin: 10px 0;
  padding: 4px;
  vertical-align: top;
}
.news-block img{
  width: 100%;
  height: 190px;
  border-radius: 10px;
  border: 1px solid #ccc;
}
.news-block h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  margin: 10px 0;
}

.news-block p {
  font-size: 0.8em;
  color: #000;
}

.news-block .posted_date {
  font-size: 0.8em;
  color: #011689;
}

@media (max-width: 959px) {
  .small-news > .news-block {
    width: 48%;
    padding: 4px;
  }
}
@media (max-width: 768px) {
  .small-news > .news-block {width: 100%;}
  .news-block img{width: 100%;height: auto;}
}



/*DESIGN CASE PAGE*/
.right .size50{
  float: right;
  width: 49.4%;
  padding: 20px 0 20px 6px;
  border-left: solid 2px #959595;
}
.right .size50::after{
content: '';
position: absolute;
margin-top: -265px;
margin-left: -17px;
width: 20px;
height: 20px;
border-radius: 50%;
z-index: 9999;
background-color: #959595;
}
.left .size25 {
  width: 24.5%;
  float: left;
  padding: 20px 0 20px 5px;
}
.right .size25 {
  width: 24.5%;
  float: left;
  padding: 20px 5px 20px 0;
}
.box{
position: relative;
}
.content-hover{
position: absolute;
opacity: 0;
}
.box:hover > .content-hover{
  transition: all 0.4s;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.bg-color-brown01{
background-color:#734c2a;
}
.bg-color-brown02{
background-color:#a36b1e;
}
.bg-color-green01{
background-color:#008000;
}
.bg-color-green02{
background-color:#6d9625;
}
.bg-color-gray01{
background-color:#5a5a5d;
}
.bg-color-gray02{
background-color:#9e9e9e;
}
.left .size50 {
  float: left;
  width: 49.4%;
  padding: 20px 5px 20px 0;
  border-right: solid 2px #959595;
}
.left .size50::after {
  content: '';
  position: absolute;
  margin-top: -265px;
  margin-left: 565px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  z-index: 9999;
  background-color: #959595;
}
.warp-content-design h2 {
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  color: #011689;
  font-weight: bold;
}
.warp-content-design h2 span {
  color: #252525;
}
.warp-content-design .title-bold {
  font-size: 25px;
  color: #fff;
  font-weight: bold;
}
.warp-content-design .title {
  font-size: 18px;
  color: #fff;
}
.warp-content-design img {
  width: 100%;
}

@media (max-width: 1120px) {
  .left .size50, .right .size50 {
      width: 100%;
      padding: 0;
      border-right: none;
  }
  .right .size25 {
    width: 48%;
    padding: 0 0 5px 4px;
}
.left .size25 {
  width: 48%;
  padding: 5px 0 0 4px;
}
}

/* PMO */
.pmo-card {
  display: inline-block;
  text-align: center;
  margin-bottom: 60px;
  vertical-align: top;
}

.pmo-card .pmo-image{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  border-radius: 127px;
}

.pmo-wrap {
  position: relative;
}

.pmo-wrap .pmo-border {
  position: absolute;
  background: url('../images/pmo/border.png') no-repeat;
  width: 254px;
  height: 254px;
  z-index: 2;
}

.pmo-wrap .pmo-border:hover {
  background: url('../images/pmo/border-hover.png') no-repeat;
}

.pmo-card .title{
  font-size: 24px;
}

.pmo-card .title a:hover{
  color: #011689;
}

.pmo-card .title a{
  color: black;
  text-decoration: none;
}

.pmo-image img.avatar{
  width: 254px;
  height: 254px;
  border-radius: 127px;
  z-index: 1;
}

/* PMO Detail */
#modalPmoDetail .modal-dialog{
  max-width: 80%;
}

@media (max-width: 959px) {
  #modalPmoDetail .modal-dialog{
    max-width: 100%;
  }
}

.pmo-detail-info{
  padding: 20px;
}

.pmo-detail-skill{
  padding: 20px;
  background-color: #f4f4f4;
}

.pmo-detail-wrap{
  margin-bottom: 30px;
}

.pmo-detail-wrap .detail-avatar{
  width: auto;
  height: 196px;
  border: 5px solid #b7b7b7;
}

.pmo-detail-title{
  font-weight: bold;
  color: #011689;
}

.pmo-detail-table td:not(:first-child){
  padding-left: 15px;
}

.pmo-detail-table td:not(:last-child){
  padding-right: 15px;
  white-space: nowrap;
}

.pmo-detail-table td:not(:last-child){
  border-right: 1px solid #b7b7b7;
}

.pmo-detail-table td{
  padding-bottom: 15px;
  word-break: break-word;
}

.pmo-detail-table .title{
  color: #bcbcbc;
  width: 95px;
}
