@charset "UTF-8";

/* 1: Reset
============================================================================= */

.global {
  margin: 0;
  padding: 0;
}

.global body,
.global div,
.global dl,
.global dt,
.global dd,
.global ul,
.global ol,
.global li,
.global h1,
.global h2,
.global h3,
.global h4,
.global h5,
.global h6,
.global pre,
.global code,
.global form,
.global fieldset,
.global legend,
.global input,
.global textarea,
.global p,
.global blockquote,
.global th,
.global td {
  margin: 0;
  padding: 0;
}

.global table {
  border-collapse: collapse;
  border-spacing: 0;
}

.global img {
  vertical-align: bottom;
}

.global fieldset,
.global img {
  border: 0;
}

.global address,
.global caption,
.global cite,
.global code,
.global dfn,
.global em,
.global strong,
.global th,
.global var {
  font-style: normal;
  font-weight: normal;
}

.global li {
  list-style: none;
}

.global li img,
.global li a {
  vertical-align: top;
}

.global caption,
.global th {
  text-align: left;
}

.global h1,
.global h2,
.global h3,
.global h4,
.global h5,
.global h6 {
  font-size: 100%;
  font-weight: normal;
}

.global q:before,
.global q:after {
  content: '';
}

.global abbr,
.global acronym {
  border: 0;
  font-variant: normal;
}

.global input,
.global textarea,
.global select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.global input,
.global textarea,
.global select {
  font-size: 100%;
}

.global legend {
  color: #000;
}

.global del,
.global ins {
  text-decoration: none;
}

.global select,
.global input,
.global button,
.global textarea {
  font-size: 99%;
}

.global table {
  font-size: inherit;
  font: 100%;
}

.global pre,
.global code,
.global kbd,
.global samp,
.global tt {
  font-family: monospace;
  line-height: 100%;
}

.global sup,
.global sub {
  vertical-align: baseline;
  position: relative;
}

.global sup {
  vertical-align: text-top;
}

.global sub {
  vertical-align: text-bottom;
}

.global * dl.clearfix dd div {
  display: inline-block;
}

.global .clearfix {
  display: inline-block;
  display: block;
}

.global .clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.global button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


/* 2: Common
============================================================================= */


/* Layout
----------------------------------------------------------------------------- */

.global .sp {
  display: none;
}

.global * {
  box-sizing: border-box;
}

.global .gwrap {
  overflow: hidden;
}

.global .inner-1 {
  max-width: 1024px;
  min-width: 1000px;
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  margin: 0 auto;
  position: relative;
}

.global>.inner-1 {
  z-index: 1000;
  margin-bottom: -8px;
}

.global .display-none {
  display: none;
}

