
/* Footer
   =========================================================== ======================== */
#footer {
  background: #fff;
  position: relative;
}

.btn_gotop {
  backface-visibility: hidden;
  bottom: 70px;
  display: none;
  font-size: 0;
  height: 40px;
  position: fixed;
  right: 31px;
  width: 190px;
  z-index: 2;
}

.btn_gotop.btn_sitetop {
  bottom: 20px;
}

.btn_gotop_sp .roll:hover {
  opacity: 1;
}

.btn_gotop.fixed {
  bottom: 458px;
  position: absolute;
}
.btn_gotop.btn_sitetop.fixed {
  bottom: 408px;
}

.footer_inner {
  margin: 40px auto 0;
  width: 100%;
  max-width: 100%;
  padding: 0;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .04em;
}

.footer_inner .footer_cols {
  margin-bottom: 17px;
}

.footer_inner [class*="col_"] {
  float: left;
}

.footer_inner [class*="col_"] li a {
  color: #0d53de;
  font-size: 15px;
  letter-spacing: 0.6px;
}

.footer_inner [class*="col_"] li a:hover,
.footer_inner .footer_hor_menu li a:hover {
  opacity: 0.5;
}

.footer_inner [class*="col_"] li {
  margin-bottom: 5px;
}

.footer_inner [class*="col_"] li.no-link {
  color: #848484;
}

.footer_inner .col_1 {
  width: 175px;
}

.footer_inner .col_2 {
  width: 205px;
}

.footer_inner .col_2 li .sub {
  left: -4px;
  position: relative;
}

.footer_inner .col_3 {
  width: 256px;
}

.footer_inner .col_4 {
  padding-top: 2px;
  width: 144px;
}

.footer_inner [class*="col_"] .sub {
  padding-top: 5px;
}

.footer_inner [class*="col_"] .sub li {
  background: url(../image_cmn/footer/bg_sub_menu.png) no-repeat top 5px left 11px;
  padding-left: 21px;
}

.footer_inner .footer_hor_menu {
  margin-bottom: 23px;
  text-align: center;
}

.footer_inner .footer_hor_menu li {
  letter-spacing: 1px;
  background: url(../image_cmn/header/ico_dots_menu_gold.png) no-repeat center left 0;
  background-size: 15px 10px;
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
  margin-right: 12px;
  padding-left: 20px;
}

.footer_inner .footer_hor_menu li.no-link {
  background: url(../image_cmn/footer/ico_dots_menu_hide.png) no-repeat center left 15px;
  background-size: 19px 12px;
  color: #848484;
}

.footer_inner .footer_hor_menu li:last-child {
  margin-right: 0;
}

.footer_inner .footer_hor_menu li a {
  color: #0d53de;
}

.footer_inner .footer_hor_menu li:not(.no-link):hover {
  background-image: url(../image_cmn/header/ico_dots_menu_red.png);
}

.footer_inner .footer_hor_menu li:hover a {
  color: #A92121;
  opacity: 1;
}

.footer_inner #footer_logo_area {
  margin: 0 auto;
  text-align: center;
  max-width: 800px;
  width: 100%;
}

.footer_inner #footer_logo {
  font-size: 0;
  margin: 0 auto 16px;
  max-width: 800px;
  width: 100%;
}

.footer_inner #footer_logo li {
  display: inline-block;
  vertical-align: middle;
}
.footer_inner #footer_logo li:nth-child(1) {
  width: 35%;
  margin-right: 7%;
}
.footer_inner #footer_logo li:nth-child(2) {
  width: 25.1875%;
}
.footer_inner #footer_logo li:nth-child(3) {
  width: 24.6875%;
  margin-left: 7%;
}

.footer_inner #footer_copy {
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .03em;
  padding: 0;
  text-align: center;
}

.footer_inner .box_copyright {
  font-size: 15px;
  line-height: 1;
  position: relative;
  text-align: center;
}

.footer_inner .box_copyright::after {
  background: url(../image_cmn/footer/bg_footer_after.png) no-repeat center;
  bottom: 9px;
  content: "";
  height: 87px;
  position: absolute;
  right: -101px;
  width: 94px;
}

.footer_inner .box_copyright .company_info {
  letter-spacing: 1px;
  max-width: 630px;
  margin: 0 auto;
}

.footer_inner .box_copyright .company_info #facility {
  float: left;
  text-align: left;
}

.footer_inner .box_copyright .company_info #facility span:first-of-type {
  font-size: 16px;
  letter-spacing: 0.2em;
}

.footer_inner .box_copyright .company_info .address {
  padding: 0.4em 0 0;
  display: block;
}

.footer_inner .box_copyright .company_info strong {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}

