@charset "shift_jis";

/*-------------------------------------------------------*/


/* common */


/*-------------------------------------------------------*/

html,
body.cmn2 {
  overflow-x: visible;
}

#common-footer,
#common-header,
#common-menu,
#shinsa {
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
}

#common-footer *,
#common-header *,
#shinsa * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: bottom;
}

#common-footer a,
#common-header a,
#common-menu a {
  color: #222;
  text-decoration: none;
}

#common-footer a:hover,
#common-header a:hover,
#common-menu a:hover {
  text-decoration: underline;
}

#common-footer .inner,
#common-header .inner,
#common-menu .inner,
#shinsa .inner {
  width: 968px;
  margin: 0 auto;
}

/* j[X[XΚp */
@media (min-width: 969px) {
  .popup #common-footer .inner {
    width: 100%;
    padding-right: 2%;
    padding-left: 2%;
  }
}

#common-header,
#common-menu {
  position: relative;
  z-index: 10000;
}


/*-------------------------------------------------------*/


/* commonFooter */


/*-------------------------------------------------------*/

#shinsa {
  margin-top: 40px;
  font-size: 84%;
}

#shinsa.upper {
  position: relative;
  padding-bottom: 20px;
}

#shinsa.upper .inner {
  text-align: right;
}

#shinsa .shinsa {
  display: inline-block;
  padding: 3px 9px;
  border: 1px solid #444;
}


#common-footer {
  color: #fff;
  font-size: 84%;
  background-color: #1A509D;
}

#common-footer a {
  color: #fff;
}

#common-footer .inner {
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 0 19px;
  -webkit-box-align: center;
  -webkit-box-pack: start;
}

#common-footer .navigation {
  display: -webkit-box;
  display: flex;
  justify-content: flex-start;
  -webkit-box-pack: start;
}

#common-footer .navigation>* {
  margin-right: 20px;
}

#common-footer .copyright {
  margin-left: auto;
  color: #fff;
}

#common-footer #pagetop {
  position: absolute;
  bottom: 60px;
  left: 50%;
  margin-left: 484px;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  opacity: 0;
}

#common-footer #pagetop.fixed {
  position: fixed;
  bottom: 65px;
}

#common-footer #pagetop.show {
  opacity: 1;
}

#common-footer #pagetop a {
  display: block;
}

#common-footer #pagetop a.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
}

/* γγ₯γΌγΉγͺγͺγΌγΉε₯η΄η¨ */
.popup #common-footer #pagetop {
  display: none;
}

/*-------------------------------------------------------*/


/* commonHeader */


/*-------------------------------------------------------*/

#common-header {
  padding: 15px 0;
  border-top: 5px solid #1A509D;
  background-color: #fff;
}

#common-header a:hover {
  color: #19509D;
}

#common-header .inner {
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
}

#common-header .logo {
  width: 170px;
}

#common-header .sb-toggle {
  display: none;
  visibility: hidden;
}

#common-header .navigation {
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 92.3%;
  -webkit-box-align: center;
  -webkit-box-pack: end;
}

#common-header .navigation>* {
  margin-left: 20px;
}

#common-header .navigation .eng,
#common-header .navigation .faq {
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px 18px;
}

#common-header .navigation .eng a,
#common-header .navigation .faq a {
  display: block;
  padding: 2px 0;
}

#common-header .navigation .eng {
  background-image: url("../img/hdr_nav01.svg");
}

#common-header .navigation .faq {
  background-image: url("../img/hdr_nav02.svg");
}

#common-header .search {
  position: relative;
  width: 195px;
}

#common-header .search-input {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 10px 30px 10px 15px;
  font-size: 92.3076923076923%;
  border: 1px solid #CCCCCC;
  border-radius: 50px;
}

#common-header .search-submit {
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 10;
  width: 18px;
  height: 18px;
  padding: 2px;
  font-size: 0;
  border: none;
  background: transparent;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}


/*-------------------------------------------------------*/


/* commonOverlay */


/*-------------------------------------------------------*/

#common-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: visibility 0 linear 0, opacity 300ms 0;
  transition: visibility 0 linear 0, opacity 300ms 0;
  opacity: .1;
  visibility: hidden;
}


/*-------------------------------------------------------*/


/* commonMenu */


