	h2{
		text-align: center;
	    font-size: 2.85rem;
	    font-weight: 500;
	}
	body{
		overflow-x: hidden;
	}
	/*----------top_link----------*/
	.top_link{
		background-image: url(../img/investors/investors_1.png);
		background-position: center;
		background-size: cover;
		padding: 20vh 0 25.5vh;
		text-align: center;
		position: relative;
	}
	.top_link h1,
	.top_link p{
		color: #fff;
	}
	.bulletin {
		margin-top: 15px;
	    padding: 5px 0 5px;
	    width: 100%;
	    color: #000;
	    background-color: rgba(255, 255, 255, 0.35);
	}
	.bulletin a{
		padding-right: 100%;
	}
	/*----------recruit---------*/
	.recruit{
		margin-top: -175px;
	}
	.recruit h2{
	    color: #453b5b;
	    margin-bottom: 50px; 
	}
	.recruit .tab_block {
    	max-width: 1000px;
    	margin: 0 auto;
	}
	.iconTab .content_block h5{
		color: #601981;
		font-size: 1.25rem;
    	padding-bottom: 50px;
	}
	.iconTab .content_block{
		background-color: #fff;
	}
	.iconTab ul.tab_list > li.active:after {
    	display: none;
	}
	.iconTab .content_block .goal{
		margin-bottom: 50px;
	}
	.iconTab .content_block .goal img,
	.iconTab .content_block .goal h2{
		display: inline-block;
		vertical-align: middle;
	}
	.iconTab .content_block .goal h2{
		margin-bottom: 0;
	}
	.news .banner figure img,
	.investors_area figure img,
	.iconTab .content_block .goal img{
		margin-right: 25px;
	}
	/*----------finance_box&annual_report_box&governance_box---------*/
	.governance_box .governance_list li,
	.annual_report_box a,
	.finance_box a{
		display: inline-block;
		margin-bottom: 25px;
		-webkit-transition: all 0.25s ease-in;
		-moz-transition: all 0.25s ease-in;
		-ms-transition: all 0.25s ease-in;
		-o-transition: all 0.25s ease-in;
		transition: all 0.25s ease-in;
		position: relative;
		cursor: pointer;
	}
	.annual_report_box a,
	.finance_box a{
		background-color: #fff;
		border: 1px solid #d4bb8b;
	}
	.governance_box .governance_list li{
		padding: 15px;
		background-color: #f9f9f9;
	}
	.annual_report_box a,
	.finance_box a{
		padding: 15px 15px 15px 25px;
		color:#000;
		margin-right: 25px;
		width: calc(25% - 25px);
	}

	.annual_report_box a i,
	.finance_box a i{
		color: #d4bb8b;		
	}
	.investor_information a div,
	.finance_box a div,
	.annual_report_box a div{
    	display: flex;
    	justify-content: space-between;
    	align-items: center;
	}
	.annual_report_box a:nth-child(4n),
	.finance_box a:nth-child(4n){
		margin-right: 0;
	}
	.governance_box .governance_list{
		text-align: center;
		display: flex;
		justify-content: center;
	}
	.governance_box .governance_list li{
		margin: 0 2.5px;
		color: #5d5470;
		width: 25%;
		text-align: center;
		cursor: pointer;
	}
	.governance_box .governance_list li.active,
	.governance_box .governance_list li:hover,
	.annual_report_box a:hover,
	.finance_box a:hover{
		background-color: #352b4f;
		color: #fff;
	}
	.annual_report_box a:hover,
	.finance_box a:hover{
		-webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.25);
		box-shadow: 0 0 5px 1px rgba(0,0,0,0.25);
	}
	/*----------governanceContent_list---------*/
	.governanceContent_list{
		max-width: 1200px;
	    margin: 0 auto;
	}
	.governanceContent_list > li{
		display: none;
    	position: relative;
    	background-color: #f9f9f9;
	    padding: 30px;
	    margin-top: 10px;
	}
	.governanceContent_list > li.active{
		display: block;
	    -webkit-animation: fadeIn_bottom .4s forwards;
	    animation: fadeIn_bottom .4s forwards;
	}	
	.governanceContent_list li{
		max-height: 450px;
		overflow-y: hidden;
	}
	.governance_block{
		max-height: 425px;
	}
	#governanceBox05 .governance_block{
		max-height: 350px;
	}
	.governance_staff{
		margin-bottom: 50px;
	}
	.governance_staff figure{
		border-bottom: 1px solid #d9c090;
		padding-bottom: 10px;
	}
	.governance_staff figure img{
		margin-right: 15px;
	}
	.governance_staff figure img,
	.governance_staff figure p{
		display: inline-block;
		vertical-align: middle;
	}
	.governance_staff table figure{
		border: 0;
		padding: 35px 0;
	}
	.governance_staff table figure img, 
	.governance_staff table figure figcaption{
    	display: inline-block;
    	vertical-align: top;
	}
	.governance_staff table figure img{
		margin-right: 0;
		width: 50px;
	}
	.governance_staff table figcaption{
		width: calc(100% - 60px);
	}
	.governance_staff table figcaption p{
		display: block;
		line-height: 1.25;
		padding-top: 5px;
	}
	.governance_staff table figcaption span{
		font-weight: 500;
	}
	.governance_staff th, 
	.governance_staff td {
    	width: 25%;
	}
	.governance_staff td {
    	vertical-align: top;
	}
	.governance_staff tr:nth-last-child(1) td{
		border: 0;
	}
	.content_path{
		margin-bottom: 50px;
	}
	.iconTab .content_block .content_path h5{
		padding-bottom: 0;
	}
	.content_path a{
		position: relative;
	}
	#governanceBox05 .governance_block a,
	#governanceBox05 h5{
		position: relative;
		display: block;
		border-bottom: 1px solid #eee;
		padding: 10px 0;
	}
	/*#governanceBox05 h5:after,*/
	#governanceBox05 .governance_block a:after,
	.content_path a:after{
		content: '';
		display: inline-block;
	    vertical-align: middle;
	    width: 19px;
	    height: 25px;
	    background-repeat: no-repeat;
	    background-size: contain;
	    padding-bottom: 2px;
	}
	#governanceBox05 .governance_block a:after,
	.content_path a:after{
		background-image: url(../img/icon/URE_investors_pdf_a.png);
	}
	#governanceBox05 h5:after,
	#governanceBox05 .governance_block a:hover:after,
	.content_path a:hover:after{
		background-image: url(../img/icon/URE_investors_pdf_b.png);
	}
	#governanceBox05 .governance_block a:hover,
	.content_path a:hover{
		color: #601981;
	}
	.three_pages th, 
	.three_pages td {
		width: calc(100% / 7);
		text-align: center;
		border-right: 1px solid #e2dada;
	}
	.three_pages td:nth-last-child(1){
		border-right: 0;
	}
	.three_pages th{
		background-color: #ededed;
	}
	.mobile_open{
		display: none;
	}
	#governanceBox03 td,
	#governanceBox02 td{
		text-align: left;
		vertical-align: top;
	}
	#governanceBox03 th:nth-child(1),
	#governanceBox03 td:nth-child(1){
		width: 10%;
	}
	#governanceBox02 table{
		margin-bottom: 25px;
	}
	/*----------synopsis_box---------*/
	.synopsis_box .tableBox{
	    background-color: #eeedeb;
	    padding: 30px;
	    margin-top: 10px;
	    text-align: center;
	}
	.synopsis_box th,
	.synopsis_box td{
		font-size: 1rem;
	}
	.synopsis_box th:nth-child(1),
	.synopsis_box td:nth-child(1){
    	width: 25%;
	}
	.synopsis_box th:nth-child(2),
	.synopsis_box td:nth-child(2){
    	width:  75%;
	}
	.synopsis_box td:nth-child(2){
		text-align: left;
	}
	.synopsis_box .tableBody_block {
	    max-height: 300px;
	    overflow: hidden;
	}
	.synopsis_box .tableBody_block td a{
		position: relative;
	}
	.synopsis_box .tableBody_block td:hover a{
		color:#8c37b3;
	}
	.synopsis_box .tableBody_block td a:after{
		content: '';
		background-image: url(../img/icon/URE_investors_pdf_a.png);
	    display: inline-block;
	    vertical-align: middle;
	    width: 19px;
	    height: 25px;
	    background-repeat: no-repeat;
	    background-size: contain;
	}
	.synopsis_box .tableBody_block td:hover a:after{
		background-image: url(../img/icon/URE_investors_pdf_b.png);
	}
	/*----------news---------*/
	.mobile_menu{
		display: none;
	}
	.news{
		padding-bottom: 130px;
	}
	.news .banner{
	    background-size: 100% auto;
	    background-position: center top;
	    background-repeat: no-repeat;
	    width: 100%;
    	padding-bottom: 12.5%;
    	position: relative;
	}
	.news .banner figure{
		position: absolute;
	    top: 50%;
	    left: 0;
	    right: 0;
	    -moz-transform: translate( 0%,-50%);
		-webkit-transform: translate( 0%,-50%);
		-o-transform: translate( 0%,-50%);
		-ms-transform: translate( 0%,-50%);
		transform: translate( 0%,-50%);
  	}
  	.news .banner figure img,
  	.news .banner figure h2{
		display: inline-block;
		vertical-align: middle;
  	}
  	.news h2{
  		color: #fff;
  	}
  	.news_content{
		padding-top: 50px;
  	}
  	.news_content select{
  		width: 150px;
  	}
  	.news .container {
	    overflow: hidden;
	    max-height: 650px;
	}
	.news_content #myBtnContainer{
		text-align: center;
		margin-top: 25px;
	    padding: 15px 0;
	    border-bottom: 1px solid #eee;
	}
	.news_content #myBtnContainer li{
		display: inline-block;
		cursor: pointer;
		font-size: 1.25rem;
    	width: 15%;
    	color: #d4bb8b;
    	border-right: 1px solid #d4bb8b;
	}
	.news_content #myBtnContainer li.active{
		color: #601981;
	}
	.news_content #myBtnContainer li:nth-last-child(1){
		border: 0;
	}
	.news .filterDiv {
	    display: none;
	}
	.news .show {
    	display: block;
	}
	.container table td{
		padding: 25px 0px;
		color: #565656;
		font-size: 1rem;
	}
	.container td:nth-child(1){
		width: 7.5%;
		word-break: break-all;
	}
	.container td:nth-child(2){
		width: 17.5%;
		text-align: center;
		color: #fff;
	}
	.container td:nth-child(3){
		width: 70%;
		padding-left: 2.5%;
		padding-right: 2.5%;
	}
	.container td:nth-child(3):hover a{
		color: #601981;
	}
	.container td:nth-child(2) p{
		margin: 0 25px;
	}
	.container .finance td:nth-child(2) p{
		background-color: #7fb2d7;
	}
	.container .development td:nth-child(2) p{
		background-color: #a984ac;
	}
	.container .investment td:nth-child(2) p{
		background-color: #c88a8a;
	}
	.container .responsibility td:nth-child(2) p{
		background-color: #669f7e;
	}
	.container .other td:nth-child(2) p{
		background-color: #929699;
		word-break: break-all;
	}
	.container .tender td:nth-child(2) p{
		background-color: #b2896d;
	}

	.container td:nth-child(3) a{
		text-align: justify;
		word-break: break-all;
	}
	/*----------investors---------*/
	.investors{
		position: relative;
		margin-bottom: -1px;
	}
  	.investors .col50{
  		position: relative;
  		height: 100%;
  		padding-bottom: 45%;
		background-size: cover;
	    background-position: center top;
	    background-repeat: no-repeat;
  	}
  	.investors .col50:nth-child(2){
		/*margin-left: -4px;*/
  	}
  	.investors_area{
  		position: absolute;
  		top: 50%;
  		left: 50%;
  		-moz-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
  	}
  	.investors_area figure img,
  	.investors_area figure h2{
  		display: inline-block;
    	vertical-align: middle;
    	padding-bottom: 25px;
  	}
  	.investors_area h2{
		color: #d4bb8b;
		text-align: left;
	}
	.investors_area h4{
		color: #fff;
		margin-bottom: 15px;
	}
	.investors_area p{
		color:  rgba(255, 255, 255, 0.75);
		padding-bottom: 35px;
	}
	.investors_area p span{
		padding: 0 10px;
	}
	.investors_area .investor_information a{
		width: 35%;
		background-image: url(../img/btn_bg-blue02.png);
		cursor: pointer;
		position: relative;
	    text-align: center;
	    padding: 15px 30px;
	    margin: 0 20px;
	    color: #fff;
	    margin-bottom: 10px;
	}
	.investors_area .investor_information a .information{
		width: 100%;
		background-color: #2a2c3d;
		padding: 0;
	}
	.investors_area .investor_information a:hover .information{
		background-color: #44475b;
	}
	.investors_area .investor_information a p{
		padding-bottom: 0;
	}
	.investors_area .gold_arrow{
		color: #d4bb8b;
	}
	.investors_area .investor_information a:hover p{
		color: #d4bb8b;
	}
	.investors_area .investor_information a:before, 
	.investors_area .investor_information a:after{
		content: "";
	    position: absolute;
	    height: 100%;
	    width: 18px;
	    top: 0;
	    background-size: 100% 100%;
		background-image: url(../img/btn_bg-blue.png);
	}
	.investors_area .investor_information a:before{
		left: -17px;
	}
	.investors_area .investor_information a:after{
		right: -17px;
	    -moz-transform: rotate(180deg);
	    -webkit-transform: rotate(180deg);
	    -o-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	    transform: rotate(180deg);
	}
	.investors_area .investor_information a:hover{
		background-image: url(../img/btn_bg-lightblue02.png);
	}
	.investors_area .investor_information a:hover:before, 
	.investors_area .investor_information a:hover:after{
		background-image: url(../img/btn_bg-lightblue.png);
	}
	.investors_area .link:hover{
		color: #fff;
	}
	.investors_area .investor_information a .information,
	.investors_area .investor_information a p,
	.investors_area .investor_information a:before, 
	.investors_area .investor_information a:after,
	.investors_area .investor_information a,
	.investors_area .link:hover{
		-webkit-transition: all 0.25s ease-in;
		-moz-transition: all 0.25s ease-in;
		-ms-transition: all 0.25s ease-in;
		-o-transition: all 0.25s ease-in;
		transition: all 0.25s ease-in;
	}

	.lightBox .lightBoxScrollbar{
		max-height: 450px;
		overflow-x: hidden;
	}

	.lightBox .period th:nth-child(1),
	.lightBox .period td:nth-child(1){
		width: 20%;
	}
	.lightBox th,
	.lightBox td{
		text-align: center;
		word-break: break-all;
	}
    .lightBox .content_path {
    	margin-bottom: 0;
	}
	.lightBox .content_path:hover a{
    	color: #601981;
	}
	.lightBox .period{
		margin-bottom: 50px;
	}
	
	.lightBox .event_information th,
	.lightBox .monthly_income th{
		background-color: #f6f6f6;
	}
	.event_information .tableHead_block th,
	.monthly_income .tableHead_block th{
		border-bottom: 1px solid #e2dada;
	}
	.monthly_income .tableHead_block th:nth-child(2),
	.monthly_income .tableHead_block th:nth-child(3){
		width:  45%;
	}
	.monthly_income .tableBody_block td,
	.monthly_income .tableHead_blockII th{
		width: 15%;
	}
	.monthly_income .tableHead_blockII th:nth-child(1),
	.monthly_income .tableBody_block td:nth-child(1){
		width: 10%;
	}
	.monthly_income th,
	.monthly_income td{
		border-right: 1px solid #e2dada;
	}
	.monthly_income th:nth-last-child(1),
	.monthly_income td:nth-last-child(1){
		border-right: 0;
	}
	.event_information th:nth-child(1),
	.event_information td:nth-child(1),
	.event_information th:nth-child(4),
	.event_information td:nth-child(4){
		width: 15%;
	}
	.event_information th:nth-child(2),
	.event_information td:nth-child(2),
	.event_information th:nth-child(3),
	.event_information td:nth-child(3){
		width: 35%;
	}
	.event_information td{
		border-right: 1px solid #eee;
	}
	.event_information td:nth-child(4){
		border-right: 0;
	}

	.investors .f50 {
		float: left;
		padding-bottom: 42.5%;
		background-repeat: no-repeat;
    	background-size: cover;
	}

/* ----------Tender------------------ */
	.tender .recruit .tab_block {
    	max-width: 700px;
	}
	.tender .subscription{
		text-align: center;
	}
	.tender .edm{
		width: 45%;
    	margin: 15px auto;
	}
	.tender form.edm input[type=email] {
	    padding: 10px 15px;
	    font-size: 17px;
	    float: left;
	    width: 80%;
	    height: 52px;
	    background: #f4f4f4;
	    border: 0;
	    margin: 0;
	    border-top-left-radius: 10px;
	    border-bottom-left-radius: 10px;
	}
	.tender form.edm button {
	    float: left;
	    height: 52px;
	    width: 20%;
	    padding: 10px;
	    background: #601981;
	    color: white;
	    font-size: 17px;
	    border-left: none;
	    cursor: pointer;
	    border: 0;
	    margin: 0;
	    border-top-right-radius: 10px;
	    border-bottom-right-radius: 10px;
	}
	.tender form.edm::after {
	    content: "";
	    clear: both;
	    display: table;
	}
	.tender .tableBox{
		background-color: #eeedeb;
	    padding: 30px;
	    margin-top: 10px;
	    height: 100%;
	}
	.tender .tableBox,
	.tender .jump_box{
		animation: fadeIn_bottom .4s forwards;
	}
	.tender .tableBox .lightBoxScrollbar{
		max-height: 350px;
    	overflow: hidden;
	}
	.tender .mobile_close .tableHead_block th,
	.tender .mobile_close .tableBody_block td{
		text-align: center;
	}
	.tender .mobile_close .tableBody_block td{
		border-bottom: 1px solid #d6d6d6;
	}
	.tender .mobile_close .tableHead_block th:nth-child(1),
	.tender .mobile_close .tableBody_block td:nth-child(1){
		width: 20%
	}
	.tender .mobile_close .tableHead_block th:nth-child(2),
	.tender .mobile_close .tableBody_block td:nth-child(2),
	.tender .mobile_close .tableHead_block th:nth-child(3),
	.tender .mobile_close .tableBody_block td:nth-child(3){
		width: 12.5%;
	}
	.tender .mobile_close .tableHead_block th:nth-child(6),
	.tender .mobile_close .tableBody_block td:nth-child(6){
		width: 10%
	}
	.tender .mobile_close .tableHead_block th:nth-child(4),
	.tender .mobile_close .tableBody_block td:nth-child(4),
	.tender .mobile_close .tableHead_block th:nth-child(5),
	.tender .mobile_close .tableBody_block td:nth-child(5),{
		width: 22.5%;
	}
	
	.tender .mobile_open .table_mobile th,
	.tender .mobile_open .table_mobile td{
		border-bottom: 1px solid #eee;
		text-align: center;
	}
	.tender .mobile_open .table_mobile th{
		border-right: 1px solid #d9c090;
		background-color: #f6f6f6;
		width: 25%;
	}
	.tender .mobile_open .table_mobile td{
		background-color: #fff;
	}
	.tender .tiro ul li{
		margin-bottom: 25px;
	}
	.tender .tiro ul li .faq_title{
		border:1px solid #d9c090;
		padding: 15px 25px;
		width: 100%;
		cursor: pointer;
	}
	.tender .tiro ul li .content{
		display: none;
		background-color: #eeedeb;
	    padding: 30px;
	    height: 100%;
	}
	.tender .tiro ul li.active .content{
		display: block;
	}

	.tender .tiro ul li .faq_title p{
    	margin-bottom: 0;
    	width: calc(100% - 35px);
	}
	.tender .tiro ul li .faq_title .svg{
		width: 25px;
	}
	.tender .tiro ul li .faq_title p,
	.tender .tiro ul li .faq_title .svg{
		display: inline-block;
    	vertical-align: middle;
    	-moz-transition: all 0.25s ease;
	    -o-transition: all 0.25s ease;
	    -webkit-transition: all 0.25s ease;
	    transition: all 0.25s ease;
	}
	.tender .tiro ul li.active .faq_title{
		background-color: #392b60;
		border: 0;
		color: #fff;
		font-weight: bolder;
	}
	.tender .tiro ul li.active .faq_title .svg{
		-moz-transform: rotate(180deg);
	    -o-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	    -webkit-transform: rotate(180deg);
	    transform: rotate(180deg);
	}
	.tender .tiro .content ul,
	.tender .tiro .content li{
		list-style: disc;
		margin-bottom: 15px;
    	margin-left: 10px;
	}




