
.list-a .link.button {
	text-align: center;
}
.list-a .cmp-au-com-accordion .cmp-accordion__item .cmp-accordion__button .cmp-accordion__header {
	padding-top: 20px;
	padding-bottom: 20px;
}
.list-a h3 {
	font-weight: normal;
}
.list-a .cmp-au-com-title__text {
	text-align: center;
}
.list-a #list-03{
	text-align: center;
}

.pc_hidden {
	display: none;
}

.border-w .tableElem .table-row>* {
	border: 2px solid #fff;
}

.bg-or .tableElem .table-row>* {
	background-color: #fdeee6;
	border: 2px solid #FFF;
	text-align: center;
}

.border-w .tableElem .table-row:last-child>* {
	border-bottom: 0;
}

.col_3 .tableElem .table-row>* {
	padding: 0;
}

.col_3 .tableElem .table-row>* {
	border: 0;
}

.col_3 .txt-col ul {
	margin-left: 0.3em;
	display: block;
}

.col_3 {
	padding-right: 1%;
	padding-left: 1%;
}

.tableElem .table-row > .txt-col {
	display: block;
} 

.country {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  
  .country p {
    width: 50%;
    padding: 15px;
    text-align: center;
    border: 1px solid #d1d1d1;
    border-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .country::after {
    content: "";
    width: 50%;
  }
  .country p:nth-child(2n) {
      border-left: 0;
  }
  
  .country p:last-child {
      border-bottom: 1px solid #d1d1d1;
  }
  .country p:nth-last-child(2) {
      border-bottom: 1px solid #d1d1d1;
  }
@media(max-width:786px) {
  .list-a .cmp-au-com-title__text {
    text-align: start;
  }
  .list-a .link.button {
    text-align: start;
  }
  
  .list-a #list-03{
    text-align: start;
  }
  
	.pc_hidden {
		display: block;
	}

	.border-w .tableElem .table-row>* {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.bg-or .tableElem .table-row>* {
		padding-top: 20px;
		padding-bottom: 20px;
	}

}