.moji7 {
	font-family: 'Hiragino Mincho ProN','HG明朝E','ＭＳ Ｐ明朝','times new roman', times;}

.midasi0019{
    clear:both;
    font-size: 18px;
    font-weight:bold;
    margin: 0px 20px;
    padding:10px 5px 10px 5px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 5px solid #0168B7;
    position:relative;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.40);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f2f2f2), to(#fff));
    background: -moz-linear-gradient(#f2f2f2, #fff);
}



/* 立体ボタン */
 
.btn5 a {
  display: block;
  cursor: pointer;
  width: 500px;
  margin: 0 auto;
  padding: 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #20b2aa;
  border-radius: 15px;
  box-shadow: 0 6px 0 #047c71, 0 12px 0 rgba(0,0,0,0.2);
  -webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
 
.btn5 a:hover {
  background-color: #3cc4bd;
  box-shadow: 0 3px 0 #12978d, 0 6px 0px rgba(0,0,0,0.2);
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
 
.btn5 a:active {
  color: #ddd;
  background-color: #12978d;
  box-shadow: 0 0 0 #047c71, 0 0 0px rgba(0,0,0,0.2);
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  transition-duration: 0.1s;
}


/* =テーブル
----------------------------------------------- */

table.company {
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;

}
 
table.company th,
table.company td {
    padding: 10px;
}
 
table.company th {
    background: #0168b7;
    vertical-align: middle;
    text-align: left;
    width: 100px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;

}
 
table.company th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #0168b7;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() { 
    table.company th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #0168b7 10px solid;
        margin-top: -10px;
    }
}
 
table.company td {
    background: #fdfdfd;
    width: 500px;
    padding-left: 20px;
}