.footer_inner .box_copyright .copyright {
  font-size: 13px;
  letter-spacing: 1.2px;
  background-color: #c92121;
  color: #FFF;
  margin: 12px 0 0;
  padding: 6px 0;
}

.footer_inner .txt__l {
  color: #b83333;
  font-size: 15px;
  letter-spacing: 0.15px;
  line-height: 21px;
  margin: 0 auto 0;
  padding: 20px 0 0;
  max-width: 630px;
  text-align: left;
  clear: both;
}
/* フッターはリンク色を変えない */
a.change_link_color {
  color: #FFF;
}

@media (max-width:1024px) {
  /*.footer_inner #footer_logo li {
    padding: 0 18px;
  }*/
  .footer_inner #footer_copy {
    padding: 0 4%;
    font-size: 16px;
  }
}
@media print, screen and (min-width:768px) {

  .btn_gotop_sp {
    display: none!important;
  }
}

@media screen and (max-width:767px) {

  #footer {
    padding-top: 93px;
  }

  .footer_inner {
    padding: 0;
  }

  #footer.no-fixed .btn_gotop_sp {
    bottom: auto;
    position: absolute;
    top: 30px;
  }

  .footer_inner .footer_hor_menu {
    margin-bottom: 28px;
    text-align: left;
  }

  .footer_inner .footer_hor_menu li {
    background: url(../image_cmn/header/ico_ar_right_gold.png);
    background-position: center right 17px;
    background-repeat: no-repeat;
    background-size: 6px 9px;
    display: block;
    margin: 0;
    padding: 0;
  }

  .footer_inner .footer_hor_menu li.no-link {
    background-image: url(../image_cmn/footer/ico_ar_right_gold_hide.png);
  }

  .footer_inner .footer_hor_menu li a {
    background: url(../image_cmn/header/ico_dots_menu_gold.png) no-repeat center left 15px;
    background-size: 19px 12px;
    border-bottom: 1px solid #d2d2d2;
    color: #0d53de;
    display: block;
    font-size: 17px;
    letter-spacing: 2px;
    padding: 18px 15px 15px 46px;
  }

  .footer_inner .footer_hor_menu li.no-link a {
    background: url(../image_cmn/footer/ico_dots_menu_hide.png) no-repeat center left 15px;
    background-size: 19px 12px;
    color: #848484;
  }

  .footer_inner #footer_logo_area {
    width: 100%;
  }

  .footer_inner #footer_logo {
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }

  .footer_inner #footer_logo li:nth-child(1) {
    width: 80%;
    margin: 1rem auto 0;
  }
  .footer_inner #footer_logo li:nth-child(2) {
    width: 70%;
    margin: 1rem auto 0;
  }
  .footer_inner #footer_logo li:nth-child(3) {
    width: 70%;
    margin: 1rem auto 0;
  }

  .footer_inner .box_copyright {
    font-size: 16px;
    padding: 0;
    text-align: center;
  }

  .footer_inner .box_copyright .company_info {
    letter-spacing: 0;
    line-height: 1.5;
  }

  .footer_inner .box_copyright .company_info #facility {
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }

  .footer_inner .box_copyright .company_info .address {
    padding: 0;
    display: block;
  }

  .footer_inner .box_copyright .company_info::after {
    background: url(../image_cmn/footer/bg_footer_after_sp.png) no-repeat center;
    background-size: 100% 100%;
    content: "";
    height: 72px;
    position: absolute;
    right: 12px;
    top: -17px;
    width: 78px;
  }

  .footer_inner .box_copyright .company_info strong {
    display: block;
    font-size: 25px;
    letter-spacing: -0.5px;
    margin-bottom: 0;
  }

  .footer_inner .box_copyright .copyright {
    font-size: 12px;
    letter-spacing: 0.8px;
    line-height: 1.5;
    position: static;
    background-color: #c92121;
    color: #FFF;
    margin: 16px 0 0;
    padding: 6px 0;
  }

  .btn_gotop_sp {
    bottom: 15px;
    display: none;
    font-size: 0;
    height: 50px;
    margin: auto;
    position: fixed;
    right: 80px;
    width: 50px;
    z-index: 10;
  }

  .btn_gotop_sp.btn_sitetop {
    right: 15px;
  }

  .footer_sns {
    text-align: center;
  }

  .footer_sns li {
    margin-right: 15px;
  }

  .footer_sns li:last-child {
    margin: 0;
  }

  .footer_inner .box_copyright::after {
    display: none;
  }

  .footer_inner .txt__l {
    margin-top: 11px;
    padding: 0 40px;
  }
}

