@charset "utf-8";

/*---------- company ----------*/

ul{
	padding-left: 0;
}

ul li {
	list-style: none;
}


.president_img {
    padding-bottom: 50px;
}

.president_img img {
	border-radius: 20px;
}

/*---------- /company/offices ----------*/

a.collapse-toggle.collapse-button {
    display: inline-block;
    position: relative;
    max-width: 100px;
    width: 100%;
	margin-bottom: 10px;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #0077C0;
    border-radius: 50px;
    color: #0077C0;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: left;
    text-decoration: none !important;
    transition: background 0.3s, border 0.3s, color 0.3s;
	cursor: pointer;
}

.collapse-wrap {
  display: none;
	max-width:600px;
	width:100%;
}

.collapse-ctrl {
  position: relative;
  width: 12px;
  height: 12px;
  margin-right: 6px;
  display: inline-block;
}

/* 横棒（−） */
.collapse-ctrl::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0077C0;
  transform: translateY(-50%);
}

/* 縦棒（＋） ← 初期表示 */
.collapse-toggle:not(.open) .collapse-ctrl::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #0077C0;
	transform: translateX(-50%);
}

.text-box {
	display: inline-block;
    border: 1px solid #e2e2e2;
	margin-top: 20px;
    padding: 1.5em;
}

.label-blue {
	background-color: #007fc9;
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px 15px;
    border-radius: 2px;
    line-height: 1.5em;
    font-size: 1.4rem;
}

.access_info p {
    margin-bottom: 0;
}

.history table td:first-child {
	width: 10%;
}

.table.simple {
    table-layout: fixed; 
	border-top: none;
    width: 100%;
    border-collapse: collapse;
}

.table.simple th {
	width: 35%; 
    text-align: left;
    vertical-align: top;
}

@media screen and (max-width: 767px) {
	.history table td:first-child {
		width: 18%;
	}
	.table.simple {
        margin-top: 0;
    }
	.table.simple th {
		width: 40%; 
	}
}