/*-------------------------------------------------------*/

#common-menu {
  height: 50px;
  background: #fff;
}

#common-menu a:hover {
  color: #19509D;
}

#common-menu-inner {
  position: relative;
  width: 100%;
  height: 50px;
  background-color: #E0E9EF;
  -webkit-transition: background 300ms;
  transition: background 300ms;
  font-weight: 500;
}

#common-menu.is-fixed #common-menu-inner {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #F5F8FA;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

#common-menu::before,
#common-menu::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 1px;
  background-color: #A5BED1;
}

#common-menu::before {
  top: 0;
}

#common-menu::after {
  bottom: 0;
}

.is-activemenu #common-menu::after {
  z-index: 1;
}

#common-menu.is-fixed::before,
#common-menu.is-fixed::after {
  display: none;
}



#common-menu .inner {
  position: relative;
  z-index: 10;
}

#common-menu .menu-list {
  display: -webkit-box;
  display: flex;
  position: relative;
  z-index: 100;
  align-items: center;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
}

#common-menu .menu-item {
  width: 20%;
}

#common-menu .menu-item-head {
  display: block;
  position: relative;
  z-index: 100;
  width: 100%;
  height: 48px;
  line-height: 48px;
  font-size: 115%;
  text-align: center;
}

#common-menu .menu-item-head * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: bottom;
}

#common-menu .menu-item-head:hover {
  text-decoration: none;
}

#common-menu .menu-item-head::before,
#common-menu .menu-item-head::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 1px;
  height: 30px;
  background-color: #A5BED1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#common-menu .menu-item-head::before {
  display: none;
  left: 0;
}

#common-menu .menu-item:first-child .menu-item-head::before {
  display: block;
}

#common-menu .menu-item-head::after {
  right: 0;
}

#common-menu .menu-item-head .ic {
  display: -webkit-box;
  display: flex;
  position: relative;
  z-index: 1000;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  margin-left: -1px;
  padding: 0 1px 0;
  line-height: 50px;
  -webkit-transition: background 150ms;
  transition: background 150ms;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-align: center;
  -webkit-box-pack: center;
}

#common-menu .menu-item:first-child .menu-item-head .ic {
  margin-left: 0;
  padding-left: 0;
}

#common-menu .menu-item:last-child .menu-item-head .ic {
  padding-right: 0;
}

#common-menu .menu-item .menu-item-head[area-expanded=true] .ic,
#common-menu .menu-item.active .ic,
#common-menu .menu-item:hover .ic {
  z-index: 100;
  color: #fff;
  background-color: #1A509D;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

#common-menu .menu-item:first-child .menu-item-head[area-expanded=true] .ic,
#common-menu .menu-item.active:first-child .ic,
#common-menu .menu-item:hover:first-child .ic {
  margin-left: 0;
  padding-left: 0;
}

#common-menu .menu-item:last-child .menu-item-head[area-expanded=true] .ic,
#common-menu .menu-item.active:last-child .ic,
#common-menu .menu-item:hover:last-child .ic {
  padding-right: 0;
}

#common-menu .menu-item .ic .menu-item-label {
  line-height: 1;
}

#common-menu .menu-item .ic:before {
  content: '';
  display: inline-block;
  margin-top: -1px;
  margin-right: 10px;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

#common-menu .menu-item.-home .ic:before {
  width: 25px;
  height: 22px;
  background-image: url("../img/hdr_menu01.svg");
}

#common-menu .menu-item.-business .ic:before {
  width: 20px;
  height: 22px;
  background-image: url("../img/hdr_menu02.svg");
}

#common-menu .menu-item.-personal .ic:before {
  width: 20px;
  height: 22px;
  background-image: url("../img/hdr_menu03.svg");
}

#common-menu .menu-item.-corp .ic:before {
  width: 22px;
  height: 17px;
  background-image: url("../img/hdr_menu04.svg");
}

#common-menu .menu-item.-contact .ic:before {
  width: 21px;
  height: 16px;
  background-image: url("../img/hdr_menu05.svg");
}


/* open menu */

#home #common-menu .menu-item.-home .ic,
#common-menu .menu-item.-home .menu-item-head[area-expanded=true] .ic,
#common-menu .menu-item.-home.active .ic,
#common-menu .menu-item.-home:hover .ic,
#common-menu .menu-item.-home .box-title {
  color: #fff;
  background-color: #1A509D;
}

#home #common-menu .menu-item.-home .ic:before,
#common-menu .menu-item.-home .menu-item-head[area-expanded=true] .ic:before,
#common-menu .menu-item.-home.active .ic:before,
#common-menu .menu-item.-home:hover .ic:before {
  background-image: url("../img/hdr_menu01_on.svg");
}

#solution #common-menu .menu-item.-business .ic,
#common-menu .menu-item.-business .menu-item-head[area-expanded=true] .ic,
#common-menu .menu-item.-business.active .ic,
#common-menu .menu-item.-business:hover .ic,
#common-menu .menu-item.-business .box-title {
  color: #fff;
  background-color: #18857A;
}

#solution #common-menu .menu-item.-business .ic:before,
#common-menu .menu-item.-business .menu-item-head[area-expanded=true] .ic:before,
#common-menu .menu-item.-business.active .ic:before,
#common-menu .menu-item.-business:hover .ic:before {
  background-image: url("../img/hdr_menu02_on.svg");
}

#personal #common-menu .menu-item.-personal .ic,
#common-menu .menu-item.-personal .menu-item-head[area-expanded=true] .ic,
#common-menu .menu-item.-personal.active .ic,
#common-menu .menu-item.-personal:hover .ic,
#common-menu .menu-item.-personal .box-title {
  color: #fff;
  background-color: #CC4D09;
}

#personal #common-menu .menu-item.-personal .ic:before,
#common-menu .menu-item.-personal .menu-item-head[area-expanded=true] .ic:before,
#common-menu .menu-item.-personal.active .ic:before,
#common-menu .menu-item.-personal:hover .ic:before {
  background-image: url("../img/hdr_menu03_on.svg");
}

#corporate #common-menu .menu-item.-corp .ic,
#common-menu .menu-item.-corp .menu-item-head[area-expanded=true] .ic,
#common-menu .menu-item.-corp.active .ic,
#common-menu .menu-item.-corp:hover .ic,
#common-menu .menu-item.-corp .box-title {
  color: #fff;
  background-color: #0067B6;
}

#corporate #common-menu .menu-item.-corp .ic:before,
#common-menu .menu-item.-corp .menu-item-head[area-expanded=true] .ic:before,
#common-menu .menu-item.-corp.active .ic:before,
#common-menu .menu-item.-corp:hover .ic:before {
  background-image: url("../img/hdr_menu04_on.svg");
}

#contact #common-menu .menu-item.-contact .ic,
#common-menu .menu-item.-contact .menu-item-head[area-expanded=true] .ic,
#common-menu .menu-item.-contact.active .ic,
#common-menu .menu-item.-contact:hover .ic,
#common-menu .menu-item.-contact .box-title {
  color: #fff;
  background-color: #A332A8;
}

#contact #common-menu .menu-item.-contact .ic:before,
#common-menu .menu-item.-contact .menu-item-head[area-expanded=true] .ic:before,
#common-menu .menu-item.-contact.active .ic:before,
#common-menu .menu-item.-contact:hover .ic:before {
  background-image: url("../img/hdr_menu05_on.svg");
}

#common-menu .menu-item-body {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
  opacity: 0;
  visibility: hidden;
}


/* menu_item-body */

#common-menu .menu-item-body[area-hidden="false"] {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

#common-menu .menu-item.smp-show .menu-item-body {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

body.is-activemenu #common-overlay {
  opacity: 1;
  visibility: visible;
}

#common-menu .box-title {
  display: -webkit-box;
  display: flex;
  align-items: center;
  padding: 20px 20px;
  -webkit-box-align: center;
  font-weight: 500;
}

#common-menu .box-title * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: bottom;
}

#common-menu .box-title-label {
  color: #fff;
  font-size: 184%;
}

#common-menu .box-title-more {
  font-size: 100%;
}

#common-menu .box-title-more a {
  display: block;
  margin-left: 25px;
  padding: 5px 15px 6px;
  color: #fff;
  line-height: 1;
  border: 1px solid #fff;
  border-radius: 50px;
}

#common-menu .box-title-more a:hover {
  text-decoration: none;
  background-color: #fff;
}

#common-menu .menu-item.-business .box-title-more a:hover {
  color: #18857A;
}

#common-menu .menu-item.-personal .box-title-more a:hover {
  color: #CC4D09;
}

#common-menu .menu-item.-corp .box-title-more a:hover {
  color: #0067B6;
}

#common-menu .menu-item.-contact .box-title-more a:hover {
  color: #A332A8;
}

#common-menu .box-body {
  padding: 25px 20px 25px;
  font-size: 100%;
  background-color: #fff;
  -webkit-transition: max-height 300ms;
  transition: max-height 300ms;
  max-height: auto;
  overflow-y: auto;
}

#common-menu .box-body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#common-menu hr.separator {
  display: block;
  width: 100%;
  height: 1px;
  margin: 25px 0;
  border: none;
  background-color: #ccc;
}

#common-menu hr.none {
  display: block;
  width: 100%;
  height: 1px;
  margin: 12px 0 12px;
  border: none;
  background-color: transparent;
}

#common-menu .area-lead {
  position: relative;
  padding-left: 10px;
  line-height: 1.4;
  font-size: 115%;
}

#common-menu .area-lead::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 20px;
  background: #1A509D;
}

#common-menu .area-lead-sub {
  width: 100%;
  padding: 5px 10px;
  background-color: #efefef;
  border: 1px solid #ccc;
  font-weight: bold;
  text-align: center;
}

#common-menu .area-subject {
  margin-top: 15px;
  font-size: 100%;
  font-weight: bold;
}

#common-menu .area-list {
  margin-top: 15px;
}

#common-menu .area-list li {
  margin-top: 10px;
}

#common-menu .area-list li:first-child {
  margin-top: 0;
}

#common-menu .area-list li ul li {
  margin-left: 20px;
}

#common-menu .area-list li ul li:first-child {
  margin-top: 10px;
}

#common-menu .area-list.-adjust {
  -webkit-box-flex: 1;
  flex-grow: 1;
}

#common-menu .more {
  width: 100%;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
  text-align: right;
}

#common-menu .grid-margin-menu {
  margin: 0 -10px -20px;
}

#common-menu .grid-margin-menu>.grid-cell {
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

#common-menu .grid-column>.grid-cell {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  flex-direction: column;
}


#common-menu .menu-item.-business .area-button {
  font-size: 92%;
}

/* reset */

#common-menu .btn-lv2 {
  padding: 8px 10px;
}

/* END reset */


/* is-wide */

.is-wide #common-header .inner {
  width: 100%;
  max-width: 1300px;
}

.is-wide #common-menu .inner {
  width: 1300px;
  -webkit-transition: width .2s;
  transition: width .2s;
}

.is-wide #common-menu .menu-item.-business .box-title {
  height: 10px;
  padding: 0;
}

.is-wide #common-menu .menu-item.-business .box-title>* {
  display: none;
}

.is-wide #common-menu .menu-item.-business .box-body>* {
  display: none;
}

.is-wide #common-menu .menu-item.-business .box-body>*.top-business {
  display: -webkit-box;
  display: flex;
}

/* ENDis-wide */

/*-------------------------------------------------------*/


/* commonMain */


/*-------------------------------------------------------*/

#common-main {
  display: block;
  position: relative;
  height: auto;
  min-height: auto;
}

#common-main {
  zoom: 1;
}

#common-main:after {
  content: "";
  display: block;
  clear: both;
}


#common-main a:hover {
  color: #1B519D;
}

#common-main .inner {
  position: relative;
  width: 968px;
  margin: 0 auto;
}

#common-main .page-section:last-child {
  margin-bottom: 60px;
}

#main-contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#main-article,
.main-article {
  width: 700px;
  padding-bottom: 40px;
}

#main-aside,
.main-aside {
  width: 240px;
  padding-top: 20px;
  padding-bottom: 40px;
}

/*-------------------------------------------------------*/
/* main-aside */
/*-------------------------------------------------------*/

/* aside-title */

.cmn2 .aside-title {
  padding: 25px 25px;
  color: #fff;
  font-size: 115.4%;
  background-color: #1A509D;
}

.cmn2 .aside-ul-type {
  border: 1px solid #ccc;
  border-top: none;
}

.cmn2 ul.aside-ul-type li {
  border-top: 1px dotted #ccc;
}

.cmn2 ul.aside-ul-type li:first-child {
  border-top: none;
}

.cmn2 ul.aside-ul-type li.lead {
  padding: 20px 25px;
  font-size: 115.4%;
  background-color: #F5F8FA;
}

.cmn2 ul.aside-ul-type li a {
  display: block;
  padding: 20px 20px 20px 45px;
  color: #222;
  text-decoration: none;
  background-image: url("../img/cmn_link_next.svg");
  background-repeat: no-repeat;
  background-position: 25px 24px;
  font-weight: normal;
}

.cmn2 ul.aside-ul-type li.stay a {
  padding: 20px 20px 20px 45px;
  color: #1A519D;
  text-decoration: underline;
  border-left: none;
  background-color: #fff;
}

.cmn2 ul.aside-ul-type li a:hover {
  color: inherit;
  text-decoration: underline;
}

/* child ul */

.cmn2 ul.aside-ul-type li ul {
  border-top: 1px dotted #ccc;
}

.cmn2 ul.aside-ul-type li li a {
  padding: 20px 20px 20px 60px;
  background: url(../img/cmn_arw_bl.svg) no-repeat 45px 26px;
  background-size: 5px 8px
}

.cmn2 ul.aside-ul-type li.stay li a {
  padding: 20px 20px 20px 65px;
  background-position: 45px 24px;
  color: #222;
  text-decoration: none;
}

.cmn2 ul.aside-ul-type li.stay li a:hover {
  color: inherit;
  text-decoration: underline;
}

.cmn2 ul.aside-ul-type li li.stay a {
  padding: 20px 20px 20px 65px;
}

/* link */

.cmn2 .aside-box,
.cmn2 #related-link {
  position: relative;
  z-index: 10;
  margin-top: -1px;
  padding: 22px 16px;
  border: 1px solid #ccc;
  border-top: 1px dotted #ccc;
  background-color: #fff;
}

.cmn2 #related-link .btn-lv2 {
  padding: 10px 10px;
}

/* aside-dl */

.cmn2 #nw-aside {
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-top: none;
}

.cmn2 #nw-aside dt {
  border-top: 1px dotted #ccc;
}

.cmn2 #nw-aside dt:first-child {
  border-top: none;
}

.cmn2 #nw-aside dt a {
  display: block;
  padding: 20px 20px 20px 50px;
  color: #222;
  text-decoration: none;
  background-image: url("../img/cmn_link_next.svg");
  background-repeat: no-repeat;
  background-position: 30px 23px;
  font-weight: bold;
  font-weight: bold;
}

.cmn2 #nw-aside dt a:hover {
  color: #1A519D;
  text-decoration: underline;
}

.cmn2 #nw-aside dd {
  border-top: 1px dotted #ccc;
}

.cmn2 #nw-aside dd a {
  display: block;
  padding: 15px 20px 15px 70px;
  color: #222;
  text-decoration: none;
  background-image: url("../img/cmn_link_next.svg");
  background-repeat: no-repeat;
  background-position: 50px 19px;
  font-weight: bold;
}

.cmn2 #nw-aside dd .stay a {
  padding: 15px 20px 15px 70px;
  color: #1A519D;
  text-decoration: underline;
  border-left: none;
  background-color: #fff;
}

.cmn2 #nw-aside dd a:hover {
  color: #1A519D;
  text-decoration: underline;
}

/* ac */

.cmn2 #nw-aside dt.btn-open a {
  position: relative;
  padding-left: 25px;
  background: transparent;
}

.cmn2 #nw-aside dt.btn-open a::before {
  content: url("../img/cmn_arw_bl_down.svg");
  position: absolute;
  top: 20px;
  right: 15px;
}

.cmn2 #nw-aside dt.btn-open.open a::before {
  content: url("../img/cmn_arw_bl_up.svg");
}

.cmn2 #nw-aside dt.btn-open+dd {
  display: none;
}

.cmn2 #nw-aside dt.btn-open+dd a {
  padding: 15px 20px 15px 45px;
  background-position: 25px 19px;
}

.cmn2 #nw-aside dt.btn-open+dd .stay a {
  padding: 15px 20px 15px 45px;
}