body.dropdown-active {
    padding-right: 17px;
}
@supports (-ms-ime-align:auto) {
  body.dropdown-active {
    padding-right: 11px;
  }
}

@media not all and (min-resolution:.001dpcm) { 
  @media{
    body.dropdown-active {
      padding-right: 0px;
    }
  }
}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) { 
  @media{
    body.dropdown-active {
      padding-right: 0px;
		}
	}
}

hr {
  -webkit-box-sizing: content-box;
}

legend {
  -webkit-box-sizing: border-box;
}

[type='checkbox'], [type='radio'] {
  -webkit-box-sizing: border-box;
}

iframe[name="google_conversion_frame"] {
	position: absolute; top: 0;
}

.link-color{
  color:#333;
}

/* Transition Off
----------------------------------------------- */
.no-trans * {
  transition: none !important;
  -webkit-transition: none !important;
}

/* ----------------------------------------------------------------
    Centering Content
----------------------------------------------------------------- */
.l-header-inner, .l-shortcut-inner, .l-path-inner, .footer-inner, .l-content-inner, .l-contact-inner{
  margin: 0 auto;
  width: 960px;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* ----------------------------------------------------------------
    Pseudo element (Block)
----------------------------------------------------------------- */
.l-header-form-txt:before, .l-header-switcher:before, .l-header-switcher:after, .l-global-inner > li > a:after, .l-global-link a:before, .l-global-btn-close button:before, .l-global-btn-close button:after, .local-hdg a:before, .local-nav > li > a:before, .local-nav .local-child > li > a:before, .local-nav .local-grandchild a:before, .footer-nav-top a:before, .footer-group:before, .footer-link-list a:before, .footer-link-list-02 a:before, .l-hdg-l2:before, .l-hdg-l2.l-has-item .l-hdg-blln:before, .l-hdg-l4:before, .l-hdg-point > .l-hdg-mark > .l-hdg-inner:before, .l-hdg-conv:before, .l-txt-check:before, .l-txt-attn:before, .l-list > li:before, .l-list-check > li:before, .l-list-attn:before, .l-list-attn li:before, .l-list-rank .l-list-wrap > .l-list-num.l-low > span:before, .l-list-rank .l-list-wrap > .l-list-num.l-low > span:after, .l-tbl .l-tbl-cell-panel > .l-tbl-inner:before, .l-tbl .l-tbl-cell-panel > .l-tbl-inner:after, .l-uni-link-list-line .link-list-item a:before, [class*='btn-'].l-set-base.l-icon:before, .l-icon.btn-media:after, .l-carousel-fade .l-carousel-control .l-carousel-next button:before, .l-carousel-fade .l-carousel-control .l-carousel-prev button:before, .l-carousel-player button:before, .l-carousel-player button:after, .l-carousel-player button span:after, .l-carousel-control .l-carousel-next button:before, .l-carousel-control .l-carousel-next button:after, .l-carousel-control .l-carousel-prev button:before, .l-carousel-control .l-carousel-prev button:after, .l-t-hdg-l2 .l-hdg-main.l-icon-attn:before, .l-uni-hdg-proverb:before, .l-uni-hdg-proverb:after, .l-uni-btn:before, .l-uni-panel-faq .l-panel-list a:before, .l-uni-icon-mark:before, .l-uni-search-market-txt:before, .l-uni-panel-cp .l-panel-hdg .l-main a > span:before {
  display: block;
  content: '';
}

/* ----------------------------------------------------------------
    Loading Spritesheet
----------------------------------------------------------------- */
.l-header-form-txt:before, .l-header-link-list .l-doc:before, .l-header-link-list .l-store:before, .l-hdg-point > .l-hdg-mark > .l-hdg-inner:before, .l-txt-check:before, .l-txt-attn:before, .l-list-check > li:before, .l-list-attn:before, .l-link-icon.l-question:before, .l-link-icon.l-document:before, .l-icon.l-beginner:after, .l-icon.l-qa:after, .l-icon.l-search:after, .l-btn.l-icon.l-equity:after, .l-icon.l-equity.l-btn-media:after, .l-btn.l-icon.l-equity-foreign:after, .l-icon.l-equity-foreign.l-btn-media:after, .l-btn.l-icon.l-deposit:after, .l-icon.l-deposit.l-btn-media:after, .l-btn.l-icon.l-deposit-foreign:after, .l-icon.l-deposit-foreign.l-btn-media:after, .l-btn.l-icon.l-tax-financial:after, .l-icon.l-tax-financial.l-btn-media:after, .btn.l-icon.l-account:after, .l-icon.l-account.btn-media:after, .l-btn.l-icon.l-bank:after, .l-icon.l-bank.l-btn-media:after, .l-btn.l-icon.l-leaf:after, .l-icon.l-leaf.btn-media:after, .btn.l-icon.l-pension:after, .l-icon.l-pension.btn-media:after, .btn.l-icon.l-pension-book:after, .l-icon.l-pension-book.l-btn-media:after, .l-btn-login.l-icon:before, .l-btn-open.l-icon:before, .l-btn-request.l-icon.l-doc:before, .l-btn-other.l-icon.l-doc:before, .l-btn-other.l-icon.l-store:before, .l-t-hdg-l2 .l-hdg-main.l-icon-attn:before, .l-uni-search-market-txt:before {
  background-image: url(../images/icon/sprite.png);
}

/* ----------------------------------------------------------------
    Header
----------------------------------------------------------------- */
/* .l-header
----------------------------------------------- */
.l-header {
  position: relative;
  /* ドロップダウンのエリアと同じ色にする必要有 */
  z-index: 300;
  margin: 0 0 18px;
  background: rgba(0,0,0,0.2);
  font-size: 14px;
}

.l-header:before {
  display: none;
  content: "";
  width: 100%;
  position: absolute;
  top: 194px;
  bottom: 0;
  background-color: rgba(255,255,255,0.1);
}

.dropdown-active .l-header:before {
  display: block;
}

body.dropdown-active {
  overflow: hidden;
}

.dropdown-active .l-header {
  position: fixed;
  top: 0;
  bottom: -18px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.dropdown-active .l-header.is-fixed {
  bottom: -45px;
}

.l-header a {
  text-decoration: none;
}

/* .l-header-frame
----------------------------------------------- */
.l-header-frame {
  display: table;
  padding: 0 0 16px;
  width: 100%;
  background: #fff;
  table-layout: fixed;
}

.l-header-frame.is-houjin {
	border-bottom: 1px solid #d4d4d4;
}

/* .l-header-inner
----------------------------------------------- */
.l-header-group > .l-header-inner {
  padding: 25px 0 0;
}

.l-header-form-txt:before {
  position: absolute;
  top: 6px;
  left: 9px;
  width: 18px;
  height: 17px;
  background-position: -69px -44px;
  background-size: 185px auto;
  -webkit-background-size: 185px auto;
}

.l-header-form-txt input {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 2px 0 0 35px;
  width: 188px;
  height: 30px;
  border: 1px solid #c9c8c8;
  border-right-color: transparent;
  border-radius: 3px 0 0 3px;
  vertical-align: top;
}

.l-header-form-txt button {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-width: 74px;
  min-height: 30px;
  border: 0;
  border-radius: 0 3px 3px 0;
  background: #c1c1c1;
  vertical-align: top;
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
  -webkit-transition: all .5s cubic-bezier(.23, 1, .32, 1);
}

/* .l-header-primary
----------------------------------------------- */
.l-header-primary {
  float: left;
  margin: 0 0 0 22px;
}

/* .l-header-link-list
----------------------------------------------- */
.l-header-link-list {
  margin: 11px 0 7px 22px;
  font-size: 14px;
  float: left;
}

.l-header-link-list li:nth-of-type(1n){
  padding-bottom: 5px;
}

.l-header-link-list li a{
  color: #333;
  text-decoration: none;
}

.l-header-link-list a:before {
  position: relative;
  top: 1px;
  margin: 0 5px 0 0;
}

.l-header-link-list .-doc:before {
  width: 16px;
  height: 15px;
  background-position: -14px -164px;
  background-size: 185px auto;
  -webkit-background-size: 185px auto;
}

.l-header-link-list .-store:before {
  width: 17px;
  height: 14px;
  background-position: -20px -147px;
  background-size: 185px auto;
  -webkit-background-size: 185px auto;
}

.l-header-btn-list li {
  float: left;
  margin: 0 0 0 10px;
  min-width: 186px;
}

/* .l-header-link-list-02
----------------------------------------------- */
.l-header-link-list-02 {
  display: table;
  float: left;
  margin: 0;
  font-size: 13px;
  line-height: 1;
}

.l-header-link-list-02 a {
  display: block;
  padding: 7px 10px;
  color: inherit;
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
  -webkit-transition: all .5s cubic-bezier(.23, 1, .32, 1);
}

.l-header-switcher button {
  display: block;
  padding: 7px 5px;
  border: 0;
  background: none;
  color: inherit;
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
  -webkit-transition: all .5s cubic-bezier(.23, 1, .32, 1);
}

/* ----------------------------------------------------------------
    Global Navigation
----------------------------------------------------------------- */
/* .l-global-nav
----------------------------------------------- */
.l-global-nav {
  position: relative;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  background-color: #f4f4f4;
}

/* .l-global-inner
----------------------------------------------- */
.l-global-inner {
  margin: 0 auto;
  width: 960px;
}

.l-global-inner > li {
  float: left;
  width: 160px;
  height: 54px;
  text-align: center;
  border-left: 1px solid #d4d4d4;
  box-sizing: border-box;
}

.l-global-inner > li:last-child {
  border-right: 1px solid #d4d4d4;
}

/*_:content, _:future, .l-global-inner > li:last-child:not(*:root) { 
  padding-right: 3px;
}*/

.l-global-inner > li > span {
  display: block;
  width: 159px;
  padding: 10px 0;
  cursor: pointer;
  position: relative;
  color: #333;
  line-height: 17px;
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
  -webkit-transition: all .5s cubic-bezier(.23, 1, .32, 1);
}

/* ---------- directanswer ---------- */
.l-global-inner > li > span > a {
  color: #333;
}

.l-global-inner .p-top-nav{
  margin-top: -9px !important;
  display: block;
  padding-bottom: 10px;
}

.l-global-inner > li > span:before,
.l-global-inner > li > span:after {
  display: inline-block;
  content: '';
}

.l-global-inner > li > span:after {
    position: absolute;
    top: 25px;
    right: 11px;
    margin: -4px 0 0;
    width: 6px;
    height: 6px;
    border: 3px solid #680717;
    border-bottom: transparent;
    border-left: transparent;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

/*
.l-global-inner > li > a:after {
  position: absolute;
  bottom: -1px;
  left: 50%;
  z-index: 500;
  width: 0;
  height: 0;
  border-right: 13.5px solid transparent;
  border-bottom: 14px solid #5a5959;
  border-left: 13.5px solid transparent;
  opacity: 0;
  transition: all .3s cubic-bezier(.23, 1, .32, 1);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
*/

.l-global-inner > li .l-comment-new-infomation {
  position: relative;
}

.l-global-inner > li .l-comment-new-infomation p {
  position: absolute;
  padding: 2px 0;
  width: 160px;
  color: #fff;
  background-color: #c22112;
  border-radius: 4px;
  margin: 0 auto;
  top: -14px;
  left: 0;
  right: 0;
  font-size: 11px;
}

.l-global-inner > li .l-comment-new-infomation p:after {
  position: absolute;
  display: block;
  bottom: -5px;
  left: 50%;
  width: 0px;
  height: 0px;
  border-top: 5px solid #c22112;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
}

/* .l-global-content
----------------------------------------------- */
.l-global-content {
  position: absolute;
  top: 55px;
  left: 0;
  z-index: 100;
  display: none;
  width: 100%;
  text-align: left;
}

.l-global-content a {
  color: #333;
}

/* .l-global-body
----------------------------------------------- */
.l-global-body {
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 54px auto 0;
  padding: 20px 20px 50px 20px;
  max-width: 1000px;
  background: #fff;
  display: none;
}

/* .l-global-link
----------------------------------------------- */
.l-global-link {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 16px;
}
.l-global-link a:hover{
	text-decoration:underline;
}
.l-global-link a, .l-global-link span {
  position: relative;
  display: block;
  padding: 8px 20px 7px 9px;
  border-bottom: 1px dashed #9c9b9b;
  color: #333;
}
.l-global-link a {
  padding-left: 13px;
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
}

.l-global-link a.l-parent {
  padding: 10px 20px 9px 20px;
  background-color: #680717;
  border-bottom: none;
  text-decoration: none;
  color: #fff;
  border-radius: 3px;
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
}

.l-global-link-border{
  border-bottom: 1px dashed #9c9b9b;
  padding: 8px 20px 7px 0px;
}

.l-global-link a:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin: -4px 0 0;
  width: 5px;
  height: 5px;
  border: 1px solid #333;
  border-bottom: transparent;
  border-left: transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.l-global-link a.l-parent:before {
  left: auto;
  width: 4px;
  height: 4px;
  right: 20px;
  border-width: 2px;
  border-color: #fff;
}

.l-global-link a.l-parent:hover, .l-global-link a.l-parent:active, .l-global-link a.l-parent:focus {
  text-decoration: none;
  opacity: 0.7;
}

.l-global-link-02 a:hover, .l-global-link-02 a:active, .l-global-link-02 a:focus {
  background: #fff;
  color: #333;
  text-decoration: underline;
}

/* .l-global-btn-close
----------------------------------------------- */
.l-global-btn-close {
  position: absolute;
  bottom: 25px;
  right: 20px;
  margin: 0;
  min-width: 60px;
}

.l-global-btn-close button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 2px 13px 3px 27px;
  width: 100%;
  border: 0;
  border-radius: 3px;
  color: #fff;
  background: #333;
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
}

.l-global-btn-close button:before, .l-global-btn-close button:after {
  position: absolute;
  top: 3px;
  left: 14px;
  background: #fff;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.l-global-btn-close button:before {
  top: 6px;
  width: 2px;
  height: 14px;
}

.l-global-btn-close button:after {
  top: 12px;
  width: 14px;
  height: 2px;
}

.l-global-btn-close button:hover, .l-global-btn-close button:active, .l-global-btn-close button:focus {
  opacity: 0.7;
}

/* ----------------------------------------------------------------
    Footer
----------------------------------------------------------------- */
/* .footer-nav-top
----------------------------------------------- */
.footer{
  font-size: 16px;
}

.footer-nav-top {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  margin: 0;
  width: 100%;
  text-align: center;
  display: none;
}

.footer-nav-top a {
  position: absolute;
  right: 20px;
  bottom: 125px;
  display: table;
  box-sizing: border-box;
  padding: 53px 0 0;
  width: 80px;
  height: 80px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  text-decoration: none;
}

.footer-nav-top a:hover{
  opacity: 0.6; 
}
.footer-nav-top a:hover, .footer-nav-top a:active, .footer-nav-top a:focus {
  background: rgba(0, 0, 0, 0.25);
}

/* .footer-group-02
----------------------------------------------- */
.footer-group-02 {
  border-bottom: 1px solid #000;
  background: #e5dfd3;
  color: #fff;
}

/* .footer-group-03
----------------------------------------------- */
.footer-group-03 {
  background: #680717;
  color: #fff;
  border-bottom: 1px solid #500915;
}

.footer-group-03 .footer-link-list-03 li a{
  font-size: 14px;
}

/* .footer-panel
----------------------------------------------- */
.footer-panel {
  box-sizing: border-box;
  margin: 0 0 10px;
  padding: 16px 20px 15px;
  width: 100%;
  background-color: #fff;
  color: #333;
}

.fn-header-fixed.is-fixed {
  position: fixed;
  top: 0;
  z-index: 150;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
}

/* Control float
----------------------------------------------- */

.flL{
float:left;
}

.flR{
float:right;
}


/*----------1709------------*/


.lyt-contactbox-01{
  height:100px;
  display:table;
}

.lyt-contactbox-02{
  width: 635px;
  display: table-cell;
  vertical-align:middle;
}

.lyt-contactbox-02 li{
  float: left;
  width: 300px;
}

.lyt-contactbox-02 li{
  margin-right: 15px;
}

.lyt-contactbox-03 p{
  text-align: center;
}

.lyt-contactbox-03 p:first-child{
  font-size: 15px;
  font-weight: bold;
  margin-top: 10px;
}

.lyt-contactbox-03 p:last-child{
  font-size: 12px;
}

.l-content-under-nav{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    width: 100%;
  display: none;
}

.l-content-under-nav .lyt-contactbox-01{
  padding: 8px 0 1px;
}

.l-header-form-txt:before,.l-header-link-list .l-doc:before,.l-header-link-list .l-store:before,.l-hdg-point > .l-hdg-mark > .l-hdg-inner:before,.l-txt-check:before,.l-txt-attn:before,.l-list-check > li:before,.l-list-attn:before,.l-link-icon.l-question:before,.l-link-icon.l-document:before,.l-icon.l-beginner:after,.l-icon.l-qa:after,.l-icon.l-search:after,.l-btn.l-icon.l-equity:after,.l-icon.l-equity.l-btn-media:after,.l-btn.l-icon.l-equity-foreign:after,.l-icon.l-equity-foreign.l-btn-media:after,.l-btn.l-icon.l-deposit:after,.l-icon.l-deposit.l-btn-media:after,.l-btn.l-icon.l-deposit-foreign:after,.l-icon.l-deposit-foreign.l-btn-media:after,.l-btn.l-icon.l-tax-financial:after,.l-icon.l-tax-financial.l-btn-media:after,.l-btn.l-icon.l-account:after,.l-icon.l-account.l-btn-media:after,.l-btn.l-icon.l-bank:after,.l-icon.l-bank.l-btn-media:after,.l-btn.l-icon.l-leaf:after,.l-icon.l-leaf.l-btn-media:after,.l-btn.l-icon.l-pension:after,.l-icon.l-pension.l-btn-media:after,.l-btn.l-icon.l-pension-book:after,.l-icon.l-pension-book.l-btn-media:after,.l-btn-login.l-icon:before,.l-btn-open.l-icon:before,.l-btn-request.l-icon.l-doc:before,.l-btn-other.l-icon.l-doc:before,.l-btn-other.l-icon.l-store:before,.l-panel-attn.l-top > * .l-iconAttent:before, .l-tooltip-link:before, .l-t-hdg-l2 .l-hdg-main.l-icon-attn:before, .l-uni-search-market-txt:before {
    background-image: url(../images/icon/sprite.png);
}
.l-header-link-list a:before, .l-global-inner .l-service:before, .l-link-icon:before, .l-icon:after, .l-nav-toc a:after, .l-panel-attn.l-top > * .l-iconAttent:before, .l-panel-note > .l-panel-hdg:before, .l-tooltip-link:before, .l-uni-link-proverb .l-link-nav:after {
    display: inline-block;
    content: '';
}
.l-header-group-02:after, .l-header-inner:after, .l-header-multifn:after, .l-header-link-list:after, .l-header-btn-list:after, .l-global-inner:after, .footer-grid:after, .footer-grid-02:after, .footer-link-list.l-grid:after, .l-list-line:after, .l-list-desc:after, .l-nav-toc-qa li:after, .l-nav-toc-qa p:after, .l-nav-pagination:after, .l-grid:after, .l-media-lyt:after, .l-carousel-item:after, .l-t-list-sns:after, .l-t-grid:after, .l-uni-link-list-line:after, .l-uni-panel-faq .l-panel-list:after, .l-uni-lyt-btn:after, .l-uni-lyt-btn .l-lyt-list-btn:after, .l-uni-lyt-btn-02:after, .l-uni-lyt-panel-search .l-panel-list-desc-02:after, .l-uni-list-bnr:after, .l-brc-grid:after, .l-brc-lyt-map .l-lyt-list:after, .l-content-row.l-col2 .l-content-inner:after {
    display: block;
    clear: both;
    content: '';
}

.l-header-link-list a:before {
    position: relative;
    top: 1px;
    margin: 0 5px 0 0;
}

.l-header-link-list .l-doc:before {
    width: 16px;
    height: 15px;
    background-position: -14px -164px;
    background-size: 185px auto;
    -webkit-background-size: 185px auto;
}

.l-header-link-list .l-store:before {
    width: 17px;
    height: 14px;
    background-position: -20px -147px;
    background-size: 185px auto;
    -webkit-background-size: 185px auto;
}

.l-header-btn-list {
    margin: 0 0 0 -5px;
}

.l-header-btn-list li {
    float: left;
    margin: 0 0 0 10px;
    min-width: 186px;
}

.l-header-btn-list [class*='l-btn-'].l-set-base {
  padding: 15px 8px;
  font-weight: normal;
  font-size: 18px;
}

.l-header-btn-list [class*='l-btn-'].l-set-base {
    padding: 15px 8px;
    font-weight: normal;
    font-size: 18px;
}

[class*='l-btn-'].l-set-base {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    padding: 22px 14px 20px;
    width: 100%;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    transition: all .5s cubic-bezier(.23, 1, .32, 1);
}

.l-btn-open {
    border: 0;
    background: #c6911f;
    color: #fff;
}
.l-btn-open:visited {
  color: #fff;
}

.l-btn-login {
    border: 0;
    background: #c22112;
    color: #fff;
}
.l-btn-login:visited {
    color: #fff;
}

.l-header-search {
    float: left;
    padding-top: 2px;
}

.l-header-multifn {
    float: right;
}

.l-header-form-txt button {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-width: 74px;
  min-height: 30px;
  border: 0;
  border-radius: 0 3px 3px 0;
  background: #c1c1c1;
  vertical-align: top;
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
  -webkit-transition: all .5s cubic-bezier(.23, 1, .32, 1);
}

.l-header-group {
    display: table-footer-group;
    width: 100%;
}

.l-header-group-02 {
    display: table-header-group;
    width: 100%;
    background: #680717;
    color: #fff;
}

.l-header-link-list-02 {
    display: table;
    float: left;
    margin: 0;
    font-size: 13px;
    line-height: 1;
}

.l-header-link-list-02.l-right, .l-header-link-list-02._right {
    float: right;
}

.l-header-link-list-02 li {
    display: table-cell;
    vertical-align: middle;
}

.l-header-link-list-02 b {
    font-weight: normal;
}

.l-header-link-list-02 b a {
    background: #260006;
}

.l-header-link-list-02 a {
    display: block;
    padding: 7px 10px;
    color: inherit;
    transition: all .5s cubic-bezier(.23, 1, .32, 1);
    -webkit-transition: all .5s cubic-bezier(.23, 1, .32, 1);
}

.l-header-switcher {
    position: relative;
    display: table;
    margin: 0 0 0 10px;
    padding: 0 0 0 20px;
    line-height: 1;
}

.l-header-switcher:before {
    left: 0;
    background: #490510;
}

.l-header-switcher dt {
    padding: 0 8px 0 0;
}

.l-header-switcher dt, .l-header-switcher dd {
    display: table-cell;
    vertical-align: middle;
}

.l-header-switcher dt, .l-header-switcher dd {
    display: table-cell;
    vertical-align: middle;
}

.l-header-switcher .is-selected {
    background: #260006;
}

.l-header-switcher button {
    display: block;
    padding: 7px 5px;
    border: 0;
    background: none;
    color: inherit;
    transition: all .5s cubic-bezier(.23, 1, .32, 1);
    -webkit-transition: all .5s cubic-bezier(.23, 1, .32, 1);
}

.l-header-logo {
    display: inline-block;
    float: left;
    font-size: 2em;
    padding: 7px 0 0;
}

.l-global-inner .l-top-nav {
    margin-top: -9px !important;
    display: block;
    padding-bottom: 10px;
}

.l-global-nav .l-grid {
    margin-top: -4px;
}

.l-grid[data-col='4'] {
    margin-left: -2.08333%;
}

.l-grid {
    margin-top: -15px;
    margin-bottom: 15px;
}

.l-grid[data-col='4'] > .l-grid-col:nth-child(4n+1) {
    clear: both;
}

.l-grid[data-col='4'] > .l-grid-col:nth-child(4n+1) {
    clear: both;
}

.l-global-nav .grid > .l-grid-col {
    margin-top: 4px;
}

.l-grid[data-col='4'] > .l-grid-col {
    margin-left: 2.04082%;
    width: 22.95918%;
}

.l-grid > .l-grid-col {
    float: left;
    margin-top: 15px;
}

.l-grid > .l-grid-col > :last-child {
    margin-bottom: 0;
}

.l-global-nav .grid > .l-grid-col {
    margin-top: 4px;
}

.l-grid[data-col='4'] > .l-grid-col {
    margin-left: 2.04082%;
    width: 22.95918%;
}

.l-global-link-02 a {
    display: inline-block;
    box-sizing: border-box;
    padding: 4px 8px;
    width: 100%;
    border-radius: 5px;
    transition: all .5s cubic-bezier(.23, 1, .32, 1);
}

.l-global-link a {
    padding-left: 13px;
    transition: all .5s cubic-bezier(.23, 1, .32, 1);
}

.l-global-link a, .l-global-link span {
    position: relative;
    display: block;
    padding: 8px 20px 7px 9px;
    border-bottom: 1px dashed #9c9b9b;
    color: #333;
}

.l-global-link.l-lyt-hdg {
    max-width: none;
    background: none;
}

.l-global-link {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 16px;
}

.l-grid[data-col='4'] > .l-grid-col:nth-child(4n+1) {
    clear: both;
}

.l-global-nav .grid > .l-grid-col {
    margin-top: 4px;
}

.l-grid[data-col='4'] > .l-grid-col {
    margin-left: 2.04082%;
    width: 22.95918%;
}

.l-grid > .l-grid-col {
    float: left;
    margin-top: 15px;
}

.l-global-nav .l-grid-col .l-grid[data-col='2'] {
    margin-left: -4.25532%;
}

.l-grid[data-col='2'] {
    margin-left: -2.08333%;
}

.l-global-nav .l-grid-col .l-grid[data-col='2'] > .l-grid-col {
    margin-left: 4.08163%;
    width: 45.91837%;
}

.l-grid[data-col='2'] > .l-grid-col:nth-child(2n+1) {
    clear: both;
}

.l-grid[data-col='2'] > .l-grid-col {
    margin-left: 2.04082%;
    width: 47.95918%;
}

.l-global-link a {
    padding-left: 13px;
    transition: all .5s cubic-bezier(.23, 1, .32, 1);
    -webkit-transition: all .5s cubic-bezier(.23, 1, .32, 1);
}

.l-grid[data-col='3'] {
    margin-left: -1.5625%;
}

.l-global-lyt-bnr ul {
    display: table;
    margin: 0;
    width: 100%;
    border-spacing: 20px;
    border-collapse: separate;
    table-layout: fixed;
    text-align: right;
}

.l-global-lyt-bnr li {
    display: table-cell;
    vertical-align: top;
}

.l-global-lyt-bnr {
    margin: -20px -20px 0;
}

.l-global-lyt-bnr a {
    display: inline-block;
}

.l-grid[data-col='2'].l-anomalous > .l-grid-col.l-narrow {
    width: 30.5949%;
}

.l-grid[data-col='2'].l-anomalous > .l-grid-col {
    margin-left: 2.83286%;
}

.l-grid[data-col='3'] > .l-grid-col:nth-child(3n+1) {
    clear: both;
}

.l-global-nav .l-grid > .l-grid-col {
    margin-top: 4px;
}

.l-grid[data-col='3'] > .l-grid-col {
    margin-left: 1.53846%;
    width: 31.79487%;
}

.l-grid[data-col='2'].l-anomalous > .l-grid-col.l-wide {
    width: 63.73938%;
}

.l-grid[data-col='2'].l-anomalous > .l-grid-col {
    margin-left: 2.83286%;
}

#recommend_c {
  display: none;
}

.footer .content-under-nav{
  position: fixed;
  bottom: 0;
  width: 100%;
}

.footer .content-row-02 {
  background: #f3ede4;
}

#rt_recommend_c > div {
  width: 960px;
  margin: 0 auto;
}

