:root {
  --main-color: #883d60;
}

#tokushu h1,
#tokushu h2,
#tokushu h3,
#tokushu h4 {
  line-height: 1.3;
}

#tokushu p a {
  text-decoration: underline;
}

#tokushu p a:hover {
  text-decoration: none;
}

#tokushu h1 {
  margin: 10px 0;
  font-size: 40px;
  line-height: 1.5;
  color: var(--main-color);
}

#tokushu h1 span {
  display: block;
  margin: 15px 0 5px 0;
  line-height: 1.2em;
  font-size: 22px;
}

#tokushu h1 span,
#tokushu h2 span,
#tokushu h3 span {
  display: block;
}

#tokushu h3 {
  background: var(--main-color);
  padding: 4px 16px;
  display: inline-block;
  color: #fff !important;
}

#tokushu h4 {
  font-size: 22px;
  line-height: 1.6;
}

#tokushu .photo img {
  width: auto;
}

#tokushu .photo a {
  text-decoration: none;
  font-size: 12.8px !important;
  color: #696969;
}

#tokushu .box {
  padding: 20px;
  margin: 10px 0 20px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

#tokushu .box strong {
  display: inline-block;
  background: var(--main-color);
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 20px;
  font-size: 18px;
}

#tokushu .box p {
  margin: 32px 0 0;
}

#tokushu .georgian-table_title {
  text-align: center;
  margin: 0 0 16px;
  position: relative;
}

#tokushu .georgian-table_title strong {
  display: inline-block;
  color: var(--main-color);
  font-size: 18px;
}

#tokushu .georgian-table_title-accordion {
  border: 1px solid var(--main-color);
  padding: 16px 8px;
}

#tokushu .georgian-table_title-accordion:hover {
  cursor: pointer;
}

#tokushu .georgian-table_title-accordion::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 18px 0 18px;
  border-color: var(--main-color) transparent transparent transparent;
  position: absolute;
  right: 16px;
  top: calc(50% - 9px);
}

#tokushu .georgian-table_title-accordion.active::before {
  border-width: 0 18px 20px 18px;
  border-color: transparent transparent var(--main-color) transparent;
  right: 16px;
  top: calc(50% - 9px);
}

#tokushu .georgian-period_table {
  color: var(--main-color);
  background-color: #97a1bc;
  border-collapse: collapse;
  font-weight: bold;
  width: 100%;
  margin: 0 0 40px;
}

#tokushu .georgian-period_table td {
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  padding: 8px;
}

#tokushu .georgian-period_table-color {
  background: var(--main-color);
  color: #fff;
}

#tokushu .georgian-box_company ul {
  margin: 60px 0 0;
  padding-left: 1rem;
}

#tokushu .georgian-box_company ul li {
  list-style: disc;
}

#tokushu .georgian-history_table {
  width: 100%;
  border-collapse: collapse;
  display: none;
}

#tokushu .georgian-history_table.open {
  display: block;
}

#tokushu .georgian-history_table tr {
  border-bottom: 1px solid var(--main-color);
}

#tokushu .georgian-history_table tr:first-child {
  border-top: 1px solid var(--main-color);
}

#tokushu .georgian-history_table th {
  background: var(--main-color);
  padding: 8px;
  color: #fff;
}

#tokushu .georgian-history_table td {
  padding: 8px;
}



#tokushu .button-link {
  display: block;
  border: 1px solid #000;
  padding: 20px;
  transition: 0.2s;
  margin: 30px 0 20px 0;
  line-height: 1.5;
}

#tokushu .button-link h5 {
color: #000;
margin: 0 0 3px 0;
font-size: 110%;
border: none;
}

#tokushu .button-link img {
float: left;
margin: 0 20px 20px 0;
width: 150px;
height: auto;
}

#tokushu .button-link a {
color: #000000
}

#tokushu .button-link a:hover {
  text-decoration: none;
  opacity: 0.5;
}    



body.white .site h1 {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body.white .site #tokushu h1,
body.white .site #tokushu h2,
body.white .site #tokushu h3,
body.white .site #tokushu h4 {
  line-height: 1.3;
  font-weight: bold;
}

body.white .site #tokushu h1 {
  font-size: 6.8vw;
  font-weight: bold;
}

body.white .site #tokushu h1 span {
  margin: 0 0 7px;
  font-size: 70%;
}

body.white .site #tokushu h2 {
  font-size: 25px;
}

body.white .site #tokushu h3 {
  margin: 55px 0 15px 0;
  line-height: 1.4em;
  font-size: 18px;
}

body.white .site #tokushu .georgian-box_company ul {
  margin: 80px 0 0;
}

body.white .site #tokushu .georgian-table_title-accordion::before {
  content: "";
  border-width: 20px 18px 0 18px;
  right: 16px;
  top: calc(50% - 6px);
}

body.white .site #tokushu .georgian-table_title-accordion.active::before {
  border-width: 0 18px 20px 18px;
}
