﻿.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-image: url("../../img/title_company_new.jpg");
  width: 100%;
  height: 50px;
}


* {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.thh {
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    text-align: center;
    height: auto !important;
    padding: 10px;
    color: #050505;
    width:10%;
    font-size: 13px;
    font-weight: normal;
}

.thh2 {
    display: table-cell;
    vertical-align: inherit;
    text-align: center;
    height: auto !important;
    border-width: 1px 0px;
    border-color: #d6d6d6;
    padding: 20px;
    color: #050505;
    background-image: url("../../img/rinen_bg.jpg");
    font-size: 25px;
    font-family: serif;
}


.tdd {
    display: table-cell;
    vertical-align: inherit;
    text-align: -internal-center;
    border-right-style: solid;
    border-width: 1px 0px;
    border-color: #d6d6d6;
    height: auto !important;
    padding: 10px;
    color: #050505;
    font-size: 15px;
    font-family: sans-serif;

}

.comp {
    border-collapse: collapse;
    background-color: #fff;
    width: 75%;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.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;
}


@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: 95%;
  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: 95%;
  height: 35px;
}
.comp {
  margin: 0 auto;
    border-collapse: collapse;
    background-color: #fff;
    width: 95%;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.localnavi {
  margin-top: 0px;
    width: 95%;
    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;
}

hr {
  width: 100%;
  max-width: 1000px;
  border-width: 3px 0px 0px 0px; 
  border-style: solid;
  border-color: #4682b4; 
  padding-bottom: 3px;
  margin-left: auto;
  margin-right: auto;
}
.thh {
    width:40%;
    }
.thh img {
    width:100%;

}
}
