@charset "UTF-8";
#contents .overseas .ttl {
  font-weight: bold;
  font-size: 16px;
  padding: 0 0 5px;
}
#contents .overseas .sec_block_list li {
  margin: 0 0 5px;
}
#contents .overseas .ar03 {
  position: relative;
  padding: 0 0 0 18px;
}
#contents .overseas .ar03:before {
  content: '';
  display: inline-block;
  background: #FF811A;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 0;
  margin: 2px 0 0 0;
}
#contents .overseas .tit11 {
    font-size: 20px;
    font-weight: bold;
    border-left: 4px solid #FF811A;
    background: #F3F3F3;
    padding: 12px 10px 10px 15px;
    margin: 0 0 15px;
}

@media screen and (max-width:768px) {
	.tit11 {
	    font-size: 16px;
	    border-left: 3px solid #FF811A;
	    padding: 8px 10px 5px 10px;
	    margin: 0 0 10px;
	}
}