h2 {
  font-size: 26px;
  letter-spacing:0.8em
}
.Midashi {
  margin: 20px 5px 0;
  /* position:relative; */
  z-index: 1;
}

/* 見出し（Rhineと文字を横並びする） */
.Line_3,
.Line_1,
.Midashi_Font {
  display:inline-block;
}
.Line_3 {
  width: 115px;
}
ul.Line_3 li {
  width: 20px;
  height: 6px;
  margin: 0 1.5% 4px;
  display: inline-block;
  border: solid 1px #5584a3;
  background: #99e3f0;
  transform: skewX(-40deg);
}
ul.Line_1 li {
  width: 670px;
  height: 6px;
  margin: 0 0 4px;
  display: inline-block;
  border: solid 1px #5584a3;
  background: #99e3f0;
  transform: skewX(-40deg);
}

/* 会社概要　Table */

.Area {
  margin: 20px auto 50px;
 
}

table{
  width: 100%;
  border-collapse: collapse;
  font-size: 150%;
  border: solid 2px #669;
}


table tr{
  border-bottom: solid 1px #669;
  height: 100px;
}

table tr:last-child{
  border-bottom: none;
}

table th{
  position: relative;
  text-align: left;
  width: 25%;
  text-shadow:1px 1px 0 #226,-1px 1px 0 #226,1px -1px 0 #226,-1px -1px 0 #226;
  background-color: #00afec;
  text-align: center;
  vertical-align: middle;
  color: #eee;
  padding: 10px 0;
}

table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #00afec;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table td{
  line-height: 1.5;
  width: 70%;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  padding: 10px 0;
}

@media screen and ( max-width:1025px) {
  table {
    table-layout: fixed;
    margin: 0 auto;
    width: 95vw;
  }
  table td {
    padding-left:10px;
    width: 90vw;
  }
}