/* ----------RWD------------------ */
	@media screen and (max-width: 1440px){
		.investors .f50{
  			padding-bottom: 52.5%;
  		}
		h2 {
    		font-size: 2.5rem;
		}
		.tender .mobile_close .tableHead_block th,
		.tender .mobile_close .tableBody_block td{
			font-size: .85rem;
    		line-height: 1.75;
		}
	}
	@media screen and (max-width: 1366px){
		.top_link {
    		padding: 20vh 0 24.5vh;
		}
		.investors_area p,
		.investors_area figure img, 
		.investors_area figure h2{
			padding-bottom: 15px;
		}
		.investors_area .investor_information a{
			margin-bottom: 2.5px;
		}
		.news_content #myBtnContainer li{
			font-size: 1.15rem;
		}
		.news .banner {
		    background-size: cover;
		    padding-bottom: 15%;
		}
		.recruit {
    		margin-top: -150px;
		}
	}
	@media screen and (max-width: 1024px){
		.investors .f50 {
    		padding-bottom: 62.5%;
		}
		.news_content #myBtnContainer li{
			margin-bottom: 10px;
			font-size: 1rem;
			width: 16%;
		}
		.governance_staff {
    		margin-bottom: 25px;
		}
		.news .banner {
    		padding-bottom: 17.5%;
		}
		.annual_report_box a, 
		.finance_box a {
    		margin-right: 15px;
    		width: calc(25% - 15px);
		}
		.top_link {
    		padding: 12vh 0 25vh;
		}
		.tender .edm{
			width: 60%;
		}
		.tender .mobile_close .tableHead_block th,
		.tender .mobile_close .tableBody_block td{
			font-size: .7rem;
    		line-height: 1.5;
		}
		.tender .tiro ul li .faq_title{
			padding: 15px;
		}
		.tender .tiro .content ul, 
		.tender .tiro .content li{
			margin-bottom: 10px;
		}
	}
	@media screen and (max-width: 768px){
		.top_link {
    		padding: 8.5vh 0 18.25vh;
		}
		.news .banner figure img,
		.investors_area figure img,
		.iconTab .content_block .goal img{
			margin-right: 15px;
		}
		h2 {
    		font-size: 2.25rem;
		}
		.investors_area div{
			width: calc(50% - 5px);
			display: inline-block;
    		vertical-align: middle;
		}
		.investors_area div:nth-child(2){
			padding-left: 5%;
		}
		.investors_area .investor_information a ,
		.investors_area .investor_information a:hover{
    		width: 85%;
		}
		.btn:before {
    		left: -17px;
		}
		.btn:after {
    		right: -17px;
		}
		.container td:nth-child(2) {
    		width: 35%;
		}
		.container td:nth-child(3) a {
    		text-align: left;
		}
		.container td{
			vertical-align: top;
		}
		.news {
    		padding-bottom: 65px;
		}
		.governance_staff tr td {
    		width: calc(50% - 5px);
    		display: inline-block;
		}
		.governance_staff table figure {
    		padding: 15px 0;
		}
		.news .banner {
    		padding-bottom: 22.5%;
		}
		.governance_box .governance_list{
			flex-wrap: wrap;
		}
		.governance_box .governance_list li {
    		margin-bottom: 5px;
		}
		.annual_report_box a, 
		.finance_box a,
		.governance_box .governance_list li {
    		padding: 7.5px;
		}
		#governanceBox05 h5:after,
		#governanceBox05 .governance_block a:after, 
		.content_path a:after,
		.synopsis_box .tableBody_block td a:after{
			width: 13.3px;
	    	height: 17.5px;
		}
		.annual_report_box div,
		.finance_box div{
			text-align: center;
		}
		.annual_report_box a, 
		.finance_box a {
		    margin-right: 0;
		    width: 32%;
		    margin-bottom: 5px;
		}
		.iconTab .content_block h5 {
    		padding-bottom: 25px;
		}
		.synopsis_box th:nth-child(1), 
		.synopsis_box td:nth-child(1) {
    		width: 35%;
		}
		.synopsis_box th:nth-child(2), 
		.synopsis_box td:nth-child(2) {
    		width: 65%;
		}
		.synopsis_box td{
    		vertical-align: top;
		}
		.content_path {
    		margin-bottom: 25px;
		}
		.mobile_close{
			display: none;
		}
		.tableBox.mobile_open{
			display: block;
		}
		.tableBox.mobile_open table{
			margin-bottom: 25px;
		}
		.three_pages td:nth-last-child(1){
			border-right: 1px solid #e2dada;
		}
		.three_pages tr:nth-child(1) td{
			border-top: 1px solid #e2dada;
		}
		.recruit {
    		margin-top: -100px;
		}
		.monthly_income .tableHead_block th{
			width: 25%;
		}
		.three_pages th,
		.monthly_income .tableHead_block th{
			border: 1px solid #e2dada;
		}
		.monthly_income .tableHead_block th:nth-child(2){
			width: 35%;
		}
		.monthly_income td:nth-last-child(1){
			border-right: 1px solid #e2dada;
		}
		.monthly_income tr:nth-child(1) td{
			border-top: 1px solid #e2dada;
		}
		.governance_box .governance_list li {
    		width: 45%;	
		}
		.governanceContent_list > li,
		.synopsis_box .tableBox{
			padding: 15px 10px;
		}
		.container table td {
    		padding: 12.5px 0px;
		}
		.mobile_menu{
			display: block;
			width: 110%;
    		margin-left: -5%;
		}
		.mobile_menu p{
    		text-align: center;
    		cursor: pointer;
    		margin: 15px 0;
    		color: #d4bb8b;
		}
		.mobile_menu #myBtnContainer{
			margin-top: 0;
			display: none; 
		}
		.mobile_menu #myBtnContainer li{
			width: 100%;
			border-right : 0;
			border-bottom: 1px solid #d4bb8b;
		}
		.news_content #myBtnContainer li:nth-last-child(1){
			border-bottom: 1px solid #d4bb8b;
		}
		.news figure img,
		.investors_area figure img{
			margin-right: 15px;
		}
		.lightBox .event_information th,
		.lightBox .event_information td{
			padding: 10px;
		}
		.iconTab .content_block .goal {
    		margin-bottom: 25px;
		}
		.tender .tiro ul li .faq_title {
    		padding: 10px;
		}
	}
	@media screen and (max-width: 620px){
		.top_link {
    		padding: 6.25vh 0 15.25vh;
		}
		.investors .f50 {
    		display: none;
		}
		.investors_area div{
			width: 100%;
		}
		.investors_area {
			width: 100%;
		    position: relative;
		    top: 0;
		    left: 0;
		    -moz-transform: translate(0%,0%);
		    -webkit-transform: translate(0%,0%);
		    -o-transform: translate(0%,0%);
		    -ms-transform: translate(0%,0%);
		    transform: translate(0%,0%);
		}
		.investors_area div{
			padding: 7.5% 5%;
			background-size: cover;
		    background-position: center top;
		    background-repeat: no-repeat;
		}
		.investors_area div:nth-child(1){
			background-color: #383b51;
			text-align: center;
		}
		.investors_area div:nth-child(2){
			background-image: url(../img/investors/investors_bg.png);
		}
		.investors_area .investor_information a,
		.investors_area .investor_information a:hover {
    		width: calc(100% - 34px);
		}
		.tender .edm{
			margin: 25px auto 15px;
			width: 75%;
		}
		.tender .tableBox{
			padding: 20px;
		}
		.tender .tiro ul li .faq_title .svg {
    		width: 20px;
		}
		.tender .tiro .content ul, 
		.tender .tiro .content li{
			margin-bottom: 5px;
		}
	}
	@media screen and (max-width: 520px){
		.news .banner {
    		padding-bottom: 25%;
		}
		.governance_staff table figcaption p {
    		font-size: 0.9rem;
		}
		.annual_report_box a, .finance_box a {
		    width: 45%;
		}
		.iconTab .content_block .goal {
    		margin-bottom: 15px;
		}
	}
	@media screen and (max-width: 480px){
		.top_link {
    		padding: 4.5vh 0;
		}
		table td {
    		border-bottom: 0;
		}
		table tr {
    		border-bottom: 1px solid #eee;
		}
		.container td:nth-child(1), 
		.container td:nth-child(2) {
		    width: 49%;
		    display: inline-block;
		    padding: 5px 0;
		    margin-top: 10px;
		}
		.container td:nth-child(1) {
    		text-align: center;
		}
		.container.tender td:nth-child(1) {
    		text-align: left;
		}
		.container td:nth-child(3) {
		    width: 100%;
		    display: flex;
		    padding: 5px 0;
		    margin-bottom: 10px;
		}

		.news .banner {
    		padding-bottom: 27.5%;
		}
		.news_content {
    		padding-top: 25px;
		}
		.news_content #myBtnContainer {
    		margin-top: 10px;
		}
		.governance_staff tr td {
			width: 100%;
			padding: 6px 0px;
    		border-bottom: 1px solid #eee;
		}
		.governance_staff tr {
    		border-bottom: 0;
		}
		.governance_staff table figure {
    		padding: 5px 0;
		}
		.governance_staff tr:nth-last-child(1) td {
    		border-bottom: 1px solid #eee;
		}
		.content_block h4.on_480{
			text-align: center;
		    margin-bottom: 15px;
		    padding: 4px 0;
		    font-size: 1.6rem;
		    background-color: #e6e0e8;
		    border-bottom: 1px solid #b5a4bd;
		}
		.iconTab ul.content_list > li {
		    display: block;
		    margin-bottom: 25px;
		}
		.close_480{
			display: none;
		}
		.recruit {
    		margin-top: 25px;
		}
		.recruit h2 {
    		margin-bottom: 25px;
		}
		.governanceContent_list li{
			max-height: 350px;
			overflow-y: hidden;
		}
		.governance_block{
			max-height: 325px;
		}
		#governanceBox05 .governance_block{
			max-height: 275px;
		}
		.synopsis_box .tableBox{
			max-height: 350px;
		}
		.news .container{
			max-height: 400px;
		}
		.iconTab .content_block .goal {
    		display: none;
		}
		.tender .edm{
			width: 100%;
		}
		.tender .tiro ul li .faq_title p{
			font-size: .8rem;
		}
		.tender .tiro ul li .content{
			padding: 10px;
		}
		.bulletin {
    		margin-top: 5px;
		}
	}
	@media screen and (max-width: 400px){
		.investors .col50 {
    		padding-bottom: 75%;
		}
		.news_content #myBtnContainer li {
    		width: 45%;
		}
		.news .banner figure img{
			width: 25px;
    		margin-right: 5px;
		}
	}