@charset "UTF-8";

hr { border-color: #B2B2B2; }

.corporate-top {
	background-image: url(../corporate/img/bg_ttl_corporate.png);
}

.history {
  width: 100%;
  margin-top: 0;
  border-top: 1px solid #ccc;
  vertical-align: middle;
}
.history tr {
  width: 100%;
  min-height: 50px;
  padding: 15px auto;
  border-bottom: 1px solid #ccc;
}
.history th {
  width: 23%;
  text-align: center;
  background-color: #f7f7f7;
}
.history td {
  padding: 15px;
  vertical-align: middle;
}
.history td img {
  float: right;
  margin-right: 0;
}
.history td.english,
.history td.comment {
	text-align: center;
}
.history td.english img {
	float: none;
	margin-right: auto;
}
.positionMap {
  height: 596px;
  background: url(../corporate/img/map_position.png) no-repeat center center;
  background-size: auto;
}
.e-positionMap {
  height: 596px;
  background: url(../english/img/corporate/map_position.png) no-repeat center center;
  background-size: auto;
  margin-bottom: 0;
}
.overseasMap {
  height: 596px;
  background: url(../corporate/img/map_position_2.png) no-repeat center center;
  background-size: auto;
}
.position-base {
	margin: 0 auto 85px;
}
.ttl-region {
  font-size: 20px;
  margin-bottom: 32px;
}
.country {
  font-size: 18px;
  margin-bottom: 23px;
}
.base-list {
  width: 100%;
  height: auto;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
  align-items: center;
  border-bottom: solid 1px #CCC;
}
.base-list dt,
.base-list dd {
	margin: 0;
  height: auto;
	padding: 34px 0px 32px;
	line-height: 24px;
}
.base-list dd {
	display:table-cell;
	vertical-align: middle;
  align-items: center;
}
.base-list dt.base-name {
  width: 22%;
  font-size: 16px;
  font-weight: bold;
  text-indent: -1em;
  margin-left: 1em;
  align-self: flex-start;
  line-height: 30px;
}
.number-blue,
.number-blue2,
.number-green,
.number-orange,
.number-green2,
.number-purple {
  font-size: 10px;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  padding-left: 16px;
  margin-right: 10px;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.number-green2,
.number-purple {
  padding-left: 14px;
}
.number-blue2,
.number-orange {
  padding-left: 0;
  font-weight: bold;
}
.number-blue,
.number-blue2 {
  background-color: #0081CC;
}
.number-green,
.number-green2 {
  background-color: #0F9538;
}
.number-orange {
  background-color: #E89505;
}
.number-purple {
  background-color: #670F95;
}
.base-list dd.base-add {
  width: 35%;
  padding-right: 55px;
  line-height: 28px;
  display: inline;
}
.base-list dd.base-tel {
  width: 21%;
  display: inline;
}
.base-list dd.base-mapButton {
  width: 20%;
  float: right;
}
.base-list dd.base-mapButton button.blue-medium {
  width: 100%;
  max-width: 670px;
}

.gloup-list {
	width: 100%;
	margin-top: 30px;
  margin-bottom: 100px;
}
.gloup-list li {
  display: block;
  line-height: 28px;
  padding: 12px 0;
}
.gloup-list a,
.overseas-list a {
  text-decoration: underline;
  color: #0081cc;
}
.gloup-list a:hover,
.overseas-list a:hover {
  text-decoration: none;
}
.gloup-list {
}
.gloup-list ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.gloup-list ul li {
	line-height: 20px;
	margin-right: 36px;
  padding-bottom: 25px;
	min-height: 50px;
	width: calc((100% - (36px * 3)) / 4);
}
.gloup-list ul li:nth-child(4n) {
	margin-right: 0;
}
.overseas-list {
  margin-top: -20px;
  margin-bottom: 20px;
}
.overseas-list p,
.overseas-list a {
  display: block;
  line-height: 28px;
  padding: 14px 0;
}
h2.left_border {
	margin: 40px 0 0;
}

/* smartPhone */
@media screen and (max-width: 768px) {
  .corporate-top {
    background-image: url(../corporate/img/bg_ttl_corporate_sp.png);
  }
  .history {
    margin-top: 60px;
  }
  .history td {
    padding-right: 0;
  }

  .positionMap,
	.e-positionMap {
    display: none;
  }
  .overseasMap {
    display: none;
  }
  .position-base {
    margin-bottom: 70px;
  }
  h2.left_border {
    margin: 30px 0;
  }
  .ttl-region {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .country {
    font-size: 16px;
    margin-bottom: 23px;
  }
  .number-orange {
    margin-right: 12px;
  }
  .number-none {
    margin-right: 0;
  }
  .base-list {
    width: 100%;
    padding-bottom: 10px;
  }
  .base-list dt.base-name {
    width: 100%;
    padding-bottom: 10px;
  }
  .base-list dd.base-add {
    width: 100%;
    padding: 0 0 10px;
    line-height: 28px;
  }
  .base-list dd.base-tel {
    width: 100%;
    margin-bottom: 25px;
    padding: 0;
  }
  .base-list dd.base-mapButton {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }
  button.blue-medium {
		width: 100%;
    max-width: 670px;
		height: 50px;
		font-size: 14px;
		border-radius: 60px;
	}
	.gloup-list ul li {
		line-height: 20px;
		margin-right: 18px;
	  padding-bottom: 0;
		width: 100%;
	}
	.gloup-list ul li:nth-child(2n) {
		margin-right: 0;
	}
  .overseas-list {
    margin-top: -20px;
    margin-bottom: 20px;
  }
  .overseas-list p,
  .overseas-list a {
    display: block;
    line-height: 28px;
    padding: 10px 0;
  }
}
/* IE */
@media all and (-ms-high-contrast: none){
	.number-blue,
	.number-green {
	  padding-left: 11px;
	}
	.number-green2,
	.number-purple {
	  padding-left: 10px;
	}
}
