#header_2020.fixed .header_logo {
  max-width: 90px; }

#header_2020.fixed .header_icon_flexitem {
  padding: 10px 0; }

#header_2020.fixed .header_icon_flex p {
  display: none; }

#header_2020.fixed .search_image {
  padding: 5px 10px; }

#header_2020.fixed .mypage_pull_down_menu {
  top: 50px; }

#header_2020.fixed .header_icon_flex p.mypage_pull_down_menu_forgot {
  display: block; }

#header_2020 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  background-color: #fff; }
  #header_2020 img {
    display: block;
    max-width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #header_2020 input,
  #header_2020 button,
  #header_2020 textarea,
  #header_2020 select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  #header_2020 .header_wrap {
    padding: 0 25px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  #header_2020 .header_lft {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px; }
  #header_2020 .header_rig {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1000px;
    flex: 0 0 1000px; }
  #header_2020 .header_logo {
    max-width: 110px;
    width: 100%; }
  #header_2020 .header_icon_flex {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 450px;
    flex: 0 0 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  #header_2020 .header_icon_flex p {
    margin-top: 5px;
    font-size: 11px;
    color: #4ccf8d;
    text-align: center; }
  #header_2020 .header_icon_flex img {
    margin: auto; }
  #header_2020 .header_icon_flex figure {
    min-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  #header_2020 .header_icon_flexitem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    display: block;
    padding: 10px 0;
    position: relative; }
  #header_2020 .header_icon_flexitem a {
    text-decoration: none; }
  #header_2020 .header_icon_flexitem_mypage:hover {
    background-color: #ececec; }
  #header_2020 .mypage_pull_down_menu {
    position: absolute;
    top: 77px;
    left: -250px;
    z-index: 100;
    background-color: #ececec;
    padding: 30px;
    width: 280px;
    display: none; }
  #header_2020 .mypage_pull_down_menu_wrap {
    margin-bottom: -46px; }
  #header_2020 .mypage_pull_down_menu_login {
    background-color: #4ccf8d;
    color: #fff;
    text-align: center;
    display: block;
    padding: 10px 0;
    border-radius: 10px;
    border-bottom: 3px solid #bdbdc6;
    font-weight: bold; }
  #header_2020 .header_icon_flex .mypage_pull_down_menu_forgot {
    padding: 10px 0;
    font-size: 14px;
    color: #434343; }
  #header_2020 .header_icon_flexitem_mypage .ui17 {
    display: none; }
  #header_2020 .mypage_pull_down_menu_register {
    background-color: #fff;
    color: #fff;
    text-align: center;
    display: block;
    padding: 10px 0;
    border-radius: 10px;
    border: 2px solid #4ccf8d;
    color: #4ccf8d;
    font-weight: bold;
    position: relative;
    z-index: 11; }
  #header_2020 .mypage_pull_down_menu_register_shadow {
    background-color: #4ccf8d;
    color: #fff;
    text-align: center;
    display: block;
    padding: 10px 0;
    border-radius: 10px;
    border-bottom: 3px solid #bdbdc6;
    font-weight: bold;
    position: relative;
    z-index: 10;
    top: -42px; }
  #header_2020 .search_text {
    display: block;
    width: 500px;
    background-color: #fff;
    border: 2px solid #4ccf8d;
    border-radius: 10px 0 0 10px;
    text-indent: 10px; }
  #header_2020 .header_rig_search {
    margin-right: 50px; }
  #header_2020 form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
  #header_2020 .search_image {
    display: block;
    padding: 8px 10px;
    max-width: 40px;
    width: 100%;
    border-radius: 0 10px 10px 0;
    position: relative;
    cursor: pointer;
    background-image: url(../img/header/ui15.png);
    background-repeat: no-repeat;
    background-size: 19px;
    background-position: center;
    border: 2px solid #4ccf8d;
    border-left: none; }
  #header_2020 .ui01 {
    max-width: 26px;
    width: 100%; }
  #header_2020 .ui02 {
    max-width: 25px;
    width: 100%; }
  #header_2020 .ui03 {
    max-width: 25px;
    width: 100%; }
  #header_2020 .ui04 {
    max-width: 25px;
    width: 100%; }
  #header_2020 .ui05 {
    max-width: 20px;
    width: 100%; }
  #header_2020 .ui06 {
    max-width: 26px;
    width: 100%; }
  #header_2020 .ui13 {
    max-width: 26px;
    width: 100%; }
  #header_2020 .ui14 {
    max-width: 26px;
    width: 100%; }
  #header_2020 .header_lft_sp {
    display: none; }
  #header_2020 .spmenu {
    background-image: url(../img/header/ui16.png);
    background-repeat: no-repeat;
    background-size: 40px 32px;
    background-position: center; }

#nav_2020.fixed {
  top: 50px; }