.l-header .comment-new-infomation {
  position: relative;
}

.l-header .comment-new-infomation p {
  position: absolute;
  padding: 4px 0;
  width: 12em;
  min-width: 13em;
  color: #fff;
  background-color: #c22112;
  border-radius: 4px;
  margin: 0 auto;
  top: -14px;
  left: 50%;
  right: 0;
  font-size: 1.1rem;
  line-height: 1;
  display: inline-block;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.l-header .comment-new-infomation p:after {
  position: absolute;
  display: block;
  bottom: -4px;
  left: 50%;
  width: 0px;
  height: 0px;
  border-top: 4px solid #c22112;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
}


/* 2019/07/04
HEADER sub nav 追加 */
.global-subnav{
  background: #e0dadc;
  background: -moz-linear-gradient(top,  #e0dadc 0%, #eeebec 100%);
  background: -webkit-linear-gradient(top,  #e0dadc 0%,#eeebec 100%);
  background: linear-gradient(to bottom,  #e0dadc 0%,#eeebec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0dadc', endColorstr='#eeebec',GradientType=0 );
}
.global-subnav .global-subinner{
  margin:0 auto;
  width:1000px;
  text-align:center;
  padding:9px 0;
}
.global-subnav .global-subinner li{
  display:inline-block;
  margin:0 2px;
  vertical-align:middle;
}
.global-subnav .global-subinner li a,
.global-subnav .global-subinner li a:visited{
  display:block;
  text-decoration:none;
  height:26px;
  box-sizing:border-box;
  line-height:27px;
  width:63px;
  padding:0;
  border:solid 1px #d3cecf;
  -webkit-border-radius:4px;
  border-radius:4px;
  -webkit-background-clip:padding-box; 
  -moz-background-clip:padding; 
  background-clip:padding-box;
  background-color:#ffffff;
  font-size:15px;
  color:#680717;
  font-weight:500;
  overflow:hidden;
}
.global-subnav .global-subinner li a:hover{
  border:solid 1px #c4919a;
  -webkit-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.2);
  box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.2);
}
.global-subnav .global-subinner li a.small-w{
  width:73px;
}
.global-subnav .global-subinner li a.medium-w{
  width:103px;
}
.global-subnav .global-subinner li a.large-w{
  width:120px;
}
.global-subnav .global-subinner li a img{
  vertical-align:baseline;
}