.global .flex {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.global .flex-left {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
}

/*----- 210125追記 -----*/
.global .mega-menu-item .mega-menu-contents>.flex.flex-left li {
  margin-right: calc((100% - 940px)/3);
}

.global .mega-menu-item .mega-menu-contents>.flex.flex-left li:nth-child(4n) {
  margin-right: 0px;
}

.footer-nav-area.global .mega-menu-item .mega-menu-contents>.flex.flex-left li {
  margin-right: calc((100% - 940px)/3);
}

.footer-nav-area.global .mega-menu-item .mega-menu-contents>.flex.flex-left li:nth-child(4n) {
  margin-right: 0px;
}

@media screen and (max-width: 640px) {
  .global .mega-menu-item .mega-menu-contents>.flex.flex-left li {
    margin-right: 0px;
  }

  .footer-nav-area.global .mega-menu-item .mega-menu-contents>.flex.flex-left li {
    margin-right: 0px;
  }
}

/*----- 210125追記 -----*/

.global .flex-right {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.global .flex-center {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.global .flex-center-center {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: ;
}

.global .inline-flex {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -js-display: flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.global .inline-flex-left {
  -js-display: flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.global .inline-flex-right {
  -js-display: flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.global .inline-flex-center {
  -js-display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.global .inline-flex-center-center {
  -js-display: flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.global .flex-items-50-100>* {
  width: 50%;
}

.global .flex-items-33-100>* {
  width: 33.3%;
}

.global .sp {
  display: none;
}

@media only screen and (max-width: 640px) {
  .global .inner-1 {
    width: auto;
    min-width: auto;
    padding-left: 0;
    padding-right: 0;
    margin: auto;
  }

  .global .pc {
    display: none;
  }

  .global .sp {
    display: block;
  }
}






/* MeagaMenu
----------------------------------------------------------------------------- */


/* Header */

.global .top-mega-menu-area {
  width: 100%;
}

.global .top-mega-menu-area .mega-menu-nav-area {
  display: none;
}

.global .top-mega-menu-area .mega-menu .mega-menu-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #FFFFFF;
  display: none;
}

.global .mega-menu {
  line-height: 1.2;
  position: relative;
  min-width: 1000px;
}



.global .mega-menu .mega-menu-block>ul>li>a {
  font-size: 1.6rem;
  font-weight: bold;
  color: #1e3c91;
}

.global .mega-menu .mega-menu-contents {
  padding-bottom: 60px;
}

.global .mega-menu .mega-menu-contents li {
  margin: .5em 0;
  font-size: 1.4rem;
}

.global .mega-menu .mega-menu-contents>ul {
  border-left: solid 1px #F3F3F3;
  padding-left: 30px;
}

.global .mega-menu .mega-menu-contents>ul:first-child {
  border-left: none;
  padding-left: 0;
}

.global .mega-menu .mega-menu-contents>ul>li {
  margin: 15px 0 30px;
}

.global .mega-menu .mega-menu-contents>ul>li>a {
  display: block;
  margin-bottom: 15px;
}

.global .mega-menu .close-btn {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(https://www.orix.co.jp/grp/common/images/icon-close01.png);
  background-position: right top;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  transition: all 0s;
}

.global .mega-menu .close-btn:hover {
  background-position: right bottom;
}

.global .mega-menu .mega-menu-block-list li {
  width: 25%;
  border-right: solid 1px #F3F3F3;
}

/* ▼ここから2019/3/4追記▼ */
.mega-menu-bg {
  transition: background-color .5s linear .5s;
}

.mega-menu-bg.hidden {
  background-color: transparent !important;
}

/*.global .mega-menu .mega-menu-item.move .mega-menu-contents{
    padding: 0;
    margin: 0;
}
.global .mega-menu .mega-menu-item.move .mega-menu-contents ul{
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
}
.global .mega-menu .mega-menu-item.move .mega-menu-contents ul li{
    width: 33.3333%;
    !*width: 25%;*!
    padding: 0;
    margin: 0;
}
.global .mega-menu .mega-menu-item.move .mega-menu-contents ul li a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    color: #666;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    padding: 24px 10px 20px;
    background: transparent;
    margin: 0;
    -webkit-transition: color .3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition:  color .3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition:  color .3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition:  color .3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition:  color .3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.global .mega-menu .mega-menu-item.move .mega-menu-contents ul li a:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    background: transparent;
    -webkit-transition: background .3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition:  background .3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition:  background .3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition:  background .3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition:  background .3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.global .mega-menu .mega-menu-item.move .mega-menu-contents ul li a:hover{
    text-decoration: none;
}
.global .mega-menu .mega-menu-item.move .mega-menu-contents ul li a.life:hover{
    color: #e6a500;
}
.global .mega-menu .mega-menu-item.move .mega-menu-contents ul li a.economy:hover{
    color: #6e5faa;
}
.global .mega-menu .mega-menu-item.move .mega-menu-contents ul li a.technology:hover{
    color: #82b441 ;
}
.global .mega-menu .mega-menu-item.move .mega-menu-contents ul li a.orix:hover{
    color: #999999;
}
.global .mega-menu .mega-menu-item.move .mega-menu-contents ul li a.life:hover:before{
    background:#e6a500;
}
.global .mega-menu .mega-menu-item.move .mega-menu-contents ul li a.economy:hover:before{
    background: #6e5faa;
}
.global .mega-menu .mega-menu-item.move .mega-menu-contents ul li a.technology:hover:before{
    background: #82b441;
}
.global .mega-menu .mega-menu-item.move .mega-menu-contents ul li a.orix:hover:before{
    background: #999999;
}

@media screen and (max-width: 640px){
    .global .mega-menu .mega-menu-item.move .mega-menu-contents ul{
        flex-wrap: wrap;
    }
    .global .mega-menu .mega-menu-item.move .mega-menu-contents ul li{
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .global .mega-menu .mega-menu-item.move .mega-menu-contents ul li a{
        justify-content: flex-start;
        color: #1e3c91;
        font-weight: bold;
    }
    .global .mega-menu .mega-menu-item.move .mega-menu-contents ul li:first-of-type a{
        border: none;
    }
}*/
/* ▲ここまで2019/3/4追記▲ */
/* ▼ここから2020/11追記▼ */
.global .mega-menu .mega-menu-contents ul.flex li {
  width: 235px;
}

.global .mega-menu .mega-menu-block ul.flex li {
  margin: 15px 0 15px;
}

.global .mega-menu .mega-menu-block ul.flex li a {
  margin-bottom: 0;
}

.global .mega-menu .mega-menu-block ul.flex li a span {
  display: block;
}

.global .mega-menu .mega-menu-block ul.flex a img {
  width: 100%;
}

.global .mega-menu .mega-menu-block li.right-arrow a {
  font-weight: normal;
  color: #000;
  font-size: 18px;
}

.global .mega-menu .mega-menu-block li.right-arrow a::after {
  content: "";
  width: 6px;
  height: 20px;
  background-image: url(https://www.orix.co.jp/grp/common/images/icon-arrow02.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

.global .mega-menu-contents .common-button {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
}

.global .mega-menu-contents .common-button p {
  margin: 0 10px;
  display: inline-block;
}

.global .mega-menu-contents .common-button p a {
  border: 2px solid #1D3C91;
  border-radius: 30px;
  color: #1D3C91;
  padding: 15px 65px;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  margin: 0 auto
}

.global .mega-menu-contents img.smallpic {
  margin-bottom: 1.2rem;
}

/* ▲ここまで2020/11追記▲ */

/* Footer */

.global.footer-nav-area .mega-menu>li {
  margin-bottom: 0;
}

.global.footer-nav-area .mega-menu-nav-area {
  position: relative;
  height: 80px;
}

.global.footer-nav-area .mega-menu-nav-area .bg {
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: #F4F7FA;
}

.global .sp-menu-area .mega-menu-nav-area .bg {
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: #F4F7FA;
}

.global.footer-nav-area .mega-menu-nav-area .bg.active,
.global .sp-menu-area .mega-menu-nav-area .bg.active {
  background-color: #E8EFF4;
}

.global.footer-nav-area .mega-menu-nav-area .bg-2,
.global .sp-menu-area .mega-menu-nav-area .bg-2 {
  left: 50%;
}

.global.footer-nav-area .mega-menu-nav-area .menu,
.global .sp-menu-area .mega-menu-nav-area .menu {
  position: relative;
}

.global.footer-nav-area .mega-menu-nav-area .menu li,
.global .sp-menu-area .mega-menu-nav-area .menu li {
  width: 33.3333%;
  /*width: 25%;*/
}

.global.footer-nav-area .mega-menu-nav-area .menu li a,
.global .sp-menu-area .mega-menu-nav-area .menu li a {
  height: 80px;
  margin-bottom: 0;
  background-color: #F4F7FA;
  font-size: 2.0rem;
  font-weight: bold;
  color: #1e3c91;
  text-decoration: none;
}

.global.footer-nav-area .mega-menu-nav-area .menu li a.active,
.global .sp-menu-area .mega-menu-nav-area .menu li a.active {
  background-color: #E8EFF4;
}

.global.footer-nav-area .mega-menu,
.global .sp-menu-area .mega-menu {
  padding-top: 10px;
  background-color: #E8EFF4;
}

.global.footer-nav-area .mega-menu .mega-menu-contents>ul,
.global .sp-menu-area .mega-menu .mega-menu-contents>ul {
  border-left: solid 1px #FAFCFD;
}

.global.footer-nav-area .mega-menu .mega-menu-contents>ul:first-child,
.global .sp-menu-area .mega-menu .mega-menu-contents>ul:first-child {
  border-left: 0;
}

.global.footer-nav-area .mega-menu .close-btn,
.global .sp-menu-area .mega-menu .close-btn {
  display: none;
}

@media screen and (max-width: 640px) {
  .global .mega-menu {
    min-width: 100%;
  }

  .global .mega-menu li {
    width: 100%;
    margin: 0;
  }

  .global .mega-menu .mega-menu-block {
    padding: 0;
  }

  .global .mega-menu .mega-menu-block>ul {
    width: 100%;
  }

  .global .mega-menu .mega-menu-block>ul>li>a {
    display: block;
    width: 100%;
    padding: 18px 10px;
    margin: 0;
    font-size: 1.26rem;
  }

  .global .mega-menu .mega-menu-contents li {
    margin: 0;
  }

  .global .mega-menu .mega-menu-contents>ul {
    border-left: none;
    padding-left: 0;
  }

  .global .mega-menu .mega-menu-contents>ul>li {
    margin: 0;
  }

  .global .mega-menu .mega-menu-contents>ul>li a {
    display: block;
    width: 100%;
    margin: 0;
    padding: 18px 10px;
    border-top: solid 1px #FFFFFF;
  }

  .global .mega-menu .mega-menu-contents>ul ul {
    display: none;
  }

  .global .mega-menu .mega-menu-contents>ul ul a {
    text-indent: 1em;
    background-color: #dbe5ec;
  }

  .global .mega-menu .mega-menu-item .mega-menu-contents>ul {
    border-left: none;
  }

  .global .mega-menu .mega-menu-item:first-child .mega-menu-contents>ul>li>a {
    background-image: url(https://www.orix.co.jp/grp/common/images/sp-icon-accordion01.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
  }

  .global .mega-menu .mega-menu-item:first-child .mega-menu-contents>ul>li>a.active {
    background-image: url(https://www.orix.co.jp/grp/common/images/sp-icon-accordion02.png);
  }

  .global .mega-menu .mega-menu-block-list li {
    width: 100%;
    border-right: solid 1px #F3F3F3;
  }

  .global.footer-nav-area {
    z-index: 1;
  }

  .global .sp-menu-area {
    z-index: 1;
  }

  .global .sp-menu-area .mega-menu-nav-area {
    position: relative;
  }

  .global.footer-nav-area .mega-menu-nav-area {
    position: relative;
    height: 54px;
  }

  .global.footer-nav-area .mega-menu-nav-area .menu li a {
    height: 60px;
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 1.9rem;
  }

  .global .sp-menu-area .mega-menu-nav-area {
    position: relative;
    height: 60px;
  }

  .global .sp-menu-area .mega-menu-nav-area .menu li a {
    height: 60px;
    margin-bottom: 0;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.4;
  }

  .global.menu-area {
    position: absolute;
    width: 100%;
    z-index: 100;
    overflow: hidden;
  }

  /* [2018/02/26 Chenge parts]
    .global.menu-area .sp-menu-area .top-menu li:not(:last-child) {
        margin-bottom: 0;
    }
*/
  .global .sp-menu-area .top-menu li:not(:last-child) {
    margin-bottom: 0;
  }

  .global .sp-menu-area .top-menu {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 60px;
    background-color: #FFFFFF;
    padding: 0 10px;
    font-size: 1.2rem;
  }

  /* ▼ここから2020/11追記▼ */
  .global .mega-menu .mega-menu-contents ul.flex li {
    width: 100%;
  }

  .global .mega-menu .mega-menu-block ul.flex li {
    margin: 0px;
  }

  .global .mega-menu .mega-menu-block ul.flex li a {
    margin-bottom: 0;
    text-align: center;
    display: flex;
    align-items: center;
  }

  .global .mega-menu .mega-menu-block ul.flex li a span {
    display: inline-block;
    margin-left: 20px
  }

  .global .mega-menu .mega-menu-block ul.flex a img {
    width: 26%;
  }

  .global .mega-menu .mega-menu-block li.right-arrow a {
    font-weight: normal;
    color: #000;
    font-size: 16px;
    justify-content: center;
  }

  .global .mega-menu .mega-menu-block li.right-arrow a::after {
    content: "";
    width: 6px;
    height: 20px;
    background-image: url(https://www.orix.co.jp/grp/common/images/icon-arrow02.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
  }

  .global .mega-menu-contents .common-button {
    display: block;
    width: 100%;
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 50px;
    border-top: solid 1px #FFFFFF;
  }

  .global .mega-menu-contents .common-button p {
    margin: 0 0px 20px 0;
    display: block;
    width: 100%;
    padding: 0 10px;
    text-align: center;
  }

  .global .mega-menu-contents .common-button p:last-child {
    margin-bottom: 0;
  }

  .global .mega-menu-contents .common-button p a {
    display: inline-block;
    font-size: 16px;
    margin: 0 auto;
    width: 100%;

  }

  .global .mega-menu-contents img.smallpic {
    margin-bottom: 0rem;
  }

  /* ▲ここまで2020/11追記▲ */
}


/* Search Box */

.search-box-area {
  display: none;
  position: fixed;
  z-index: 3000;
}

.search-box-area .search-box-bg {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  text-align: center;
}

/* [2018/02/27 Add for sp header searchBox] */
@media screen and (max-width: 640px) {
  .search-box-area .search-box-bg {
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}

.search-box-area .search-box-bg>div {
  width: 100%;
  padding: 0 20px;
}

.search-box-area .search-box-bg .searchBox {
  margin: 50px auto 0;
  max-width: 800px;
  border-bottom: 1px solid #777777;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search-box-area .search-box-bg .searchBox .input-area {
  width: calc(100% - 30px);
}

.search-box-area .search-box-bg .searchBox .input-area input {
  width: 100%;
  padding: 4px;
  border: none;
  font-size: 260%;
}

.search-box-area .search-box-bg .searchBox .input-area input:focus {
  outline: none;
}

.search-box-area .search-box-bg .searchBox .button-area button {
  background-image: url(https://www.orix.co.jp/grp/common/images/icon-search03.png);
  background-position: right top;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-indent: -9999px;
}

.search-box-area .search-box-bg .searchBox .button-area button:hover {
  background-position: right bottom;
}

.search-box-area .search-box-bg .search-box-close-btn {
  margin-top: 50px;
  background-image: url(https://www.orix.co.jp/grp/common/images/icon-close02.png);
  background-position: right top;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  text-indent: -9999px;
}

.search-box-area .search-box-bg .search-box-close-btn:hover {
  background-position: right bottom;
}

/* ▼ここから2022/7追記▼ */
.global .mega-menu .mega-menu-contents ul li > ul li > ul {
  list-style: none;
  padding-left: 1em;
}


.global a{
  text-decoration: none;
}
.global ul li ul li a{
  color: #000000;
}

.global .mega-menu-item {
  display: none;
}
.global .mega-menu-item.open {
  display: list-item !important;
}


.footer-nav-area a:link, footer a:link {
  color: #000000;
}
footer {
  width: 100%;
  margin: 0 !important;
  padding: 30px 0;
  background-color: #FFFFFF;
}
footer .footerMenu {
  width: 1000px;
  margin: 0 auto;
  list-style: none;
  vertical-align: top;
}

footer .footerMenu::after {
  content: '';
  clear: both;
  display: block;
}
footer .footerMenu li {
  float: left;
  margin: 0 2.5em 0 0;
  font-size: 1.2rem;
}
footer .footerMenu li a {
  text-decoration: none;
  color: #000000;
}

footer .Copyright {
  width: 1000px;
  text-align: right;
  margin: 0 auto;
  line-height: 27.5px;
}

footer small {
  font-size: 1.2rem;
  text-align: right;
  vertical-align: top;
  color: #222222;
}

.pageTop {
  position: fixed;
  bottom: 50px;
  right: 50px;
  min-width: 0 !important;
  min-width: initial !important;
  width: auto !important;
  z-index: 1000;
  display: inline-block;
  padding-bottom: 0;
  background: transparent !important;
  opacity: 0;
  transition: opacity .2s linear;
}
.pageTop.show{
  opacity: 1;
}
.pageTop p {
  width: auto !important;
  font-size: 1rem;
  line-height: 1;
  text-align: right;
  margin: 0 !important;
}
.pageTop p a {
  display: inline-block;
  width: 64px;
  height: 64px;
  padding-top: 27px;
  background-color: #FFFFFF;
  border-radius: 32px;
  text-align: center;
}

@media screen and (max-width: 640px){
  .pageTop{
    right: 10px;
  }

  .pageTop p a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 10px;
  background: #fff;
  border-radius: 50%;
  }
}


.sp-pageTop {
  display: block;
  position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
}

.sp-pageTop.show {
  opacity: 1;
  visibility: visible;
}

.sp-pageTop p {
  margin-bottom: 0;
  line-height: 1;
  padding-bottom: 0;
}

.sp-pageTop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 10px;
  background: #fff;
  border-radius: 50%;
}

.sp-pageTop p img {
  width: 30px;
  height: auto;
}

.footer-nav-area.global .mega-menu .mega-menu-header {
  margin: 30px 0;
}

@media screen and (max-width: 640px) {
  footer {
    display: block;
    width: 100%;
    margin: 0;
    padding: 2em 20px 1.5em 20px;
  }

  footer .footerMenu {
    margin-bottom: 1.4em;
    width: 100%;
  }

  footer .footerMenu li {
    float: none;
    margin-bottom: 0.7em;
    font-size: 1.2rem;
  }

  footer small {
    display: block;
    font-size: 0.89rem;
    text-align: center;
  }

  footer .Copyright {
    width: 100%;
  }

  .footer-nav-area.global .mega-menu .mega-menu-header{
    margin: 0;
  }
}