#page_header.page_header_outline {
  background-image: url(../img/outline/page_header_outline.jpg);
}

#outline_lead h2 {
  color: #c8161d;
  margin: 0 0 0.5em;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

#group td p span {
  vertical-align: top;
}

@media (max-width: 639px) {}

@media (min-width: 640px) {
  #outline_lead h2 {
    font-size: 2rem;
    letter-spacing: .2em;
  }
}

@media (min-width: 1200px) {
  #outline_lead h2 {
    font-size: 2rem;
    letter-spacing: .2em;
  }
}

/* 2020.03 add */

.top-company {
  width: 100%;
  margin-bottom: 1.67vw;
  background: #000;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.top-company:before {
  content: "";
  display: block;
  width: 80vw;
  height: 100%;
  transform: skewX(-40deg);
  position: absolute;
  top: 0;
  left: -15vw;
  background: #c92726;
  z-index: 0;
}

.top-company a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  padding: 5vw 1.25vw 4.4167vw;
  margin: 0 auto;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.top-company .top-company-text {
  width: 56.7vw;
  max-width: 680px;
  font-feature-settings: "palt" 1;
}

.top-company .top-company-thumb {
  width: 42vw;
  max-width: 504px;
  line-height: 0;
}

.top-company-header {
  font-size: 2.67vw;
}

.top-company-notes {
  font-size: 1.5vw;
  margin-bottom: 2.917vw;
  line-height: 1.724;
}

.top-company .btn-usual {
  width: 23.417vw;
  max-width: 281px;
  font-weight: bold;
  border-color: #fff;
  color: #fff;
  background: transparent;
}

.top-company .btn-usual:after {
  border-color: #fff;
}

.top-company .btn-usual:hover {
  color: #c8161d;
}

.top-company .btn-usual:before {
  background: #fff;
}

.top-company .btn-usual:hover:after {
  border-color: #c8161d;
}

@media screen and (min-width: 1200px) {
  .top-company a {
    padding: 60px 0 53px;
  }
  
  .top-company-header {
    font-size: 32px;
  }
  
  .top-company-notes {
    font-size: 18px;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 640px) {
  .top-company {
    margin-bottom: 3vw;
  }
  
  .top-company a {
    flex-flow: column;
  }
  
  .top-company .top-company-text {
    order: 1;
  }
  
  .top-company .top-company-thumb {
    order: 0;
  }
  
  .top-company .top-company-text,
  .top-company .top-company-thumb {
    margin: 0 auto;
    width: 85%;
  }
  
  .top-company .top-company-thumb {
    margin-bottom: 1em;
  }
  
  .top-company:before {
    width: 100vw;
    left: -50vw;
  }
  
  .top-company-header {
    font-size: 4.117vw;
  }
  
  .top-company-notes {
    font-size: 2.55vw;
  }
  
  .top-company .btn-usual {
    width: 100%;
    margin: 0 auto 1em;
  }
}


/* 2020.03 add */

#maps_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#maps_wrap label {
  width: 50%;
  box-sizing: border-box;
  text-align: center;
  order: 1;
  display: block;
  padding: 1em 0.5em;
  cursor: pointer;
  border: solid 1px #c8161d;
  color: #c8161d;
  background: white;
  font-weight: bold;
  transition: all ease 0.2s;
}

#maps_wrap .tab {
  order: 2;
  flex-grow: 1;
  width: 100%;
  display: none;
  background: #fff;
}

#maps_wrap .map_stage {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 80%;
}

#maps_wrap .map_stage iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#maps_wrap input[type="radio"] {
  display: none;
}

#maps_wrap input[type="radio"]:checked + label {
  color: white;
  background: #c8161d;
}

#maps_wrap input[type="radio"]:checked + label + .tab {
  display: block;
}

#maps_wrap .tab {
  margin-top: 8px;
}

@media (max-width: 640px) {
  #maps_wrap label {
    font-size: 11px;
  }
  
  #maps_wrap label:nth-of-type(odd) {
    border-right: none;
  }
  
  #maps_wrap label:nth-of-type(n+3) {
    border-top: none;
  }
}

@media (min-width: 640px) {
  #maps_wrap label {
    position: relative;
    width: 24%;
    padding: 1em;
    border: solid 2px #c8161d;
  }
  
  #maps_wrap label::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 0;
    transition: all ease 0.2s;
  }
  
  #maps_wrap input[type="radio"]:checked + label::after {
    bottom: -12px;
    border-width: 10px 10px 0 10px;
    border-top-color: #c8161d;
  }
  
  #maps_wrap .tab {
    margin-top: 12px;
  }
  
  #maps_wrap .map_stage {
    padding-top: 50%;
  }
}

@media (min-width: 1200px) {}


/* #branch ========================================================================== */

#branch_table {
  width: 100%;
  border-collapse: collapse;
  border-top: solid 1px #dedede;
}

#branch_table td {
  padding: 0.25em 1em;
  border-bottom: solid 1px #dedede;
}

#branch_table th {
  padding: 0.25em 1em;
  background: #f8f8f8;
  border-bottom: solid 1px #dedede;
  font-weight: bold;
}

#branch_table th[scope="col"] {
  padding: 1em;
  color: white;
  border: solid 1px white;
  background: #c8161d;
}

#branch_table p {
  margin: 0.5em 0;
}

@media (max-width: 639px) {
  #branch_table {
    display: block;
    border-top: solid 1px #dedede;
  }
  
  #branch_table tr {
    display: block;
  }
  
  #branch_table td {
    display: block;
    box-sizing: border-box;
    width: 100%;
    border-bottom: solid 1px #dedede;
  }
  
  #branch_table th {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 0.5em 1em;
    text-align: left;
    border: none;
  }
  
  #branch_table th[scope="col"] {
    padding: 1em;
    color: white;
    border: solid 1px white;
    background: #c8161d;
  }
}

@media (min-width: 640px) {
  #branch_table p {
    margin: 1em 0;
  }
}


/* #group ========================================================================== */

#group_table {
  width: 100%;
  border-collapse: collapse;
  border-top: solid 1px #dedede;
}

#group_table td {
  padding: 0.25em 1em;
  border-bottom: solid 1px #dedede;
}

#group_table td.no_border {
  border-bottom: none !important;
}

#group_table th {
  width: 30%;
  padding: 0.25em 1em;
  text-align: left;
  font-weight: bold;
  background: #f8f8f8;
  border-bottom: solid 1px #dedede;
}

#group_table th[scope="col"] {
  padding: 1em;
  color: white;
  border: solid 1px white;
  background: #c8161d;
}

#group_table p {
  margin: 0.5em 0;
}

#group .group_business {
  display: inline-block;
  border-radius: 3px;
  color: white;
  padding: 0 0.5em;
  margin-right: 0.5em;
  background: #c8161d;
}

@media (max-width: 639px) {
  #group_table {
    display: block;
    border-top: solid 1px #dedede;
  }
  
  #group_table tr {
    display: block;
  }
  
  #group_table td {
    display: block;
    box-sizing: border-box;
    width: 100%;
    border-bottom: solid 1px #dedede;
  }
  
  #group_table th {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 0.5em 1em;
    text-align: left;
    border: none;
  }
  
  #group_table th[scope="col"] {
    padding: 1em;
    color: white;
    border: solid 1px white;
    background: #c8161d;
  }
}

@media (min-width: 640px) {
  #group_table p {
    margin: 1em 0;
  }
}