.c5-cbs-contact a{
  color: #074693;
  text-decoration: underline;
}
.c5-cbs-br{
  display: none;
}
.c5-cbs-border{
  border-bottom: solid 2px #cccccc;
  padding: 0 0 10px;
}
.c5-cbs-gray-bg{
  background-color: #efefef;
  text-align: center;
  padding: 1px 10px;
}
.c5-cbs-area{
  text-align: center;
}
.c5-cbs-imgbox{
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.c5-cbs-blue{
  color: #074693;
  font-weight: bold;
}
.c5-cbs-merit-area{
  text-align: center;
  padding: 1px 10px;
  background-color: #074693;
  color: #ffffff;
}
.c5-cbs-cp-area{
  text-align: center;
  padding: 1px 10px;
  border: 1.5px solid #074693;
}
.c5-cbs-cp-area p.c5-cbs-cp{
  background-color: #074693;
  padding: 5px 20px;
  display: inline-block;
  margin: 0 auto;
  color: #ffffff;
}
.c5-cbs-cp-area div.c5-cbs-gray-bg{
  text-align: center;
  margin: 30px 50px;
  padding: 30px 50px;
}
.c5-cbs-2col{
  display: inline-block;
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
}
.c5-cbs-txt-small{
  font-size: 80%;
}
.c5-cbs-contact{
  display:inline-block;
  vertical-align: middle;
  text-align: left;
}
br.c5-cbs-bl{
  display: none;
}


.c5-cbs-cols {
	padding: 20px;
	background-color: #f5f5f5;
	display: flex;
  justify-content: space-between;
  align-items: center;
}
.c5-cbs-cols p {
	margin: 1.2em 0 0 0;
}
.c5-cbs-cols + * {
	margin-top: 50px;
}
.c5-cbs-cols > div {
	flex: 0 1 48.6%;
}

.c5-cbs-cols__img .c5-cbs-cols__img-link{
    margin: auto;
    display: block;
    max-width: 200px;
}
.c5-cbs-cols__img .c5-cbs-cols__img-link:hover{
    opacity: .8;
}
.c5-cbs-cols__img img{
    display: block;
}

@media screen and (max-width: 767px){
	.c5-cbs-cols {
		padding: 15px;
		display: block;
	}
	.c5-cbs-cols + * {
		margin-top: 30px;
	}
	.c5-cbs-cols > div:first-child {
		margin-bottom: 15px;
	}
	.c5-cbs-cols > div:last-child {
		text-align: center;
	}
}

@media screen and (max-width: 640px){
.c5-cbs-bl{
  display: block;
}
.c5-cbs-imgbox img{
  max-width: 280px;
  height: auto;
}
h1.c5-cbs-title{
  font-size: 18px;
}
h2.c5-cbs-title{
  font-size: 16px;
}
.c5-cbs-cp-area div.c5-cbs-gray-bg{
  margin: 20px 10px;
  padding: 15px;
}
}


/*table style*/

.c5-cbs-tbl{
  width: 100%;
}
.c5-cbs-tbl th{
  text-align: center;
  padding: 14px 10px;
  border: 1px solid #e4e7ec;
}
.c5-cbs-tbl tr.c5-cbs-thead th{
  background-color: #fbfbfb;
}
.c5-cbs-tbl td{
  vertical-align: middle;
  padding: 14px 10px;
  border: 1px solid #e4e7ec;
}
.c5-service-tbl td{
  text-align: center;
}

.s5-row {
	margin: auto !important;
}

.s5-list{
	text-align: left;
	text-indent: -1em;
}

.c5-button {
    display: block;
    width: 100%;
	margin: auto;
}

.c5-mt5 {
  margin-top: 5px;
}

.c5-button a:hover .image {
	transition: opacity .2s;
}
.s5-listItem4__main {
  border: none;
}
.s5-listItem4__mainLink:hover {
    text-decoration: none;
}
.c5-new-icon {
  letter-spacing: normal;
  display: inline-block;
  margin: 0 0 3px 0;
  color: white;
  font-size: .85em;
  font-weight: bold;
  padding: 7px 8px 5px 8px;
  line-height: 1;
  background: #eb0100;
}
.c5-iconBox ul {
    margin: 0 -2px;
    padding: 0;
    letter-spacing: -.5em;
}
.c5-iconBox li {
    letter-spacing: normal;
    display: inline-block;
    margin: 2px;
    font-size: .85em;
    font-weight: bold;
    padding: 5px 8px;
    line-height: 1;
    background: #f0f0f0;
}

@media screen and (max-width: 640px) {
.c5-cbs-thead, .c5-cbs-tbl td.c5-cbs-none {
  display: none;
}
.c5-cbs-tbl th{
  background-color: #fbfbfb;
}
.c5-cbs-tbl td {
  display: block;
  text-align: left;
  width: calc(100vw - 100px);
  box-sizing: border-box;
}
.c5-cbs-tbl td:before {
  content: attr(data-label);
  font-weight: bold;
  display: block;
}
.s5-row {
    width: 100% !important;
	margin: auto !important;
}

.c5-button img {
    width: 100%;
	margin: auto;
}
	}