#nav_2020 {
  position: fixed;
  top: 77px;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #4ccf8d; }
  #nav_2020 img {
    display: block;
    max-width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #nav_2020 .nav_wrap {
    padding: 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #nav_2020 .nav_lft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  #nav_2020 .nav_sns_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #nav_2020 .nav_link {
    position: relative; }
  #nav_2020 .nav_link:hover {
    background-color: #37b877; }
  #nav_2020 .nav_link_a {
    padding: 10px 20px; }
  #nav_2020 .pull_down_menu {
    position: absolute;
    top: 42px;
    left: 0;
    z-index: 100;
    background-color: #ececec;
    padding: 30px;
    display: none;
    overflow-y: auto;
    max-height: 500px; }
  #nav_2020 .pull_down_menu::-webkit-scrollbar {
    background: #ccc;
    width: 10px; }
  #nav_2020 .pull_down_menu::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 50px;
    height: 50px; }
  #nav_2020 .pull_down_menu_ttl {
    display: block;
    padding-bottom: 15px; }
  #nav_2020 .pull_down_menu_ttl span {
    color: #cde380;
    font-weight: bold; }
  #nav_2020 .pull_down_box_ttl {
    display: inline-block;
    background-color: #4ccf8d;
    color: #fff;
    padding: 3px 10px;
    font-size: 12px;
    margin-bottom: 15px; }
  #nav_2020 .pull_down_ul {
    margin-bottom: 30px; }
  #nav_2020 .pull_down_menu .pull_down_ul:last-child {
    margin-bottom: 0; }
  #nav_2020 .pull_down_ul_li_a {
    font-size: 14px; }
  #nav_2020 .pull_down_menu_01 {
    width: 400px; }
  #nav_2020 .nav_link_a {
    font-size: 16px;
    color: #fff; }
  #nav_2020 .nav_link_a:hover {
    text-decoration: none; }
  #nav_2020 .nav_sns_flexitem {
    display: block;
    max-width: 20px;
    width: 100%;
    margin: auto;
    margin-right: 15px; }
  #nav_2020 .nav_sns_flexitem:last-child {
    margin-right: 0; }
  #nav_2020 .nav_bottom_linkarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #nav_2020 .ui20 {
    display: inline-block;
    max-width: 6px;
    vertical-align: middle;
    margin-right: 5px; }
  #nav_2020 .nav_campaign_area {
    padding: 20px 0; }
  #nav_2020 .nav_campaign_area_flexitem {
    display: block;
    margin-bottom: 15px; }
  #nav_2020 .pcv {
    display: block; }
  #nav_2020 .spv {
    display: none; }

#nav_bottom_linkarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 0;
  background-color: #eeeff0;
  margin-top: 119px; }
  #nav_bottom_linkarea li {
    border-right: 1px solid #9b9b9b;
    padding: 0 25px; }
  #nav_bottom_linkarea li a {
    display: block;
    font-size: 14px; }
  #nav_bottom_linkarea li a:before {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 10px; }
  #nav_bottom_linkarea li:last-child {
    margin-right: 0;
    border-right: none; }
  #nav_bottom_linkarea .nav_bottom_linkarea_link01 a:before {
    content: "";
    padding-left: 30px;
    background-image: url(../img/header/ui10.png);
    background-repeat: no-repeat;
    background-size: 30px 21px;
    background-position: center; }
  #nav_bottom_linkarea .nav_bottom_linkarea_link02 a:before {
    content: "";
    padding-left: 27px;
    background-image: url(../img/header/ui11.png);
    background-repeat: no-repeat;
    background-size: 27px;
    background-position: center; }
  #nav_bottom_linkarea .nav_bottom_linkarea_link03 a:before {
    content: "";
    padding-left: 25px;
    background-image: url(../img/header/ui12.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center; }

@media (min-width: 1px) and (max-width: 1220px) {
  #header_2020 .header_rig {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 700px;
    flex: 0 0 700px; }
  #header_2020 .search_text {
    width: 300px; } }

