﻿body {
  font-family: "Helvetica Neue",
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

.main{
padding-top: 10px;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

hr {
  width: 100%;
  max-width: 1000px;
  border-width: 3px 0px 0px 0px; 
  border-style: solid;
  border-color: #4682b4; 
  padding-bottom: 3px;
}
.comp-t{
  margin-top: 20px;
  padding-top: 10px;
  font-size: 20px;
  font-weight: bold;
  color:#4682b4;
  background-color: #f0f8ff;
  background-image: url("../../img/title_company_new.jpg");
  width: 100%;
  height: 50px;

}


* {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.tbody{
  width: 50%;
}
.tbody:hover { 
  filter: opacity(70%);
  cursor: pointer;
}

.thh {
    position: relative;
    background-color: #4682b4;
    color: #fff;
    overflow: hidden;
    padding: .3em;
    font-weight: bold;
    border-left-color: #4682b4;
    border-right-color:#f39800 ;
    border-width: 4px 4px;
    border-left-style:solid;
    border-right-style:solid ;
    
}
.thh:before {
    background-color:#f39800;
    content: '';
    display: block;
    transform: rotate(-50deg);
    position: absolute;
    bottom: -5px;
    right: -100px;
    width: 200px;
    height: 240px;
}

.tdd {
    display: table-cell;
    vertical-align: inherit;
    text-align: -internal-center;
    border-color: #4682b4;
    border-width: 4px 4px;
    border-right-style:solid ;
    border-bottom-style:solid;
    border-left-style:solid;
    height: auto !important;
    color: #050505;
    font-size: 15px;

}

table.comp td a {
   display: block;
   padding: 50px;
   text-decoration: none;
   color: #050505;
}

.tdd a:hover { opacity: 0.6;
  transition-duration: 0.3s;
}

.comp { 
  width: 48%;
  float: left;
    border-collapse: collapse;
    background-color: #fff;
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 10px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}


.cp_breadcrumb *, .cp_breadcrumb *:after, .cp_breadcrumb *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cp_breadcrumb {

  color: #333;
  border-radius: 0.5em;
}
.cp_breadcrumb a {
  text-decoration: none;
  color: #5d627b;
}
.cp_breadcrumb .breadcrumbs {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.cp_breadcrumb li {
  display: inline-block;
  position: relative;
  padding-right: calc(16px + 8px);
  margin-right: 8px;
  color: #5d627b;
}
.cp_breadcrumb li::before {
  content: '›';
  width: 1em;
  height: 1em;
  line-height: 1;
  text-align: center;
  font-size: 1em;
  color: inherit;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cp_breadcrumb li:last-child {
  margin-right: 0;
  padding-right: 0;
  color: #333;
}
.cp_breadcrumb li:last-child::before {
  content: normal;
}
a:link {
    color: #4682b4;
}


@media only screen and (max-width: 1020px) {
.comp { 
  width: 95%;
}
}

@media only screen and (max-width: 770px) {
  .main{
padding-top: 10px;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

hr {
  width: 98%;
  max-width: 1000px;
  border-width: 3px 0px 0px 0px; 
  border-style: solid;
  border-color: #4682b4; 
  padding-bottom: 3px;
  margin: 0 auto;
}
.comp-t{
  margin: 0 auto;
  margin-top: 20px;
  padding-top: 10px;
  font-size: 20px;
  font-weight: bold;
  color:#4682b4;
  background-color: #f0f8ff;
  width: 98%;
  height: 50px;
}
.comp {

}
.localnavi {
  margin-top: 0px;
    width: 94%;
    margin-right: auto;
    margin-bottom: 20px;
}
}

@media only screen and (max-width: 450px) {
  .main{
padding-top: 10px;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

}
