/*--------------------------------------------
		common PC
---------------------------------------------*/
.pc {
  display: block;
}

.sp {
  display: none;
}

/*-------------- .page-ttl ----------------*/
.page-ttl {
  height: 300px;
  font-size: 35px;
  font-size: 3.5rem;
  padding-top: 122px;
  margin-left: 200px;
  margin-bottom: 60px;
}

.page-ttl:after {
  margin-top: 11px;
}

.bread-crumb {
  font-size: inherit;
  padding: 9px 10px 0 210px;
  top: 0;
  left: 0;
}

.bread-crumb:before {
  display: none;
}

.bread-crumb:after {
  display: block;
  margin-bottom: 0;
  margin-top: 9px;
}

/*-------------- .ttl-style ----------------*/
.ttl--style01 {
  font-size: 18px;
  font-size: 1.8rem;
}

.ttl--style02 {
  font-size: 16px;
  font-size: 1.6rem;
}

.ttl--style03 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 2em;
}

.ttl--style03--border {
  margin-bottom: 2.7em;
}

.ttl--style04 {
  margin-bottom: 6em;
}

.ttl--style04__english {
  font-size: 35px;
  font-size: 3.5rem;
}

.ttl--style04:after {
  margin-top: 2em;
}

.ttl--style05 {
  font-size: 16px;
  font-size: 1.6rem;
  padding-top: 3em;
  margin-bottom: 2em;
}

/*-------------- .btn ----------------*/
.btn {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn--style01 {
  font-size: 13px;
  font-size: 1.3rem;
  padding-top: 0.88em;
  overflow: hidden;
  position: relative;
  z-index: 3000;
}

.btn--style01:after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: '';
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transform: scale(0.95, 0.78);
          transform: scale(0.95, 0.78);
}

.btn--style01:hover {
  background: #444;
  letter-spacing: 0.2em;
}

.btn--style01:hover:after {
  opacity: 1;
}

/*-------------- .contents-menu ----------------*/
.contents-menu {
  font-size: inherit;
}

.contents-menu__ttl {
  font-size: 16px;
  font-size: 1.6em;
  margin-bottom: 0.2em;
}

.contents-menu li a {
  padding: 0.6em 2em;
  margin: 0 0.2em;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.contents-menu li a:hover {
  background: #000;
  color: #fff;
}

/*-------------- .simple-table ----------------*/
.simple-table th, .simple-table td {
  padding: 2em 1em 2em 0;
}

.simple-table tr:first-child th, .simple-table tr:first-child td {
  padding-top: 0;
}

.simple-table__nomargin th, .simple-table__nomargin td {
  padding-bottom: 0;
}

.simple-table__untitle th, .simple-table__untitle td {
  padding-top: 0;
}
