/* Scss Document */
/* Scss Document */
#page_ttl {
  background: url("../images/company/page_ttl_bg.jpg") top center no-repeat;
  background-size: auto 100%;
}

#greetings .catch {
  margin-bottom: 2em;
  color: #00CA5F;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: .1em;
  text-indent: .1em;
  line-height: 1.8;
  text-align: center;
}
#greetings .sign {
  margin: 2em 0 0;
  font-size: 2.0rem;
  font-weight: bold;
  letter-spacing: .1em;
  text-indent: .1em;
  text-align: center;
}

#profile .table_A {
  width: 100%;
}
#profile .table_A tr {
  border-bottom: #DDD 1px solid;
}
#profile .table_A tr:first-child {
  border-top: #DDD 1px solid;
}
#profile .table_A th, #profile .table_A td {
  padding: .5em;
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

#access .map {
  width: 100%;
  margin-bottom: 60px;
}
#access address {
  margin: 2em 0 0;
  font-style: normal;
  text-align: center;
}
.president {
    float: right;
    padding-bottom: 20px;
    padding-left: 20px;
}

.group_base {
    width: 100%;
    clear: both;
}
.group_base div {
    width: 100%;
    border-bottom: #DDD 1px solid;
    padding-bottom: 40px;
}
.group_base div h2 {
    width: 300px;
    float: left;
    font-size: 120%;
    font-weight: 600;
}
.group_base div h2 span {
    font-size: 70%;
    font-weight: 400;
    color: #008640;
    line-height: 140%!important;
    display: block;
}
.group_base div table {
    width: 840px;
    float: right;
}
.group_base div table th {
    width: 20%;
    background-color: #EBEBEB;
}
.group_base div table td {
    width: 80%;
}
.group_base div table th,.group_base div table td {
    padding-top: 0.5em;
    padding-right: 0.5em;
    padding-left: 0.5em;
    padding-bottom: 0.5em;
    font-weight: normal;
    vertical-align: top;
    text-align: left;
    border: 1px solid #CCCCCC;
    line-height: 160%;
    font-size: 95%;
}
.group_base div:after {
height: 0;
visibility: hidden ;
content: ".";
display: block ;
clear: both ;
}

@media screen and (max-width: 640px) {
#greetings .catch {
  font-size: 2rem;
}
	#profile .table_A th {
    width: 25%;
}
	#profile .table_A td {
		width: 75%;
}
	.group_base div h2 {
		width: 100%;
	float: none;}
	.group_base div table {
    width: 100%;
    float: none;
}
	.group_base div table th {
    width: 30%;
}
.group_base div table td {
    width: 70%;
}
	.group_base div {
    width: 100%;
    border: none;
    padding-bottom: 0px;
}
}
