/* CSS Document */


.section{
	width: 960px;
	clear: both;
	margin: 0 auto ;	
	}
	
.section h2{
	border-bottom: 4px solid #F6921D;
	margin-bottom: 27px;
}

.section{
	margin-bottom: 40px;
}


.section h3 {
    margin-left: 30px;
    margin-bottom: 30px;
}

.section p {
	line-height: 2.0;
}

.section p a {
    text-decoration: underline;
    color: #4C4C4C;
}

.section p a:hover{
	text-decoration: none;
}



.research_left_01{
	float:left;
	width:480px;
	margin-left: 30px;
	line-height: 2.0;	
	}


.research_right_01{
	float:right;
	width:390px;
	margin-left: 60px;
}

.research_left_01 h4 {
    font-weight: bold;
    color: #E48000;
    font-size: 16px;
    margin-bottom: 10px;
}


.case {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-top: 15px;
}

.case_left,
.case_right {
	text-align:center;
    flex-basis: 50%;
}


.number {
    display: flex;
    justify-content: space-between;
    padding-top: 5px;
    padding-bottom: 20px;
}

.number_01,
.number_02{
    position: absolute;
    top: -40px;
	left: 155px;
}

.numberbox {
    border: 1px solid #EBC585;
    background: #FFF;
    flex-basis: 46%;
    padding: 2%;
	margin: 4%;
    position: relative;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.numberbox h2 {
    border-bottom: 1px solid #EBC585;
    text-align: center;
    color: #E58100;
    font-size: 22px;
    margin-top: 55px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}


.numberbox p {
    margin-bottom: 15px;
    color: #797979;
    line-height: 1.5;
    font-size: 13px;
}





.numberbox p.sample_btn{
	margin-top: 20px;
	margin-bottom: 30px;
}




.section p.sample_btn a {
    /*background: #FFE8CC;
    color: #E48000;
	padding: 10px;
	border: 1px solid #E48000;
	text-decoration: none;*/
}

.sample_btn a:hover {
	/*text-decoration: underline;*/
}



#modal-content01,
#modal-content02 {
	width: 80% ;
	margin: 0 ;
	padding: 30px 20px ;
	border: 2px solid #aaa ;
	background: #fff ;
	position: fixed ;
	display: none ;
	z-index: 10 ;
}
  
#modal-overlay01,
#modal-overlay02 {
	z-index: 9 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}

.modal_btn{
	margin-top: 30px;
}

.button-link {
	color: #00f ;
	text-decoration: underline ;
}
 
.button-link:hover {
	cursor: pointer ;
	color: #f00 ;
}



.serach h3{
	background: #F6921D;
	color: #FFFFFF;
	padding: 10px;
}

.serach h3 span{
	font-size: 12px;
}

.country{
	margin-left: 30px;
	margin-bottom: 40px;
}


.cont_box{
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-top: 15px;
}

.cont_box_01{
	flex-basis: 50%;
	line-height: 37px;
}


.contact{
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-top: 15px;
}

.contact_left,
.contact_right{
	flex-basis: 50%;
}

.contact_right h2{
	margin-bottom: 10px;
	border-bottom: none;
}

.contact_right p{
	margin-bottom: 25px;
	color: #797979;
	line-height:2;
	margin-right: 20px;
}








