@charset "utf-8";
/* =======================================

	 overseas

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

h2.overseas_ipo {
    margin: 80px 0 35px;
    padding: 14px 10px 14px 25px;
    font-size: 1.3em;
    font-weight: bold;
    border-left: 4px solid #ca0817;
    background: #f6f7f5;
 }

 h2.companies_involved {
    margin: 80px 0 35px;
    padding: 14px 10px 14px 25px;
    font-size: 1.3em;
    font-weight: bold;
    border-left: 4px solid #ca0817;
    background: #f6f7f5;
}

h3.overseas {
    margin: 0px 0 0px;
    padding: 14px 10px 14px 25px;
    font-size: 1.1em;
    font-weight: bold;
    border-left: 2px solid  #ca0817;
    background: #f6f7f5;
}

h3.overseas_translasia {
    margin: 23px 0 17px;
    padding: 5px 10px 5px 10px;
    font-size: 1.0em;
    font-weight: bold;
    background: #f6f7f5;
}

.service_box{
    padding: 30px 0 0 30px;
    margin: 2em 0;
    font-weight: bold;
    border: solid 1px #e4e4e4;
    border-radius: 10px;
    display: flex;
}

.setEntryBase .basicUl.service_list ul{
    margin: 0 0 0px;
    width: 100%;
    list-style: none outside;
}

.setEntryBase .basicUl.service_list li{
    padding: 0;
    float: left;
    width: 50%;
    font-size: 0.9em;
}

.setEntryBase .basicUl li:before, .setEntryBase .basicOl li ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    margin: 0.5em 0 0 -20px;
    display: block;
    float: left;
    background: #ca0817;
    border: 1px solid #ca0817;
    border-radius: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.group_list_wrap{
    margin: 0 0 0 20px;
}

.wrapper_trans{
    margin: 0 0 0 40px;
}

.overseas_column{
    padding: 10px 0 10px 0;
}

.overseas_column,.overseas_column_short{
    width: 100%;
    display: inline-block;
}

.overseas_column h3,.overseas_column_short h3{
    width: 55%;
    float: left;
}

.overseas_column a,.overseas_column_short a{
    width: 45%;
}

.overseas_column img{
    width: 45%;
}

.overseas_column_short img{
    width: 30%;
}


  @media only screen and (max-width: 720px) {
  	h3.overseas {
       margin: 0 0 0px;
    }

   h3.overseas_translasia {
       margin: 0 0 0px;
    }

    .service_box{
       padding: 30px 0 0 10px;
       margin: 2em 0;
       font-weight: bold;
       border: solid 1px #e4e4e4;
       border-radius: 10px;
       display: flex;
    }

  	.overseas_column h3,.overseas_column_short h3{
       width: 100%;
       float: left;
  	}

  	.overseas_column a,.overseas_column_short a{
       width: 100%;
  	}

  	.overseas_column img,.overseas_column_short img{
       width: 100%;
  	}

    .wrapper_trans{
       margin: 0 0 0 0px;
    }

    .setEntryBase .basicUl.service_list li{
       padding: 0;
       float: left;
       width: 100%;
    }
  }
