@charset "UTF-8";


/*-----------------------------------
  summary
-----------------------------------*/
.summary p {
 width: 1060px;
 margin: 0 auto;
 font-size: 11px;
 color: #000;
 text-align: left;
 display: block;
 letter-spacing: normal;
}
@media (max-width: 767px) {
 .summary p {
  margin: 0 .6em;
  padding: 4px .5em 0;
  font-size: 10px;
  line-height: 1.4;
  width: 100%;
 }
 .summary {
  width: 100%;
  min-width: auto;
  height: auto;
  padding-bottom: 2px;
 }
}


/*-----------------------------------
  ヘッダー
-----------------------------------*/
/*@media (max-width:768px) {
 header {
  width: 100%;
  position: fixed;
  background: #FFF;
  z-index: 50;
  top: 0;
 }
}*/
@media (max-width:767px) {
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  background-color: #fff;
  width: 100%;
  border: 1px solid #f9f9f9;
}
}
ul {
  list-style: none;
}
.head__flex_container {
 display: flex;
 justify-content: space-between;
 max-width: 1100px;
 margin: 15px auto 8px;
 align-items: flex-end;
}
.head__flex_container li:nth-child(1) {
 flex: 1 1 auto;
 text-align: left;
 margin-left: 10px;
}
.head__flex_container li:nth-child(1) img {
 width: 300px;
}
.head__flex_container li:nth-child(2) {
 flex: 0 0 250px;
 text-align: right;
 margin: 0 8px 0 0;
}
.head__flex_container li:nth-child(3) {
 flex: 0 0 200px;
 text-align: center;
 margin: 0 8px 0 4px;
}
.head__flex_container li:nth-child(4) {
 flex: 0 0 200px;
 text-align: center;
 margin: 0 8px 0 4px;
}
.head__flex_container li h1 {
 margin: 0 0 0;
}

@media (max-width:768px) {
 .sp_header_logo-tel-menu {
  display: flex !important;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  padding: 2px 0 6px;
  margin: 0;
 }

 .sp_header_logo-tel-menu li img {
  width: 180px;
 }
 .sp_header_logo-tel-menu li:nth-child(n+2) img {
  width: min(48px, 100%);
 }
 .sp_header_logo-tel-menu h1 {
  margin: 0 !important;
 }
 .sp_header_logo-tel-menu li:nth-child(1) {
  flex: 1 1 auto;
  margin: 0;
  padding: 2px 0px 0px 4px;
 }
 .sp_header_logo-tel-menu li:nth-child(2) {
  flex: 0 0 50px;
  margin: 6px 3px 4px 2px;
 }
 .sp_header_logo-tel-menu li:nth-child(3) {
  flex: 0 0 50px;
  margin: 6px 3px 4px 0;
 }
 .sp_header_logo-tel-menu li:nth-child(4) {
  flex: 0 0 50px;
  margin: 6px 3px 4px 0;
 }
  .sp_header_logo-tel-menu li:nth-child(5) {
  flex: 0 0 50px;
  margin: 6px 3px 4px 0;
 }
}