@media (min-width: 1px) and (max-width: 1100px) {
  #header_2020 .header_wrap {
    padding: 0 0px; }
  #header_2020 form {
    max-width: 300px;
    margin: auto; }
  #header_2020 .header_rig_search {
    display: none;
    margin-right: 0;
    position: absolute;
    top: 50px;
    left: 0;
    margin: auto;
    background: #eeeff0;
    z-index: 1000;
    width: 100%;
    text-align: center;
    padding: 20px 0; }
  #header_2020 .search_text {
    width: 250px; }
  #header_2020 .search_image {
    background-color: #fff; }
  #header_2020 .header_icon_flex p {
    display: none; }
  #header_2020 .header_rig {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset; }
  #header_2020 .header_logo {
    max-width: 80px;
    margin: auto; }
  #header_2020 .header_icon_flexitem01,
  #header_2020 .header_icon_flexitem02,
  #header_2020 .header_icon_flexitem03 {
    display: none; }
  #header_2020 .header_icon_flexitem_mypage {
    padding: 10px 15px; }
  #header_2020 .header_icon_flexitem_mypage:hover {
    background-color: #fff; }
  #header_2020 .header_icon_flexitem_mypage.clicked {
    padding: 10px 17px;
    background-color: #eeeff0; }
  #header_2020 .header_icon_flexitem_mypage .ui17 {
    display: none; }
  #header_2020 .header_icon_flexitem_mypage.clicked .ui05 {
    display: block; }
  #header_2020 .header_icon_flexitem_mypage.clicked .ui17 {
    display: block;
    width: 16px;
    height: 16px; }
  #header_2020 .header_icon_flexitem_mypage.clicked .ui05 {
    display: none; }
  #header_2020 .header_icon_flexitem {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset; }
  #header_2020 .header_lft_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  #header_2020 .spmenu {
    width: 20px;
    height: 16px;
    background-image: url(../img/header/ui16.png);
    background-repeat: no-repeat;
    background-size: 20px 16px;
    background-position: center;
    padding: 17px 15px; }
  #header_2020 .spmenu.clicked {
    width: 20px;
    height: 16px;
    background-image: url(../img/header/ui17.png);
    background-size: 16px 16px;
    background-color: #eeeff0; }
  #header_2020 .spsearch {
    width: 20px;
    height: 21px;
    background-image: url(../img/header/ui03.png);
    background-repeat: no-repeat;
    background-size: 20px 21px;
    background-position: center;
    padding: 14.5px 15px; }
  #header_2020 .spsearch.clicked {
    width: 20px;
    height: 20px;
    background-image: url(../img/header/ui17.png);
    background-size: 16px 16px;
    background-color: #eeeff0; }
  #header_2020 .header_icon_flex {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  #header_2020 .header_icon_flexitem {
    position: unset; }
  #header_2020 .header_icon_flexitem04 {
    padding: 10px 12px; }
  #header_2020 .mypage_pull_down_menu {
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    padding: 30px 0; }
  #header_2020 .mypage_pull_down_menu_wrap {
    padding: 0 30px; }
  #header_2020 .header_icon_flex .mypage_pull_down_menu_forgot {
    display: block; }
  #nav_2020 {
    overflow-y: auto;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    top: 50px;
    background-color: #ececec; }
    #nav_2020 .nav_wrap {
      padding: 30px 10px 80px;
      display: block; }
    #nav_2020 .nav_lft {
      display: block; }
    #nav_2020 .nav_rig {
      display: none; }
    #nav_2020 .nav_link:last-child {
      border-bottom: 1px solid #c0bebe; }
    #nav_2020 .nav_link_a {
      display: block;
      color: #313131;
      padding: 15px 0;
      border-top: 1px solid #c0bebe;
      position: relative; }
    #nav_2020 .nav_link_a:after {
      content: "";
      position: absolute;
      top: 10px;
      right: 0;
      font-size: 19px;
      font-weight: bold;
      width: 30px;
      height: 30px;
      text-align: center;
      background-image: url(../img/header/ui18.png);
      background-size: 6.5px 11px;
      background-position: center;
      background-repeat: no-repeat; }
    #nav_2020 .nav_link.clicked .nav_link_a:after {
      content: "";
      background-image: url(../img/header/ui19.png);
      background-size: 12px 6px;
      background-position: center;
      background-repeat: no-repeat; }
    #nav_2020 .nav_link:hover {
      background-color: #ececec; }
    #nav_2020 .pull_down_menu {
      width: auto;
      display: none;
      position: unset;
      padding: 0 10px 30px;
      max-height: unset;
      overflow-y: unset; }
    #nav_2020 .pcv {
      display: none; }
    #nav_2020 .spv {
      display: block; }
  #nav_bottom_linkarea {
    margin-top: 50px;
    margin-bottom: 0;
    padding: 15px 0 40px; }
    #nav_bottom_linkarea li {
      border-right: none;
      text-align: center; }
    #nav_bottom_linkarea .nav_bottom_linkarea_link01 a:before {
      background-size: 20px;
      margin-right: 5px; }
    #nav_bottom_linkarea .nav_bottom_linkarea_link02 a:before {
      background-size: 20px;
      margin-right: 5px; }
    #nav_bottom_linkarea .nav_bottom_linkarea_link03 a:before {
      background-size: 20px;
      margin-right: 5px; }
    #nav_bottom_linkarea .slick-dots {
      background-color: #eeeff0;
      bottom: 0;
      padding-bottom: 10px; }
    #nav_bottom_linkarea .slick-dots li {
      padding: 0; }
    #nav_bottom_linkarea .slick-dots li.slick-active button:before {
      color: #4ccf8d; } }