@media (max-width:413px) {

  .footer_inner .footer_hor_menu {
    margin-bottom: 31px;
  }

  .footer_inner .box_copyright .company_info strong {
    font-size: 23px;
  }

  .footer_inner .box_copyright .company_info::after {
    height: 56px;
    right: 5px;
    top: -12px;
    width: 61px;
  }

  .footer_inner .box_copyright .copyright {
    padding: 0 25px;
  }

  .header_right_sns li {
    margin-right: 13px;
  }

  .header_right_sns li:first-child img {
    height: 37px;
    width: 37px;
  }

  .header_right_sns li:nth-child(2) img {
    height: 37px;
    width: 37px;
  }

  .header_right_sns li:nth-child(3) img {
    height: 26px;
    width: 32px;
  }

  .header_right_sns li:nth-child(4) img {
    height: 32px;
    width: 43px;
  }

  .header_right_sns li:nth-child(5) img {
    height: 38px;
    width: 38px;
  }

  .header_right_sns li:last-child img {
    height: 38px;
    width: 38px;
  }
}

/* 2020/06/01 print layout */
@media print {
  .btn_gotop {
    bottom: 324px;
    display: inline;
    position: absolute;
  }
  .btn_gotop.btn_sitetop {
    bottom: 274px;
  }
}

/* 2020/12/09 sitemap layout */
.footer_sitemap_block {
  margin: 0 auto;
  text-align: left;
  width: 100%;
}

.footer_sitemap_block_bg {
  margin: 0 auto;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}

.footer_sitemap_block_inner {
  clear: both;
  list-style: none;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 0px 40px;
}

.footer_sitemap_block_inner .titleico {
  font-size: 24px;
  margin: 8px auto 10px;
}

.sitemap_title > span,
.sitemap_title > a span {
  font-size: 13px;
}

