header{
  width:1000px;
  margin:0 auto;
}

/*パンくずリスト*/
.header-title > .breadcrumb {
  margin-top: 20px;
  text-align: left;
}

.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
}

.breadcrumb li:after {
  /* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #555;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: gray;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

main{
  margin:0 auto;
  width:1000px;
}

.header-info {
text-align: center;
}

.boxes {
  display: flex;
}

.box_c {
  width :500px;
  text-align: center;
  font-size: 22px;
  font-weight:bold;
}

.box_s {
  width :250px;
  text-align: center;
  font-size: 20px;
}

.header-info p{
  font-weight: bold;
  font-size: 1.5em;
  margin: 5px 0;
}

.header-info span{
  margin-left: 40px;
  font-size:1em;
}
  
.dtl-top ul{
  margin-bottom:15px;
}

.dtl-top li{
  display:inline-block;
  color:#668ad8;
  width:120px;
  height:120px;
  border-radius:50%;
  border:double 4px #668ad8;
  font-size:1.1em;
  text-align:center;
  overflow:hidden;
  margin:0 60px;
}

.dtl-top div{
  margin-top:36px;
}

.dtl-top span{
  display: block;
}

.dtl-top em{
  font-size:0.7em;
}

.header-title h1{
  margin:20px auto;
  padding:10px 0px;
  width:1000px;
  text-align:center;
  border:solid 1px #a5a5a5;
}

.header-title, table,th,td{
  border-collapse: collapse;
/*  border: solid 1px #a5a5a5; */
  text-align:center;
}

.header-title table{
  width: 1000px;
  margin-bottom: 30px;
}

.header-title th{
  width: 250px;
  padding: 4px 0;
  background: #dee9ff;
}

.header-title td{
  padding: 10px 0;
  vertical-align: middle;
  background: #fff;
}

.cat-nav a {
    text-decoration: none;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 120px;
    padding: 10px 0px 10px 40px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}

.cat-nav a:before, .cat-nav a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}
.cat-nav a:before {
  width: 0.5rem;
  height: 0.5rem;
  left: 1.1rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}
.cat-nav a:after {
  left: 0;
  background: #6bb6ff;
  z-index: 1;
  width: 3rem;
  height: 3rem;
  border-radius: 4rem;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.cat-nav a span {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
}

.cat-nav a:hover span {
  color: #fff;
}
.cat-nav a:hover:before {
  left: 2rem;
}
.cat-nav a:hover:after {
  right: 0;
  width: 100%;
}
.cat-nav h2 {
  margin: 0;
}

.top-btn{
    display: flex;
    flex-wrap:wrap;
}
.top-btn li {
    width: calc(100%/5);/*3つ並べる場合*/
    padding:0 2px;
    box-sizing:border-box;
}
.top-btn li img {
    max-width:100%;
    height: auto;
}

.icon-info dl{
  margin:0;
}

.icon-info img{
  width:24px;
}

.koutsu {
  padding-top:5px;
}


.b-header dl {
  display: flex;
  float: right;
}

.b-header dt {
  padding-left: 40px;
}

.b-header dd {
  margin: 0px;
  padding: 3px 0 0 5px;
}

.b-list table{
  width:1000px;
  margin:0 auto;
}

.pic-list{
  margin:20px auto;
  width: 1000px;
  text-align:center;
}

.pic-list div{
  float: left;
}

.main-list {
  width: 1000px;
}
.pic-list li{
  display: inline;
}

.smn{
  margin:0 auto;
  width: 1000px;
  text-align: center;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.main-pic{
  margin: 0 auto;
}

.main-pic p{
  margin: 0 auto 10px;
  padding: 5px 0;
  width: 65%;
  background: #dee9ff;
}

.m-pic{
  margin:0 auto 20px;
  width: 500px;
  text-align:center;
}

.m-pic img{
  width:60%;
}
.g-pic img{
  width: 500px;
  height: 428px;
  object-fit: contain;
}

.g-pic{
  width: 500px;
  margin:0 auto 20px;
  text-align:center;
}

.wrap li{
  display:inline-block;
  margin: 4px 2px;
}

#imageList img { width:60; height:60; object-fit: cover;}

.data-list table,th,td{
  border-collapse: collapse;
  border: solid 1px #a5a5a5;
}

.data-list img{
  width:24px;
}

.ensen-title {
  text-align:left;
  padding:10px 0 10px 30px;
}

.toho-m {
  width: 32px;
}


.data-list span {
  display: block;
}

.data-list th{
  white-space: nowrap;
}

.data-list td{
  padding:5px;
  text-align:center;
  height:57px;
}

.builnm{
  font-weight:bold;
}

/* micro clearfx */
.cf:before, .cf:after {
  content:"";
  display:table
}
.cf:after { clear:both }
.cf { zoom:1 } /* IE 6/7用。不要なら削除可。 */

.scd-data {
  width: 1000px;
  margin: 1em auto;
}

.scd-data dl {
  display: flex;
  flex-wrap: wrap;
}

.scd-data dt {
  width: 20%;
  padding: 20px;
  background: #dee9ff;
  margin: 0 0 20px 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scd-data dd {
  width: 80%;
  padding: 20px;
  background-color: #FFF;
  margin: 0 0 20px 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.scd-data span{
  display: inline-block;
  margin: 0.3em 1.5em 0.3em 0;
}

.scd-data p{
  text-align: center;
  margin: 0 auto 30px;
}

.btn-border-bottom {
  font-size: 1.2em;
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0;
  text-decoration: none;
  color: #99bbff;  
}

.btn-border-bottom:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  top:100%;
  left: 0;
  border-radius: 3px;
  background:#99bbff;
  transition: .2s;
}

.btn-border-bottom:hover:before {
  top: -webkit-calc(100% - 3px);
  top: calc(100% - 3px);
}

tr:nth-child(even) {
  background-color: rgb(222, 233, 255);
}

#footwrap{
  margin: 20px auto 40px;
  width: 1000px;
  border:solid 1px #a5a5a5;
}

.foot-flex{
  display: flex;
  align-items: center;
  justify-content: center;
}

.foot-left{
  width: 25%;
  padding: 20px 0;
  text-align: center;
  background: #dee9ff;
}

.foot-left span{
  display: block;
  vertical-align: middle;
}

.foot-right{
  padding: 5px 0;
  width: 75%;
  text-align: center;
}

.foot-right address{
  margin-bottom: 10px;
}


.foot-right em{
  font-size: 1.3em;
  font-weight: bold;
}

.telnum {
  padding: 0 0 0 40px;
  background-image: url(../img/tel.png);
  background-repeat: no-repeat;
}

.faxnum {
  padding: 0 0 0 40px;
  background-image: url(../img/fax.png);
  background-repeat: no-repeat;
}

.pdfbox {
    margin: 4px;
    display: flex;
    justify-content: center;
}

.flex-item {
    margin: 3px 35px;
    width: 30%;
}

.original-button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  border-radius: 5px;
  width: 300px;
  height: 33px;
  transition: 0.3s;
  background-color: #1976d2;
}

.original-button:hover {
  opacity: .7;
}
