@charset "UTF-8";
/*
**  ===================================================================
**  /service/hoken_s/配下にて共通するパーツ用css
**  #contentNav
**    - ローカルナビ（ウィンドウ追従）
**  ===================================================================
*/

/*
**  ===================================================================
**  contentNav CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
#contentNav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow : 3px 3px 3px rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 10;
}

#contentNav .contentNav__inner {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding-right: 50px;
  box-sizing: border-box;
}

#contentNav .contentNav__inner > * {
  position: relative;
}

#contentNav .contentNav__inner > *:after {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/common/ico_nav_border.png) no-repeat;
  width: 23px;
  height: 23px;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
}

#contentNav .contentNav__inner .logo img {
  vertical-align: bottom;
}

#contentNav .contentNav__inner a {
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
}
#contentNav .contentNav__inner a small {
  font-size: 11px;
  display: block;
}

#contentNav .contentNav__inner a.internet {
  font-size: 12px;
  line-height: 1;
}

#contentNav .contentNav__inner a:link,
#contentNav .contentNav__inner a:visited,
#contentNav .contentNav__inner a:hover,
#contentNav .contentNav__inner a:active {
  text-decoration: none;
}

#contentNav .contentNav__inner a.tyoinori:link,
#contentNav .contentNav__inner a.tyoinori:visited,
#contentNav .contentNav__inner a.tyoinori:hover,
#contentNav .contentNav__inner a.tyoinori:active {
  color: #368ee5;
}

#contentNav .contentNav__inner a.motorcycle:link,
#contentNav .contentNav__inner a.motorcycle:visited,
#contentNav .contentNav__inner a.motorcycle:hover,
#contentNav .contentNav__inner a.motorcycle:active {
  color: #1a9236;
}

#contentNav .contentNav__inner a.cycle:link,
#contentNav .contentNav__inner a.cycle:visited,
#contentNav .contentNav__inner a.cycle:hover,
#contentNav .contentNav__inner a.cycle:active {
  color: #ad8501;
}

#contentNav .contentNav__inner a.golfer:link,
#contentNav .contentNav__inner a.golfer:visited,
#contentNav .contentNav__inner a.golfer:hover,
#contentNav .contentNav__inner a.golfer:active {
  color: #ff7c80;
}

#contentNav .contentNav__inner a.internet:link,
#contentNav .contentNav__inner a.internet:visited,
#contentNav .contentNav__inner a.internet:hover,
#contentNav .contentNav__inner a.internet:active {
  color: #076CB3;
}


#contentNav .contentNav__inner a:hover {
  opacity: 0.75;
}

#contentNav .contentNav__inner a i {
  display: block;
  margin-bottom: 3px;
}

#contentNav .contentNav__inner a.motorcycle i,
#contentNav .contentNav__inner a.cycle i {
  margin-bottom: 10px;
}


#contentNav .contentNav__inner a i img {
  vertical-align: bottom;
}

#update2020_emg .info202003{
  width: 50%;
  min-width: 960px;
  margin: 0 auto;
  padding: 20px;
  border: 3px solid #ff0000;
  border-radius: 10px;
  margin-top: 40px;
  margin-bottom: 20px;
}