@media (min-width:768px) {
  .sitemap_box_wrap {
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden;
  }

  .footer_sitemap_block_bg {
    background-color: #fbf8e9;
    background-image: url("../image/bg-footer-sitemap-top.png"), url("../image/bg-footer-sitemap-bottom.png");
    background-position: left top, right bottom;
    background-repeat: no-repeat;
  }

  .footer_sitemap_block_inner {
    max-width: 960px;
  }

  .sitemap_box {
    float: left;
    margin-right: 2.084%;
    width: 18.33%;
    margin-top: 10px;
  }

  .sitemap_box:last-of-type {
    margin-right: 0;
  }

  .sitemap_item:nth-of-type(n+2) {
    margin-top: 20px;
  }

  .sitemap_title {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    color: #fff;
    background: #8c6d1d;
    text-align: center;
    height: 22px;
    margin: 0;
    width: 100%;
    line-height: 22px;
  }

  .sitemap_link_title {
    background: #285ecb;
  }

  .sitemap_link_title:before,
  .sitemap_link_title:after {
    border-color: transparent #1d4ba7 transparent transparent;
  }

  .sitemap_title > span,
  .sitemap_title > a span {
    color: #fff;
    line-height: 1;
    font-weight: normal;
    letter-spacing: .04em;
  }

  .sitemap_title_sub {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .06em;
    padding-left: 10px;
    position: relative;
    line-height: 1.334;
    padding-bottom: 10px;
  }

  .sitemap_title_sub:nth-of-type(n+2) {
    margin-top: 20px;
  }

  .sitemap_item > dd {
    padding: 7px 0 0 7px;
  }

  .sitemap_list ul > li {
    font-size: 12px;
    letter-spacing: .06em;
    padding-bottom: 10px;
    padding-left: 10px;
    position: relative;
    line-height: 1.334;
  }

  .sitemap_list ul > li::after {
    left: 0;
    top: 2px;
  }

  .sitemap_list ul > li:last-of-type {
    padding-bottom: 0;
  }

  .sitemap_list .border_bottom {
    border-bottom: solid 1px #ccba8c;
    margin-right: 10px;
    margin-bottom: 17px;
    padding-bottom: 17px;
  }

  .sitemap_list ul > li::after {
    border-color: transparent transparent transparent #8c6d1d;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }

  .sitemap_title > a span {
    display: block;
    padding-left: 10px;
    height: 100%;
  }

  .sitemap_link_title:hover {
    opacity: .7;
  }

  .sitemap_title > a span::before {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: "";
    display: inline-block;
    height: 0;
    position: absolute;
    width: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-left: -10px;
  }

  .sitemap_list .list_layer03{
    margin-top: 10px;
    margin-left: -5px;/* レイアウト調整のため */
  }

  .sitemap_list .list_layer03 > li{
    padding-left: 15px;
  }

  .sitemap_list .list_layer03 > li::after {
    border:none;
    content: "・";
    color: #8c6d1d;
    font-size: 30px;
    line-height: 13px;
  }

  .sitemap_list ul li.new_tab a:after {
    background: url(/image_cmn/ico/ico_tab.png) left top/contain no-repeat;
    content: '';
    display:inline-block;
    height: 12px;
    margin-left: 5px;
    width: 12px;
  }

  .sitemap_list ul > li.link_line {
    letter-spacing: -.3px;
  }
}

@media (min-width:768px) and (max-width:840px) {
  .sitemap_title.title_armor > span,
  .sitemap_title.title_armor > a span {
    font-size: 11px;
  }
}

@media (max-width:767px) {
  #footer_sitemap.lo_bg_turns {
    border-top: none;
    border-bottom: none;
    background-color: transparent;
  }
  #footer_sitemap .sec_content {
    padding: 0;
  }
  .sitemap_box_wrap {
    max-height: initial !important;/* PCアコーディオンボタン対応 */
  }
  
  .sitemap_list {
    background: #f7f4ef;
    border-top: 0;
    display: none;
  }

  .footer_sitemap_block_inner {
    border-top: 1px solid #d2d2d2;
    padding: 0;
  }

  .footer_sitemap_block_inner .titleico {
    font-size: 20px;
    margin: 1em 0 0;
  }

  .sitemap_item .sitemap_title,
  .sitemap_list .list_layer02 > li a,
  .sitemap_list .list_layer02 > li a:link {
    background: url(../image_cmn/header/ico_dots_menu_small.png) no-repeat center left 24px;
    background-size: 14px 9px;
    border-bottom: 1px solid #d2d2d2;
    color: #0d53de;
    display: block;
    font-size: 16px;
    letter-spacing: -0.5px;
    line-height: 1.4;
    padding: 18px 20px 16px 44px;
  }

  .sitemap_list .list_layer03 > li a:link {
    background: url(../image_cmn/header/ico_dots_menu_small.png) no-repeat center left 40px;
    background-size: 12px 7px;
    border-bottom: 1px solid #d2d2d2;
    color: #0d53de;
    display: block;
    font-size: 14px;
    letter-spacing: -0.5px;
    line-height: 1.4;
    padding: 18px 20px 16px 60px;
  }

  .sitemap_item .sitemap_title {
    padding: 0;
  }

  .sitemap_item .sitemap_title span {
    background-image: url(../image_cmn/header/ico_ar_down_gold.png);
    background-position: top 26px right 14px;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    color: #0d53de;
    display: block;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: -0.5px;
    padding: 15px 15px 14px 39px;
    position: relative;
  }
  .sitemap_item .sitemap_title span.footer_move_link {
    background-image: url(../image_cmn/header/ico_ar_right_gold.png);
    background-position: top 50% right 14px;
    background-repeat: no-repeat;
    background-size: 6px 9px;
  }

  .sitemap_item.active .sitemap_title span {
    background-image: url(../image_cmn/header/ico_ar_up_gold.png);
  }

  .active .sitemap_title span:after {
    transform: rotate(180deg);
  }

  .sitemap_title_sub {
    display: none;
  }

  .sitemap_item .sitemap_title {
    background: url(../image_cmn/header/ico_dots_menu.png) no-repeat center left 14px;
    background-size: 19px 12px;
    border-bottom: 1px solid #d2d2d2;
    color: #0d53de;
    display: block;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: -0.5px;
    padding: 0;
    position: relative;
  }

  .sitemap_list ul > li {
    background-image: url(../image_cmn/header/ico_ar_right_gold.png);
    background-position: top 50% right 14px;
    background-repeat: no-repeat;
    background-size: 6px 9px;
  }

  .sitemap_list ul > .allow_top {
    background-position: top 24px right 14px;/* 矢印2行の調整 */
  }

  .sitemap_list ul > li a:after {
    border-color: transparent transparent transparent #8c6d1d;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: "";
    display: block;
    height: 0;
    margin-top: -5px;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 0;
  }

  .sitemap_list ul > li.new_tab {
    background-image: url(/image_cmn/ico/ico_tab.png);
    background-position: top 50% right 13px;
    background-size: 18px 16px;
  }
}

@media (max-width: 413px) {
  .sitemap_item .sitemap_title {
    background-position: top 22px left 14px;
  }

  .sitemap_item .sitemap_title span {
    background-position: top 26px right 14px;
    font-size: 16px;
    line-height: 1.4;
    padding: 18px 20px 16px 39px;
  }
}

p.footer_copy {
  max-width: 780px;
  width: 100%;
  letter-spacing: .1em;
  margin: 10px auto 25px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  font-weight: normal;
}
@media (max-width:767px) {
  .footer_inner {
    overflow: hidden;
  }
  p.footer_copy {
    width: 90%;
    margin: 1.5em auto 1em;
    font-weight: normal;
  }
}