@charset "UTF-8";

#company h3 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #0d4099;
  font-family: "Montserrat";
  margin-bottom: 40px;
}
#company h3 span {
  font-size: 1.6rem;
  color: #484b56;
  letter-spacing: 1px;
}
/* ------------------------------------------------------------------
	greetingBlock
-------------------------------------------------------------------*/
#greetingBlock {
  padding: 60px 0 0;
}
#greetingBlock ul.greetingArea {
  display: flex;
  justify-content: center;
}
#greetingBlock li.imgBox {
  width: 240px;
  margin-right: 40px;
}
#greetingBlock li.imgBox figure img {
  width: 200px;
}
#greetingBlock li.imgBox figcaption {
  text-align: center;
  margin-top: 20px;
  font-size: 1.8rem;
  font-weight: bold;
}
#greetingBlock li.imgBox figcaption span {
  font-weight: normal;
  font-size: 12px;
}
#greetingBlock li.textBox {
  width: 100%;
  letter-spacing: 1px;
  line-height: 1.8;
}
/* ------------------------------------------------------------------
	deg bg
-------------------------------------------------------------------*/
.fullwidth-deg {
  width: 100%;
  padding: 0px;
  position: relative;
  overflow: hidden;
  min-height: 600px;
  z-index: -1;
}
.degWrap-light {
  position: absolute;
  padding: 300px 0;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
}
.degWrap-light:before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 120%;
  height: 70%;
  margin: 3% -10% 0;
  background: #f2f2f2;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: -1;
}
.degWrap + .container {
  position: relative;
}
/* ------------------------------------------------------------------
	profileBlock
-------------------------------------------------------------------*/
#profileBlock {
  padding: 60px 0 0;
  margin-top: -580px;
}
#profile {
  width: 100%;
}
#profile table th {
  width: 100%;
  background: #d5d5d5;
  display: block;
  padding: 5px;
  font-weight: bold;
}

#profile table th, #profile table td {
  /* padding: 10px; */
  font-size: 1.3rem;
}
#profile table td {
  background: #ffffff;
  width: 100%;
  display: block;
  /* padding-bottom: 15px; */
}

/* ------------------------------------------------------------------
	accessBlock
-------------------------------------------------------------------*/
#accessBlock {
  padding: 60px 0 0;
}
#accessBlock .accessMap iframe {
  width: 100%;
  height: 350px;
}
/* ------------------------------------------------------------------
	lapGroopBlock
-------------------------------------------------------------------*/
#lapGroopBlock {
  padding: 60px 0 0;
}
#lapGroopBlock ul.groopArea {
  width: 100%;
  display: flex;
  justify-content: space-around;
	flex-wrap: wrap;
}
#lapGroopBlock ul.groopArea li {
  width: 100%;
  margin-bottom: 20px;
}
#lapGroopBlock dl.groopBox {
  text-align: center;
  border: 1px solid #e6e6e6;
  padding: 20px 15px;
}
#lapGroopBlock dt.groopImg {
  /* display: inline-flex; */
  /* height: 70px; */
  width: 80%;
  margin: 0px auto;
}
#lapGroopBlock dd.groopTitle {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 10px 0 20px;
  line-height: 1.8;
}
#lapGroopBlock dd.groopTitle span {
  font-size: 13px;
  font-weight: normal;
}
#lapGroopBlock dd.groopText {
  letter-spacing: 1px;
  line-height: 1.6;
}
/* ------------------------------------------------------------------
	historyBlock
-------------------------------------------------------------------*/
#historyBlock {
  padding: 60px 0 0;
}
#historyBlock {
  width: 100%;
  margin: 0 auto;
}
#historyBlock table th {
  text-align: right;
  width: 20%;
  border-right: 1px solid #ddd;
  background: #fff;
  white-space: nowrap;
}
#historyBlock table tr:nth-child(odd) th {
  background: #f6f6f9;
}
#historyBlock table th, #historyBlock table td {
  padding: 10px !important;
  line-height: 2.0;
  font-size: 1.2rem;
}
#historyBlock table td {
  background: #fff;
  padding-left: 40px
}
#historyBlock table tr:nth-child(odd) td {
  background: #f6f6f9;
}


@media screen and (max-width: 600px) {
	#greetingBlock ul.greetingArea {
    flex-wrap: wrap;
}
	#greetingBlock li.imgBox {
    width: 200px;
    margin-right: 0px;
		margin-bottom: 20px;
}
}



/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/*  bootstrap Overwrite
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */