@charset "utf-8";
/* =========================================================
 »á†T¾²µÄÓÃ
========================================================= */

footer{
  font-family: 'Noto Sans JP', "¥á¥¤¥ê¥ª", "Meiryo", "Hiragino Sans", "¥Ò¥é¥®¥Î½Ç¥´ Pro W3", "Hiragino Kaku Gothic Pro", "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, sans-serif;
  background-color: #f2f2f2;
  position:relative;
  overflow: hidden;
  margin: 0 auto;
  min-width: 1000px;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  #footer {
    min-width: 0px;
  }
}

#footer .footAreaTopInner,
#footer .footNavArea,
#footer .footAreaBottom ul {
  max-width: 1000px;
  min-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 640px) {
  #footer .footAreaTopInner,
  #footer .footNavArea,
  #footer .footAreaBottom ul {
    max-width: 100%;
    min-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.footNavArea {
  padding-bottom: 20px;
}

@media print{
  footer{
    min-width: 0px;
  }
  .footNavWrapArea{
    display: none;
  }
}

/* ----- ¥Ú©`¥¸¥È¥Ã¥×¥Ü¥¿¥ó ----- */
.pgTopLinkWrap{
  position:fixed;
  right: 10px;
  bottom: 10px;
  z-index: 980;
  margin-top: 0;
}
.pgTopLinkWrap img{
  width: 66px;
}
.pgTopLink02:hover{
  opacity: 0.8;
}
@media only screen and (max-width: 640px) {
  .pgTopLinkWrap{
    right: 0px;
    bottom: 0px;
    z-index: 899;
  }
  .pgTopLink02:hover{
    opacity: 1;
  }
}

/* footAreaTop
--------------------------------------------------------- */

.footAreaTop {
  font-size: 13px;
  padding: 14px 15px;
  background-color: #dddddd;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .footAreaTop{
    padding: 30px 15px 15px;
  }
}
.footAreaTop .footAreaTopInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .footAreaTop .footAreaTopInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.footAreaTop .footAreaTop_items{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 640px) {
  .footAreaTop .footAreaTop_items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -16px;
  }
}
.footAreaTop .footAreaTop_items .footAreaTop_item {
  padding: 0 24px 0;
  margin: 0;
  z-index: 0;
  background: none;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .footAreaTop .footAreaTop_items .footAreaTop_item {
    padding: 0;
    margin-right: 15px;
    margin-bottom: 16px;
    width: 45%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    line-height: 1.8;
  }
}
.footAreaTop .footAreaTop_items .footAreaTop_item + .footAreaTop_item{
  border-left: 1px solid #666666;
}
@media only screen and (max-width: 640px) {
  .footAreaTop .footAreaTop_items .footAreaTop_item + .footAreaTop_item{
    border-left: none;
  }
}
.footAreaTop .footAreaTop_items .footAreaTop_item .footAreaTop_itemLink{
  position: relative;
  display: block;
  padding: 0 0 0 17px;
  color: #000;
  text-align: left;
  text-indent: -18px;
  text-decoration: underline;
}
.footAreaTop .footAreaTop_items .footAreaTop_item .footAreaTop_itemLink::before{
  color: #000;
  content: "";
  display: inline-block;
  height: 9px;
  width: 9px;
  background: url(/static/responsive/img/mem/icon_right_chevron.svg) no-repeat;
  background-size: cover;
  font-size: 23px;
  line-height: 1;
  left: 0;
  top: 0;
  bottom: 0;
  margin-right: 8px;
}
.footAreaTop .footAreaTop_items .footAreaTop_item .footAreaTop_itemLink.winPopup::before{
  background: url("/static/responsive/img/mem/icon_popup.svg") no-repeat;
  background-size: cover;
  height: 10px;
  width: 10px;
}
.footAreaTop .verisign {
  width: 100px;
  height: 72px;
}
@media only screen and (max-width: 640px) {
  .footAreaTop .verisign {
    margin-top: 10px;
  }
}

/* footAreaBottom
--------------------------------------------------------- */
.footNavWrapArea .footNavArea {
  width: 100%;
  max-width: 100%;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}
@media only screen and (max-width: 640px) {
  .footNavWrapArea .footNavArea{
    background-color: #ffffff;
  }
}
.footNavWrapArea .footNavArea .footNavAreaInner{
  font-size: 13px;
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0 50px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .footNavWrapArea .footNavArea .footNavAreaInner{
    width: 100%;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footNavWrapArea .footNavArea .footNavAreaInner .nav_contents{
  width: 168px;
}
@media only screen and (max-width: 640px) {
  .footNavWrapArea .footNavArea .footNavAreaInner .nav_contents{
    width: 100%;
    font-size: 16px;
  }
}
.footNavWrapArea .footNavArea .footNavAreaInner .nav_contents .nav_category_title{
  font-size: 16px;
  margin: 0 0 24px 0;
}
@media only screen and (max-width: 640px) {
  .footNavWrapArea .footNavArea .footNavAreaInner .nav_contents .nav_category_title{
    margin: 0;
    border-bottom: 1px solid #cccccc;
  }
}
.nav_category_title_sp{
  display: none;
}
@media only screen and (max-width: 640px) {
  .nav_category_title_sp{
    display: block;
  }
  .nav_category_title_sp .nav_category_titleLink{
    text-decoration: none;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 56px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    background-color: #CCC;
    padding: 15px 48px 17px 30px;
    position: relative;
  }
  .nav_category_title_sp .nav_category_titleLink::after{
    position: absolute;
    background: url(/static/responsive/img/mem/icon_right_chevron.svg) no-repeat center;
    content: '';
    width: 12px;
    height: 12px;
    right: 20px;
    top: 0;
    bottom: 0;
    left: auto;
    margin: auto;
  }
  .nav_category_title .nav_category_title_subText{
    color: #666666;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
    line-height: 1.3;
  }
  .nav_category_title.jsAccordion_active .nav_category_title_subText{
    color: #fff;
  }
}
.nav_category_title .nav_category_titleLink{
  display: block;
  color: #00846D;
  font-weight: bold;
  line-height: 20px;
  position: relative;
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  .nav_category_title.jsAccordion_active{
    background-color: #1A4832;
  }
  .nav_category_title .nav_category_titleLink{
    color: #333;
    text-decoration: none;
    pointer-events:none;
    font-size: 18px;
    line-height: 1.5;
    padding: 15px 95px 15px 20px;
  }
  .nav_category_title.jsAccordion_active .nav_category_titleLink{
    color: #fff;
  }
}
.nav_category_title .nav_category_titleLink::before{
  color: #000;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  background: url("/mem/responsive/img/ic-arrow-right.svg") no-repeat;
  background-size: cover;
  line-height: 1;
  position: absolute;
  left: 152px;
  top: calc(50% - 16px / 2);
}
@media only screen and (max-width: 640px) {
  .nav_category_title .nav_category_titleLink::before{
    background: url('/static/responsive/img/mem/icon_toggle_open.svg') no-repeat center;
    content: '';
    width: 16px;
    height: 16px;
    right: 20px;
    top: 0;
    bottom: 0;
    left: auto;
    margin: auto;
  }
  .nav_category_title.jsAccordion_active .nav_category_titleLink::before{
    background: url('/static/responsive/img/mem/icon_toggle_close_wh.svg') no-repeat center;
  }
}

@media only screen and (max-width: 640px) {
  .nav_contentBody{
    display: none;
  }
}

.nav_content + .nav_content{
  margin-top: 25px;
}
@media only screen and (max-width: 640px) {
  .nav_content{
    background-color: #F0F0F0;
  }
  .nav_content + .nav_content{
    margin-top: 0;
  }
}
@media only screen and (max-width: 640px) {
  .nav_contentInner{
    padding-left: 30px;
    margin-left: 0;
  }
}
.nav_content_title{
  font-size: 13px;
  font-weight: bold;
  color: #333333;
  line-height: 16px;
  margin: 0 0 16px 0;
}
@media only screen and (max-width: 640px) {
  .nav_content_title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    border-bottom: 1px dashed #CCC;
    min-height: 56px;
    font-size: 16px;
    padding: 15px 46px 14px 0;
    position: relative;
    margin: 0;
    color: #000;
  }
  .nav_content:last-child .nav_content_title {
    border-bottom-color: transparent;
  }
  .nav_content:last-child .nav_content_title.jsAccordion_active {
    border-bottom-color: #CCC;
  }
  .nav_content_title::after{
    position: absolute;
    background: url('/static/responsive/img/mem/icon_toggle_open.svg') no-repeat center;
    content: '';
    width: 16px;
    height: 16px;
    right: 20px;
    top: 0;
    bottom: 0;
    left: auto;
    margin: auto;
  }
  .nav_content_title.jsAccordion_active::after{
    background: url('/static/responsive/img/mem/icon_toggle_close.svg') no-repeat center;
  }
}
.nav_content_item{
  line-height: 16px;
}
@media only screen and (max-width: 640px) {
  .nav_content_items{
    display: none;
  }
  .nav_content_item{
    min-height: 56px;
    border-bottom: 1px dashed #CCC;
  }
}
.nav_content_items{
  margin-bottom: 24px;
  width: 144px;
}
.nav_content_item .nav_content_itemLink{
  display: block;
  color: #333333;
  text-decoration: none;
  position: relative;
  margin-bottom: 16px;
}
.nav_content_item .nav_content_item_blank_Link{
  display: block;
  color: #333333;
  text-decoration: none;
  position: relative;
  margin-bottom: 16px;
}
.nav_content_item .nav_content_itemLink::before{
  color: #000;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  background: url("/mem/responsive/img/ic-arrow-right.svg") no-repeat;
  background-size: cover;
  line-height: 16px;
  position: absolute;
  right: -24px;
  top: calc(50% - 16px / 2);
}
.nav_content_item .nav_content_item_blank_Link::before{
  color: #000;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  background: url("/mem/responsive/img/ic-blank.svg") no-repeat;
  background-size: cover;
  line-height: 1;
  position: absolute;
  left: 152px;
  top: calc(50% - 16px / 2);
}
@media only screen and (max-width: 640px) {
  .nav_content_item .nav_content_itemLink{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    padding: 15px 50px 17px 8px;
    color: #333;
  }
  .nav_content_item .nav_content_item_blank_Link{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    padding: 15px 50px 17px 8px;
    color: #333;
  }
  .nav_content:last-child .nav_content_item:last-child {
    border-bottom: transparent;
  }
  .nav_content_item .nav_content_itemLink::before{
    display: none;
  }
  .nav_content_item .nav_content_item_blank_Link::before{
    display: none;
  }
  .nav_content_item .nav_content_itemLink::after{
    position: absolute;
    background: url('/mem/responsive/img/ic-arrow-right.svg') no-repeat center;
    content: '';
    width: 16px;
    height: 16px;
    right: 20px;
    top: 0;
    bottom: 0;
    left: auto;
    margin: auto;
  }
  .nav_content_item .nav_content_item_blank_Link::after{
    position: absolute;
    background: url('/mem/responsive/img/ic-blank.svg') no-repeat center;
    content: '';
    width: 16px;
    height: 16px;
    right: 20px;
    top: 0;
    bottom: 0;
    left: auto;
    margin: auto;
  }
}
.nav_content_item + .nav_content_item{
  margin: 10px 0 0 0;
}
@media only screen and (max-width: 640px) {
  .nav_content_item + .nav_content_item{
    margin: 0;
  }
}
.footBottomArea {
  padding-bottom: 30px;
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 640px) {
  .footBottomArea {
    height: 59px;
  }
}
@media only screen and (max-width: 640px) {
  .footBottomArea{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 20px 15px 30px;
    background: #ffffff;
  }
}
@media only screen and (max-width: 640px) {
  .footBottomArea .footBreadCrumbArea{
    width: 100%;
  }
}
.footBottomArea .footBreadCrumbArea .breadCrumb_itemBody{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .footBottomArea .footBreadCrumbArea .breadCrumb_itemBody {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footBottomArea .footBreadCrumbArea .breadCrumb_itemBody .breadCrumb_item .breadCrumb_itemLink::before {
    content: "";
    display: block;
    height: 12px;
    width: 12px;
    background: url(/static/responsive/img/mem/icon_right_chevron.svg) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.footBottomArea .footBreadCrumbArea .breadCrumb_itemBody .breadCrumb_item {
  margin-left: 26px;
}
.footBottomArea .footBreadCrumbArea .breadCrumb_itemBody .breadCrumb_item:first-child {
  margin-left: 0px;
}
.footBottomArea .footBreadCrumbArea .breadCrumb_itemBody .breadCrumb_item.screenShareSupport {
  margin-left: 0px;
}
@media only screen and (max-width: 640px) {
  .footBottomArea .footBreadCrumbArea .breadCrumb_itemBody .breadCrumb_item,
  .footBottomArea .footBreadCrumbArea .breadCrumb_itemBody .breadCrumb_item:first-child {
    margin-left: 0px;
  }
}
.footBottomArea .footBreadCrumbArea .breadCrumb_itemBody .breadCrumb_item .breadCrumb_itemLink{
  display: block;
  color: #000;
  text-decoration: none;
  position: relative;
  padding-left: 15px;
}
@media only screen and (min-width: 640px) {
  .footBottomArea .footBreadCrumbArea .breadCrumb_itemBody .breadCrumb_item .breadCrumb_itemLink{
    font-size: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .footBottomArea .footBreadCrumbArea .breadCrumb_itemBody .breadCrumb_item .breadCrumb_itemLink{
    display: inline;
    font-size: 16px;
    color: #117766;
    text-decoration: underline;
  }
  .footBottomArea .footBreadCrumbArea .breadCrumb_itemBody .breadCrumb_item + .breadCrumb_item{
    margin-top: 10px;
  }
}

.footBottomArea .footBreadCrumbArea .breadCrumb_itemBody .breadCrumb_item .breadCrumb_itemLink::before{
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  background: url("/static/responsive/img/mem/icon_right_chevron.svg") no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.footBottomArea .footBreadCrumbArea .breadCrumb_itemBody .breadCrumb_item.screenShareSupport .breadCrumb_itemLink::before{
  background-image: none;
}
@media only screen and (max-width: 640px) {
  .footBottomArea .footBreadCrumbArea .breadCrumb_itemBody .breadCrumb_item.screenShareSupport .breadCrumb_itemLink::before{
    background: url("/static/responsive/img/mem/icon_right_chevron.svg") no-repeat;
  }
}

.footBottomArea .footSnsArea {
  width: 224px;
}
@media only screen and (max-width: 640px) {
  .footBottomArea .footSnsArea {
    width: 100%;
    margin-top: 30px;
  }
}
.footBottomArea .footSnsArea .sns_items{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .footBottomArea .footSnsArea .sns_items{
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footBottomArea .footSnsArea .sns_item + .sns_item{
    margin-left: 25px;
  }
}

.footBottomArea li.screenShareSupport{
  position: relative;
  right: 712px;
  bottom: 100px;
}
.footBottomArea .screenShareSupport img{
  display: block;
  width: 60px;
}
.footBottomArea .screenShareSupport span{
  display: none;
}
@media only screen and (max-width: 640px) {
  .footBottomArea .screenShareSupport img{
    display: none;
  }
  .footBottomArea .screenShareSupport span{
    display: inline;
  }
  .footBottomArea li.screenShareSupport{
    position: static;
  }
}

.sns_item_twitter img{
  width: 22px;
  height: 22px;
}
.sns_item_instagram img{
  width: 24px;
  height: 24px;
}
.sns_item_facebook img{
  width: 24px;
  height: 24px;
}
.sns_item_tiktok img{
  width: 24px;
  height: 24px;
}
.sns_item_youtube img{
  width: 24px;
  height: 24px;
}
.sns_item_line img{
  width: 24px;
  height: 24px;
}
@media only screen and (max-width: 640px) {
  .sns_item_twitter img{
    width: 30px;
    height: 30px;
  }
  .sns_item_instagram img{
    width: 32px;
    height: 32px;
  }
  .sns_item_facebook img{
    width: 32px;
    height: 32px;
  }
  .sns_item_tiktok img{
    width: 32px;
    height: 32px;
  }
  .sns_item_youtube img{
    width: 32px;
    height: 32px;
  }
  .sns_item_line img{
    width: 32px;
    height: 32px;
  }
}

/* ¥³¥Ô©`¥é¥¤¥È¥¨¥ê¥¢
--------------------------------------------------------- */
.footArea_copyright {
  background-color: #1a4832;
  padding: 10px 15px;
  text-align: center;
  font-size: 12px;
}
@media only screen and (max-width: 640px) {
  .footArea_copyright {
    font-size: 10px;
  }
}
#copyArea {
  color: #ffffff;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 0;
}
#copyArea small{
  font-size: 100%;
}

/* ¥Ý¥Ã¥×¥¢¥Ã¥×
--------------------------------------------------------- */

/********************** add ***********************/
/* PC */
@media only screen and (min-width: 641px) {
  #footer a:hover {
    opacity: 0.5;
  }
  .footAreaTop_itemLink {
    text-decoration: none;
  }
  .footNavAreaTitle {
    font-size: 18px;
    font-weight: bold;
    padding: 30px 0 25px;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 0;
  }
  .footAreaTop {
    padding: 30px 15px 15px;
  }
  .footAreaTop .footAreaTop_items .footAreaTop_item {
    margin-bottom: 15px;
    font-size: 14px;
    padding: 0 0 0 16px;
    position: relative;
  }
  .footAreaTop .footAreaTop_items .footAreaTop_item::after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 20px;
    background-color: #666666;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 22px;
  }
  .footAreaTop .footAreaTop_items .footAreaTop_item:last-child::after,
  .footAreaTop .footAreaTop_items .footAreaTop_item:nth-child(5)::after {
    display: none;
  }
  .footAreaTop .footAreaTop_items .footAreaTop_item .footAreaTop_itemLink {
    text-decoration: none;
    padding: 0 24px 0 0;
    font-size: 13px;
    margin-right: 18px;
  }
  .footAreaTop .footAreaTop_items .footAreaTop_item .footAreaTop_itemLink[target="_blank"],
  .footAreaTop .footAreaTop_items .footAreaTop_item .footAreaTop_itemLink.winPopup {
    margin-right: 50px;
  }
  .footAreaTop .footAreaTop_items .footAreaTop_item .footAreaTop_itemLink[target="_blank"]::after,
  .footAreaTop .footAreaTop_items .footAreaTop_item .footAreaTop_itemLink.winPopup::after {
    background-size: cover;
    color: #000;
    content: "";
    display: inline-block;
    height: 9px;
    width: 9px;
    background: url(/static/responsive/img/mem/icon_right_chevron.svg) no-repeat;
    background-size: cover;
    font-size: 23px;
    line-height: 1;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    position: absolute;
    right: -5px;
    top: 0;
    bottom: 0;
    left: auto;
    height: 16px;
    width: 16px;
  }

  .footAreaTop .footAreaTop_items .footAreaTop_item .footAreaTop_itemLink[target="_blank"]::after {
    background: url(/static/responsive/img/mem/ic-blank.svg) no-repeat;
  }
  .footAreaTop .footAreaTop_items .footAreaTop_item .footAreaTop_itemLink.winPopup::after {
    background: url(/static/responsive/img/mem/ic-popup.svg) no-repeat;
  }
  .footAreaTop .footAreaTop_items .footAreaTop_item .footAreaTop_itemLink::before{
    display: none;
  }
  .footAreaTop .footAreaTop_items .footAreaTop_item + .footAreaTop_item {
    border: none;
  }
  .footAreaTop .footAreaTop_items {
    flex-wrap: wrap;
  }
  .footBottomArea .footBreadCrumbArea .breadCrumb_itemBody .breadCrumb_item .breadCrumb_itemLink {
    font-size: 14px;
    padding-left: 0;
    padding-left: 20px;
  }
  .footBottomArea .footBreadCrumbArea .breadCrumb_itemBody .breadCrumb_item .breadCrumb_itemLink:hover {
    opacity: 0.5;
  }
  .footBottomArea .footBreadCrumbArea .breadCrumb_itemBody .breadCrumb_item .breadCrumb_itemLink::before {
    display: none;
  }
  .footBottomArea .footBreadCrumbArea .breadCrumb_itemBody .breadCrumb_item .breadCrumb_itemLink::after {
      content: "";
      display: block;
      height: 12px;
      width: 12px;
      background: url(/static/responsive/img/mem/icon_right_chevron.svg) no-repeat;
      background-size: cover;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto;
  }
  .footBottomArea .footBreadCrumbArea .breadCrumb_itemBody .breadCrumb_item.screenShareSupport .breadCrumb_itemLink::after {
    display: none;
  }
  .footArea_copyright {
    color: #ffffff;
  }
  .footBottomArea li.screenShareSupport {
    right: 721px;
  }
  .nav_category_title .nav_category_titleLink::before{
    background: url(/static/responsive/img/mem/icon_right_chevron.svg) no-repeat;
  }
  .nav_content_item .nav_content_itemLink::before {
    background: url(/static/responsive/img/mem/ic_arrow-right.svg) no-repeat;
  }
  .nav_content_item .nav_content_item_blank_Link::before {
    background: url(/static/responsive/img/mem/ic_blank.svg) no-repeat;
  }
}
/* SP */
@media only screen and (max-width: 640px) {
  .footAreaTop .footAreaTop_items .footAreaTop_item {
    width: auto;
    flex: none;
    position: relative;
    margin-right: 48px;
  }
  .footAreaTop .footAreaTop_items .footAreaTop_item::after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 16px;
    background-color: #666666;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: -24px;
  }
  .footAreaTop .footAreaTop_items .footAreaTop_item:last-child:after {
    display: none;
  }
  .footAreaTop .footAreaTop_items .footAreaTop_item .footAreaTop_itemLink {
    text-indent: 0;
    padding: 0;
    text-decoration: none;
  }
  .footAreaTop .footAreaTop_items .footAreaTop_item .footAreaTop_itemLink[target="_blank"],
  .footAreaTop .footAreaTop_items .footAreaTop_item .footAreaTop_itemLink.winPopup {
    padding: 0 24px 0 0;
  }
  .footAreaTop {
    padding: 30px 15px 30px;
  }
  .footAreaTop .footAreaTop_items .footAreaTop_item .footAreaTop_itemLink::before{
    display: none;
  }
  .footAreaTop .footAreaTop_items .footAreaTop_item .footAreaTop_itemLink::after{
    color: #000;
    content: "";
    display: block;
    position: absolute;
    height: 16px;
    width: 16px;
    background-size: cover;
    font-size: 23px;
    line-height: 1;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .footAreaTop .footAreaTop_items .footAreaTop_item .footAreaTop_itemLink[target="_blank"]::after {
    background: url(/static/responsive/img/mem/ic-blank.svg) no-repeat;
    background-size: cover;
  }
  .footAreaTop .footAreaTop_items .footAreaTop_item .footAreaTop_itemLink.winPopup::after {
    background: url(/static/responsive/img/mem/ic-popup.svg) no-repeat;
    background-size: cover;
  }
  .footBottomArea .footBreadCrumbArea .breadCrumb_itemBody .breadCrumb_item .breadCrumb_itemLink {
    text-decoration: none;
    padding-right: 0;
    padding-left: 20px;
    font-size: 14px;
  }
  .footBottomArea .footBreadCrumbArea .breadCrumb_itemBody .breadCrumb_item .breadCrumb_itemLink::before {
    display: none;
  }
  .footBottomArea .footBreadCrumbArea .breadCrumb_itemBody .breadCrumb_item .breadCrumb_itemLink::after {
    content: "";
    display: block;
    height: 12px;
    width: 12px;
    background: url(/static/responsive/img/mem/icon_right_chevron.svg) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .footArea_copyright {
    color: #ffffff;
  }
}