@charset "UTF-8";
@keyframes mv-movie {
  0% {
    mask-size: 10px auto;
    -webkit-mask-size: 10px auto;
  }
  25% {
    mask-size: 20% auto;
    -webkit-mask-size: 20% auto;
  }
  75% {
    mask-size: 20% auto;
    -webkit-mask-size: 20% auto;
  }
  100% {
    mask-size: 500% auto;
    -webkit-mask-size: 500% auto;
  }
}
@keyframes mv-copy {
  0% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes updown10px {
  0% {
    background-position: center 15px;
  }
  100% {
    background-position: center 45px;
  }
}
/*
---
---------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) {
  body {
    padding-left: 200px;
  }
}
@media screen and (max-width: 1023px), print {
  body {
    padding-top: 65px;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-bottom: 112px;
  }
}

/*
---
---------------------------------------------------------------------------*/
.header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50000;
}
@media screen and (min-width: 1024px) {
  .header {
    width: 200px;
    bottom: 0;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .header::-webkit-scrollbar {
    display: none;
  }
  .header:after {
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    left: 200px;
    width: 10px;
    background: black;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
  }
}
@media screen and (max-width: 1023px), print {
  .header {
    width: 100%;
  }
}
.header li.fileicon > a[href$=pdf]:after, .header li.fileicon > a[href$=doc]:after, .header li.fileicon > a[href$=docx]:after, .header li.fileicon > a[href$=xls]:after, .header li.fileicon > a[href$=xlsx]:after {
  color: #fff;
  border-radius: 100vh;
  line-height: 1;
  padding: 3px 8px 1px;
  display: inline-block;
  font-size: 1rem;
  margin-left: 4px;
}
.header li.fileicon > a[href$=pdf]:after {
  content: 'PDF';
  background-color: #C1272D;
}
.header li.fileicon > a[href$=doc]:after, .header li.fileicon > a[href$=docx]:after {
  content: 'Word';
  background-color: #1A5DBE;
}
.header li.fileicon > a[href$=xls]:after, .header li.fileicon > a[href$=xlsx]:after {
  content: 'Excel';
  background-color: #107C41;
}
.header li.outbound > a:after {
  content: '';
  background-image: url("../images/icon-linkwindow-18x13-black.png");
  width: 18px;
  height: 13px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  margin-left: 5px;
}
@media screen and (min-width: 1024px) {
  .header__inner {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    overflow: auto;
  }
  .header__inner::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 1023px), print {
  .header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    min-height: 65px;
  }
}
.header__logo__a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding: 0 10px;
}
.header__logo__v {
  display: none;
}
.header__logo__h {
  display: block;
}
@media screen and (min-width: 1024px) and (min-height: 750px) {
  .header__logo__a {
    height: 180px;
  }
  .header__logo__v {
    display: block;
  }
  .header__logo__h {
    display: none;
  }
}
@media screen and (max-width: 1023px), print {
  .header__logo__a {
    padding: 0;
    height: auto;
  }
}
.header__menublock {
  border-style: solid;
  border-color: #a5a3a3;
  border-width: 0 0 1px;
}
.header__submenu1 > li > a {
  font-weight: bolder;
  color: inherit;
  line-height: 1.2;
  display: block;
}
.header__submenu1 > li > a:hover {
  opacity: .5;
}
.header__submenu1 > li > a span {
  font-size: 1rem;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1023px), print {
  .header__submenu1 > li > a span {
    margin-left: 10px;
  }
}
.header__submenu1 > li + li {
  margin-top: 5px;
}
.header__submenu1__col {
  display: flex;
  justify-content: center;
  min-height: 42px;
  align-items: center;
  padding: 2px;
}
@media screen and (min-width: 1024px) {
  .header__submenu1__col {
    flex-direction: column;
  }
}
@media screen and (max-width: 1023px), print {
  .header__submenu1__col {
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.header__submenu2 {
  border-bottom: 1px solid #a5a3a3;
  display: flex;
}
.header__submenu2 > li {
  flex-grow: 1;
  position: relative;
}
.header__submenu2 > li + li:before {
  content: '';
  border-left: 1px solid #a5a3a3;
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
}
.header__submenu2 > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 2px;
  color: inherit;
  font-size: 1.3rem;
  font-weight: bolder;
}
.header__submenu2 > li > a:hover {
  opacity: .5;
}
@media screen and (max-width: 1023px), print {
  .header__submenu2 > li > a {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.5rem;
    font-weight: bolder;
	  height: 100%;
  }
}
.header__submenu2 > li > a img {
  margin-right: 5px;
  width: 20px;
}
.header__mainmenu {
  padding: 25px 0;
}
.header__mainmenu > li > a {
  display: block;
  color: inherit;
  padding: 10px 10px 10px 20px;
  font-weight: bolder;
}
.header__mainmenu > li > a:hover {
  opacity: .5;
}
body.notouch .header__mainmenu > li.menu-item-has-children:hover > a, body.touchdevice .header__mainmenu a.subopen {
  opacity: .5;
}
.header__mainmenu > li > .sub-menu {
  position: fixed;
  width: 210px;
  left: 200px;
  top: 0;
  bottom: 0;
  overflow: auto;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: 0;
  transition: transform .5s .5s;
  transform: scaleX(0);
  transform-origin: left center;
  visibility: hidden;
  padding-right: 10px;
}
.header__mainmenu > li > .sub-menu::-webkit-scrollbar {
  display: none;
}
.header__mainmenu > li > .sub-menu.overh:after {
  content: "";
  position: absolute;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.9);
  bottom: 0;
  left: 0;
  right: 10px;
  background-image: url("../images/icon_select_open.png");
  background-position: center;
  background-size: 16px auto;
  background-repeat: no-repeat;
  animation-name: updown10px;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.header__mainmenu > li > .sub-menu.scrolled:after {
  display: none;
}
body.notouch .header__mainmenu > li:hover > .sub-menu, body.touchdevice .header__mainmenu a.subopen + .sub-menu {
  transition-delay: 0s;
  transform: scaleX(1);
  visibility: visible;
}
.header__mainmenu > li > .sub-menu > .sub-menu-inner {
  position: relative;
  padding-right: 10px;
  padding-bottom: 20px;
  min-height: 100%;
  background-color: #fff;
}
.header__mainmenu > li > .sub-menu > .sub-menu-inner:after {
  content: '';
  position: absolute;
  top: 0;
  right: -10px;
  height: 100%;
  width: 10px;
  background: black;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
}
.header__mainmenu > li > .sub-menu > .sub-menu-inner > li {
  opacity: 0;
  transition: opacity .5s;
}
body.notouch .header__mainmenu > li:hover > .sub-menu > .sub-menu-inner > li, body.touchdevice .header__mainmenu a.subopen + .sub-menu > .sub-menu-inner > li {
  transition-delay: .5s;
  opacity: 1;
}
.header__mainmenu > li > .sub-menu > .sub-menu-inner > li + li {
  margin-top: 20px;
}
.header__mainmenu > li > .sub-menu > .sub-menu-inner > li > a {
  display: block;
  color: inherit;
  font-size: 1.3rem;
  padding: 0 20px;
}
.header__mainmenu > li > .sub-menu > .sub-menu-inner > li > a:hover {
  opacity: 0.5;
}
.header__mainmenu > li > .sub-menu > .sub-menu-inner > li > a[href$=pdf]:after, .header__mainmenu > li > .sub-menu > .sub-menu-inner > li > a[href$=doc]:after, .header__mainmenu > li > .sub-menu > .sub-menu-inner > li > a[href$=docx]:after, .header__mainmenu > li > .sub-menu > .sub-menu-inner > li > a[href$=xls]:after, .header__mainmenu > li > .sub-menu > .sub-menu-inner > li > a[href$=xlsx]:after {
  color: #fff;
  border-radius: 100vh;
  line-height: 1;
  padding: 3px 8px 1px;
  display: inline-block;
  font-size: 1rem;
  margin-left: 4px;
}
.header__mainmenu > li > .sub-menu > .sub-menu-inner > li > a[href$=pdf]:after {
  content: 'PDF';
  background-color: #C1272D;
}
.header__mainmenu > li > .sub-menu > .sub-menu-inner > li > a[href$=doc]:after, .header__mainmenu > li > .sub-menu > .sub-menu-inner > li > a[href$=docx]:after {
  content: 'Word';
  background-color: #1A5DBE;
}
.header__mainmenu > li > .sub-menu > .sub-menu-inner > li > a[href$=xls]:after, .header__mainmenu > li > .sub-menu > .sub-menu-inner > li > a[href$=xlsx]:after {
  content: 'Excel';
  background-color: #107C41;
}
.header__mainmenu > li > .sub-menu > .sub-menu-inner > li:nth-of-type(1) {
  padding: 75px 0 5px;
  border-bottom: 1px solid #a5a3a3;
}
.header__mainmenu > li > .sub-menu > .sub-menu-inner > li:nth-of-type(1) a {
  font-weight: bolder;
  font-size: inherit;
  pointer-events: none;
}
.header__mainmenu li.outbound > a:after {
  content: '';
  background-image: url("../images/icon-linkwindow-18x13-black.png");
  width: 18px;
  height: 13px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  margin-left: 5px;
}
.header__submenu3 > li + li {
  margin-top: 5px;
}
.header__submenu3 > li > a {
  display: block;
  color: inherit;
  padding: 10px 10px 10px 30px;
  font-weight: bolder;
  background-color: #E6EBEB;
}
.header__submenu3 > li > a:hover {
  opacity: .5;
}
.header__submenu3 > li.menu-item-has-children {
  cursor: pointer;
}
body.notouch .header__submenu3 > li.menu-item-has-children > a {
  pointer-events: none;
}
.header__submenu3 > li > .sub-menu {
  position: fixed;
  width: 200px;
  left: 200px;
  overflow: auto;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: -1;
  transition: opacity .5s;
  opacity: 0;
  transform-origin: left center;
  visibility: hidden;
  padding: 20px 0;
  background-color: #E6EBEB;
}
.header__submenu3 > li > .sub-menu::-webkit-scrollbar {
  display: none;
}
body.notouch .header__submenu3 > li:hover > .sub-menu, body.touchdevice .header__submenu3 a.subopen + .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header__submenu3 > li > .sub-menu > li + li {
  margin-top: 20px;
}
.header__submenu3 > li > .sub-menu > li > a {
  display: block;
  color: inherit;
  padding: 0 20px;
}
.header__submenu5 > li + li {
  border-style: solid;
  border-color: #a5a3a3;
  border-width: 1px 0 0;
}
.header__submenu5 > li > a {
  display: block;
  color: inherit;
  padding: 10px 10px 10px 30px;
  font-weight: bolder;
}
.header__submenu5 > li > a:hover {
  opacity: .5;
}
@media screen and (max-width: 1023px), print {
  .header__submenu5 > li > a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1023px), print {
  .header__submenu5.koshiki > li > a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
.header__submenu5.koshiki a span {
  display: block;
  font-size: 1rem;
  text-align: left;
}
@media screen and (max-width: 1023px), print {
  .header__submenu5.koshiki a span {
    margin-left: 10px;
  }
}
.header__submenu4 {
  display: flex;
  border-style: solid;
  border-color: #a5a3a3;
  border-width: 1px 0;
}
@media screen and (max-width: 1023px), print {
  .header__submenu4 {
    border-top-width: 0;
  }
}
.header__submenu4 > li {
  flex-grow: 1;
  position: relative;
}
.header__submenu4 > li + li:before {
  content: '';
  border-left: 1px solid #a5a3a3;
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: -1px;
}
.header__submenu4 > li + li.noborder:before {
  content: none;
}
.header__submenu4 > li > a {
  display: flex;
  justify-content: center;
  padding: 10px 2px;
  color: inherit;
  font-size: 1.3rem;
  align-items: center;
  font-weight: bold;
}
.header__submenu4 > li > a:hover {
  opacity: .5;
}
@media screen and (max-width: 1023px), print {
  .header__submenu4 > li > a {
    padding-left: 20px;
    padding-right: 20px;
    justify-content: flex-start;
    font-size: 1.5rem;
    font-weight: bolder;
  }
}
.header__submenu4 > li > a img {
  margin-right: 5px;
  width: 20px;
}
.header__submenu4.center > li > a {
  justify-content: center;
}
.header__submenu4 + .header__submenu4 {
  border-top-width: 0;
}
.header__submenu6 > li > a {
  border-bottom: 1px solid #a5a3a3;
  display: block;
  font-weight: bold;
  padding: 10px 2px;
  color: inherit;
  font-size: 1.3rem;
  text-align: center;
}
.header__submenu6 > li > a:hover {
  opacity: .5;
}
@media screen and (max-width: 1023px), print {
  .header__submenu6 > li > a {
    font-size: 1.5rem;
  }
}
.header__submenu7 {
  border-style: solid;
  border-color: #a5a3a3;
  border-width: 1px 0 0;
}
.header__submenu7 > li + li {
  border-style: solid;
  border-color: #a5a3a3;
  border-width: 1px 0 0;
}
.header__submenu7 > li > a {
  display: block;
  color: inherit;
  padding: 10px 10px 10px 30px;
  font-weight: bolder;
  font-size: 1.3rem;
}
.header__submenu7 > li > a:hover {
  opacity: .5;
}
@media screen and (max-width: 1023px), print {
  .header__submenu7 > li > a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.header__submenu4 + .header__submenu7 {
  border-top-width: 0;
}

/*
---
---------------------------------------------------------------------------*/
.mf_finder_searchBox_items {
  display: flex;
  border: 1px solid #a5a3a3;
  position: relative;
}
.mf_finder_searchBox_items:after {
  content: '';
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 40px;
  border-left: 1px solid #a5a3a3;
}
.mf_finder_searchBox_items input, .mf_finder_searchBox_items button {
  appearance: none;
  -webkit-appearance: none;
  outline: none;
}

.mf_finder_searchBox_query_wrap {
  flex-grow: 1;
}

.mf_finder_searchBox_query_wrap input {
  border: none;
  padding: 5px;
  width: 100%;
}

.mf_finder_searchBox_items button {
  width: 40px;
  flex-shrink: 0;
  font-size: 0;
  border: none;
  background-color: transparent;
  background-image: url("../images/icon-search-18x19-gray.png");
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: center;
}

.mf_finder_searchBox_suggest_items {
  position: absolute;
  margin: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  list-style-type: none;
  padding: 0 1px 1px;
  border-width: 0 1px 1px;
  border-color: silver;
  border-style: solid;
  z-index: 5;
}

.mf_finder_searchBox_suggest_item {
  border-top: 1px dotted silver;
  z-index: 30;
  padding: 5px !important;
}
.mf_finder_searchBox_suggest_item + .mf_finder_searchBox_suggest_item {
  margin-top: 0 !important;
}
.mf_finder_searchBox_suggest_item:first-child {
  border-top: none;
}
.mf_finder_searchBox_suggest_item a {
  display: inline-block;
  width: 100%;
  padding: 2px;
  text-decoration: none;
  color: #fff;
}
.mf_finder_searchBox_suggest_item_cur, .mf_finder_searchBox_suggest_item_hover {
  background-color: rgba(80, 80, 80, 0.8);
}

.mf_finder_spellcheck_item:before, .mf_finder_spellcheck_item:after {
  font-size: 1.3rem;
}
.mf_finder_spellcheck_item:before {
  content: "もしかして";
}
.mf_finder_spellcheck_item:after {
  content: "のことでしょうか";
}
.mf_finder_spellcheck_item a {
  font-weight: bold;
  text-decoration: underline;
}

.mf_finder_organic_header_wrapper {
  margin-top: 25px;
  display: flex;
  justify-content: flex-end;
}

.mf_finder_organic_header {
  display: flex;
  flex-direction: row-reverse;
  font-weight: bold;
}

.mf_finder_organic_nums {
  display: flex;
  flex-direction: row-reverse;
}

.mf_finder_organic_range_from:after {
  content: " - ";
  font-weight: 500;
}

.mf_finder_organic_range_to:after {
  content: " 件までを表示";
  font-weight: 500;
  font-size: 1.3rem;
}

.mf_finder_organic_total:after {
  content: " 件中 ";
  font-weight: 500;
  font-size: 1.3rem;
}

.mf_finder_query {
  display: none;
}

.mf_finder_organic_docs_wrapper {
  margin-top: 15px;
}

.mf_finder_organic_docs {
  border-bottom: 1px solid #d7d7d7;
}

.mf_finder_organic_doc {
  display: flex;
  column-gap: 40px;
  padding: 20px;
  border-top: 1px solid #d7d7d7;
}
@media screen and (max-width: 767px) {
  .mf_finder_organic_doc {
    padding-left: 5px;
    padding-right: 5px;
    column-gap: 15px;
  }
}
.mf_finder_organic_doc a:hover {
  opacity: .5;
}
.mf_finder_organic_doc_img_wrapper {
  width: 160px;
}
@media screen and (max-width: 767px) {
  .mf_finder_organic_doc_img_wrapper {
    width: 80px;
  }
}
.mf_finder_organic_doc_contents_wrapper {
  flex: 1;
}
.mf_finder_organic_doc_contents {
  word-break: break-all;
}
.mf_finder_organic_doc_title_wrapper {
  font-size: 1.7rem;
  font-weight: bold;
  text-decoration: underline;
}
.mf_finder_organic_doc_body_wrapper {
  margin-top: 15px;
  font-size: 1.2rem;
}
.mf_finder_organic_doc_url_wrapper {
  margin-top: 15px;
  display: block;
  position: relative;
  padding-left: 20px;
}
.mf_finder_organic_doc_url_wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #E7B000;
}

.mf_finder_organic_pager_wrapper {
  margin-top: 45px;
}

.mf_finder_organic_pager {
  display: flex;
  justify-content: center;
  margin-bottom: .5rem;
}

.mf_finder_pager_items {
  display: flex;
  column-gap: 10px;
}
.mf_finder_pager_items li {
  margin: 0;
  padding: 0;
}
.mf_finder_pager_items li:before {
  content: none;
}
.mf_finder_pager_items .mf_finder_pager_item_current, .mf_finder_pager_items li a {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 2px;
  border: 1px solid #E7B000;
}
.mf_finder_pager_items .mf_finder_pager_item_first {
  display: none;
}
.mf_finder_pager_items .mf_finder_pager_item_current {
  background-color: #E7B000;
  color: #fff;
}
.mf_finder_pager_items li a:hover {
  background-color: #FFF5D7;
}
.mf_finder_pager_items .mf_finder_pager_item_prev a, .mf_finder_pager_items .mf_finder_pager_item_next a {
  position: relative;
}
.mf_finder_pager_items .mf_finder_pager_item_prev a:before, .mf_finder_pager_items .mf_finder_pager_item_next a:before {
  content: '';
  width: 6px;
  height: 6px;
  border-color: #231815;
  border-style: solid;
  position: absolute;
  left: 50%;
  top: 50%;
}
.mf_finder_pager_items .mf_finder_pager_item_prev a:before {
  border-width: 1px 0 0 1px;
  transform: translate(-30%, -50%) rotate(-45deg);
}
.mf_finder_pager_items .mf_finder_pager_item_next a:before {
  border-width: 1px 1px 0 0;
  transform: translate(-70%, -50%) rotate(45deg);
}

.mf_finder_organic .mf_finder_logo {
  text-align: center;
}

.mf_finder_organic .mf_finder_logo a {
  font-size: 0;
  display: inline-block;
  width: 200px;
  height: 18px;
  background: url(https://c.marsflag.com/mf/img/mf_finder_logo.png) no-repeat 0 #fff;
  background-size: 200px 18px;
}

.search__keywords__title {
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
}
.search__keywords__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.search__keywords__item {
  display: flex;
  align-items: center;
  color: inherit;
  padding: 5px 10px;
  border-radius: 7px;
  background-color: #E6EBEB;
}

.mf_finder_searchBox_category_links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  position: relative;
  padding-left: 5em;
}

.router-link-active {
  background-color: #efefef;
  font-size: 1.3rem;
  padding: 6px 10px;
  border-radius: 3px;
  display: block;
  line-height: 1;
}

.router-link-active.mf_finder_searchBox_link_current {
  background-color: #666;
  color: #fff;
}

.mf_finder_searchBox_category_link_0 a:after {
  content: "すべて";
}

.mf_finder_searchBox_category {
  padding: 10px;
  border-bottom: 1px solid #d7d7d7;
  position: relative;
}

.mf_finder_searchBox_category_links:before {
  content: "カテゴリー";
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 1.3rem;
}

.mf_finder_searchBox_pagemax_links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  position: relative;
  padding-left: 5em;
}

.mf_finder_searchBox_pagemax_links:before {
  content: "表示件数";
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 1.3rem;
}

.mf_finder_searchBox_pagemax {
  padding: 10px 10px 0;
}

.mf_finder_organic_doc_img {
	width: 100%;
}


/*
---
---------------------------------------------------------------------------*/
.remodal__search {
  max-width: 650px;
  padding: 50px;
  border-radius: 0;
}
.remodal__search__close {
  position: absolute;
  width: 17px;
  height: 17px;
  top: 15px;
  right: 15px;
}
.remodal__search__close:before, .remodal__search__close:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #a5a3a3;
  top: 50%;
  left: 0;
}
.remodal__search__close:before {
  transform: translateY(-50%) rotate(45deg);
}
.remodal__search__close:after {
  transform: translateY(-50%) rotate(-45deg);
}

.header-button-smpmenu {
  margin-left: 20px;
  flex-shrink: 0;
}

/*
---
---------------------------------------------------------------------------*/
.header-menu-smp .mf_finder_searchBox_items {
  border-width: 1px 0;
}
.header-menu-smp .mf_finder_searchBox_query_wrap input {
  padding-top: 8px;
  padding-bottom: 8px;
}

.smpmenu__mainmenu {
  padding: 25px 0;
  border-bottom: 1px solid #a5a3a3;
}
.smpmenu__mainmenu > li > a {
  padding: 10px 10px 10px 35px;
  display: block;
  color: inherit;
  position: relative;
  font-weight: bolder;
}
.smpmenu__mainmenu > li.menu-item-has-children > a:before {
  content: '';
  position: absolute;
  width: 7px;
  height: 1em;
  background-image: url("../images/arrow-smp-border-7x10-black-next.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  top: 13px;
  left: 15px;
  transition: all .5s;
}
.smpmenu__mainmenu > li.menu-item-has-children > a.open:before {
  transform: rotate(90deg);
}
.smpmenu__mainmenu > li > .sub-menu {
  display: none;
}
.smpmenu__mainmenu > li > .sub-menu > li:nth-of-type(1) {
  display: none;
}
.smpmenu__mainmenu > li > .sub-menu > li > a {
  padding: 10px 10px 10px 35px;
  display: block;
  color: inherit;
}
.smpmenu__mainmenu > li > .sub-menu > li > a[href$=pdf]:after, .smpmenu__mainmenu > li > .sub-menu > li > a[href$=doc]:after, .smpmenu__mainmenu > li > .sub-menu > li > a[href$=docx]:after, .smpmenu__mainmenu > li > .sub-menu > li > a[href$=xls]:after, .smpmenu__mainmenu > li > .sub-menu > li > a[href$=xlsx]:after {
  color: #fff;
  border-radius: 100vh;
  line-height: 1;
  padding: 3px 8px 1px;
  display: inline-block;
  font-size: 1rem;
  margin-left: 4px;
}
.smpmenu__mainmenu > li > .sub-menu > li > a[href$=pdf]:after {
  content: 'PDF';
  background-color: #C1272D;
}
.smpmenu__mainmenu > li > .sub-menu > li > a[href$=doc]:after, .smpmenu__mainmenu > li > .sub-menu > li > a[href$=docx]:after {
  content: 'Word';
  background-color: #1A5DBE;
}
.smpmenu__mainmenu > li > .sub-menu > li > a[href$=xls]:after, .smpmenu__mainmenu > li > .sub-menu > li > a[href$=xlsx]:after {
  content: 'Excel';
  background-color: #107C41;
}
.smpmenu__mainmenu li.outbound > a:after {
  content: '';
  background-image: url("../images/icon-linkwindow-18x13-black.png");
  width: 18px;
  height: 13px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  margin-left: 5px;
}

.smpmenu__submenu3 > li {
  border-bottom: 1px solid #a5a3a3;
}
.smpmenu__submenu3 > li.menu-item-has-children > a {
  display: none;
}
.smpmenu__submenu3 > li > .sub-menu {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
}
.smpmenu__submenu3 > li > .sub-menu > li {
  padding: 10px 20px;
}
.smpmenu__submenu3 > li > .sub-menu > li > a {
  display: block;
  color: inherit;
  font-weight: bolder;
}


.smpmenu__stakeholder {
	display: flex;
	flex-wrap: wrap;
}
.smpmenu__stakeholder > li {
	position: relative;
	border-bottom: 1px solid #a5a3a3;
	flex-grow: 1;
}
.smpmenu__stakeholder > li:before {
	content: '';
	position: absolute;
	top: 6px;
	bottom: 6px;
	left: 0;
	border-left: 1px solid #a5a3a3;
}
.smpmenu__stakeholder > li:nth-of-type(1):before,
.smpmenu__stakeholder > li:nth-of-type(5):before {
	content: none;
}
.smpmenu__stakeholder > li:nth-of-type(-n + 4) {
	width: 25%;
}
.smpmenu__stakeholder > li:nth-of-type(n + 5):nth-of-type(-n + 7) {
	width: 33.333333%;
}
.smpmenu__stakeholder > li > a {
	display: block;
	padding: 10px 5px;
	text-align: center;
	font-weight: bolder;
}


/*
---
---------------------------------------------------------------------------*/
.footer {
  margin-top: 100px;
  overflow: hidden;
}
.footer__sns__flex {
  margin-top: -20px;
  display: flex;
  justify-content: center;
}
.footer__sns__col {
  padding: 20px 10px 0;
}
.footer__sns__item {
  display: block;
}
.footer__sns__item:hover {
  opacity: 0.5;
}
.footer__sns__item img {
  width: 36px;
}
.footer__top {
  background-color: #E6EBEB;
  padding: 20px 15px;
}
@media screen and (min-width: 768px), print {
  .footer__top {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
  }
  .footer__top__space {
    flex-shrink: 2;
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  .footer__top {
    text-align: center;
    padding-bottom: 0;
  }
}
.footer__address {
  flex-shrink: 0;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .footer__address {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px), print {
  .footer__bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }
}
.footer__bottom__right {
  padding-top: 20px;
}
@media screen and (min-width: 768px), print {
  .footer__bottom__right {
    padding-bottom: 20px;
    margin-left: -20px;
    margin-right: -20px;
    display: flex;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px), print {
  .footer__bottom__right {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.footer__submenu {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px), print {
  .footer__submenu + .footer__submenu {
    border-left: 1px solid #585757;
  }
}
@media screen and (max-width: 767px) {
  .footer__submenu {
    margin-left: -10px;
    margin-right: -10px;
    justify-content: center;
  }
  .footer__submenu + .footer__submenu {
    margin-top: 20px;
  }
}
.footer__submenu > li {
  padding: 0 20px;
}
@media screen and (max-width: 1023px), print {
  .footer__submenu > li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.footer__submenu > li + li {
  border-left: 1px solid #585757;
}
.footer__submenu > li > a {
  color: inherit;
  font-size: 1.2rem;
  display: block;
  letter-spacing: -1px;
}
.footer__submenu > li > a:hover {
  opacity: 0.5;
}
.footer__copy {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .footer__copy {
    background-color: #E6EBEB;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
  }
}

/*
---
---------------------------------------------------------------------------*/
.go_page_top {
  position: fixed;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  cursor: pointer;
  width: 110px;
  height: 42px;
  transition: all .5s;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}
.go_page_top img {
  margin-right: 10px;
  width: 18px;
}
@media screen and (max-width: 767px) {
  .go_page_top {
    bottom: 62px;
    width: 76px;
    height: 50px;
  }
}

.scrolled .go_page_top {
  transition: opacity .5s;
  opacity: 1;
  visibility: visible;
}

.notouch.scrolled .go_page_top:hover {
  background-color: white;
}

/*
---
---------------------------------------------------------------------------*/
.smp__bottommenu {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  border: 4px solid #fff;
  overflow: hidden;
  box-shadow: 1.5px 1.5px 6.5px rgba(0, 0, 0, 0.35);
  display: flex;
  z-index: 100;
}
@media screen and (min-width: 768px), print {
  .smp__bottommenu {
    display: none;
  }
}
.smp__bottommenu:before, .smp__bottommenu:after {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  z-index: -1;
}
.smp__bottommenu:before {
  left: 0;
  background-color: #FFE700;
}
.smp__bottommenu:after {
  right: 0;
  background-color: #C5A5FF;
}
@media print {
  .smp__bottommenu {
    position: relative;
    margin-top: 40px;
  }
}
.smp__bottommenu a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: inherit;
  width: 100%;
  height: 54px;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1.2;
}
.smp__bottommenu a:nth-of-type(2) {
  width: 100px;
  position: relative;
  font-size: 1.3rem;
  flex-shrink: 0;
  z-index: 1;
}
.smp__bottommenu a:nth-of-type(2):before {
  content: '';
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 100%;
  left: 0;
  top: 50%;
  background-color: #fff;
  z-index: -1;
  transform: translateY(-50%);
}
.smp__bottommenu a span {
  display: block;
  font-size: 1.1rem;
}

/*
---
---------------------------------------------------------------------------*/
main {
  overflow: hidden;
}

section:after {
  content: '';
  display: table;
  clear: both;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 1023px) and (min-width: 768px), print {
  .container {
    padding-left: 38px;
    padding-right: 38px;
  }
}
.container > :first-child {
  margin-top: 0 !important;
}
.container > :last-child {
  margin-bottom: 0 !important;
}

.container--610 {
  max-width: calc(610px + 30px);
}

.containerNP--610 {
  max-width: 610px;
  padding-right: 0;
  padding-left: 0;
}

.container--700 {
  max-width: calc(700px + 30px);
}

.containerNP--700 {
  max-width: 700px;
  padding-right: 0;
  padding-left: 0;
}

.container--750 {
  max-width: calc(750px + 30px);
}

.containerNP--750 {
  max-width: 750px;
  padding-right: 0;
  padding-left: 0;
}

.container--800 {
  max-width: calc(800px + 30px);
}

.containerNP--800 {
  max-width: 800px;
  padding-right: 0;
  padding-left: 0;
}

.container--810 {
  max-width: calc(810px + 30px);
}

.containerNP--810 {
  max-width: 810px;
  padding-right: 0;
  padding-left: 0;
}

.container--860 {
  max-width: calc(860px + 30px);
}

.containerNP--860 {
  max-width: 860px;
  padding-right: 0;
  padding-left: 0;
}

.container--900 {
  max-width: calc(900px + 30px);
}

.containerNP--900 {
  max-width: 900px;
  padding-right: 0;
  padding-left: 0;
}

.container--960 {
  max-width: calc(960px + 30px);
}

.containerNP--960 {
  max-width: 960px;
  padding-right: 0;
  padding-left: 0;
}

.container--1000 {
  max-width: calc(1000px + 30px);
}

.containerNP--1000 {
  max-width: 1000px;
  padding-right: 0;
  padding-left: 0;
}

.container--1100 {
  max-width: calc(1100px + 30px);
}

.containerNP--1100 {
  max-width: 1100px;
  padding-right: 0;
  padding-left: 0;
}

.container--1200 {
  max-width: calc(1200px + 30px);
}

.containerNP--1200 {
  max-width: 1200px;
  padding-right: 0;
  padding-left: 0;
}

.container--1300 {
  max-width: calc(1300px + 30px);
}

.containerNP--1300 {
  max-width: 1300px;
  padding-right: 0;
  padding-left: 0;
}

.container--1400 {
  max-width: calc(1400px + 30px);
}

.containerNP--1400 {
  max-width: 1400px;
  padding-right: 0;
  padding-left: 0;
}

.box > :first-child {
  margin-top: 0 !important;
}
.box > :last-child {
  margin-bottom: 0 !important;
}

.btn-a {
  display: flex;
  min-height: 56px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 2px 30px;
  justify-content: center;
  align-items: center;
  color: inherit;
  background-color: #fff;
  position: relative;
  z-index: 1;
  border: 1px solid #a5a3a3;
}
.btn-a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #f6cd00;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.btn-a.lightblue:after {
  border-left-color: #00AFEC;
}
.btn-a.green:after {
  border-left-color: #39B54A;
}
.btn-a.skyblue:after {
  border-left-color: #009FE8;
}
.btn-a:hover {
  opacity: .5;
}
.btn-a + .btn-a {
  margin-top: 20px;
}
.btn-a.small {
  max-width: 270px;
}
.btn-a.wide {
	max-width: 580px;
}
.btn-a.bold {
	font-weight: 600;
    border: 3px solid #a5a3a3;
}
@media screen and (min-width: 768px), print {
  .btn-a.max {
    max-width: none;
  }
}
@media screen and (min-width: 768px), print {
  .btn-a.maw650 {
    max-width: 650px;
  }
}
@media screen and (max-width: 500px), print {
	.btn-a.wide {
		padding: 2px 30px 2px 20px;
		font-size: 1.4rem;
	}
}
.btn-a.tleft {
  justify-content: flex-start;
  padding-left: 15px;
}

.btn-tolist {
  display: flex;
  justify-content: center;
  color: inherit;
  font-weight: bolder;
}
.btn-tolist:hover {
  opacity: 0.5;
}
.btn-tolist span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-tolist span:after {
  content: '';
  width: 46px;
  height: 46px;
  border: 1px solid #585757;
  background-image: url("../images/arrow-border-8x8-black-next.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px auto;
  margin-left: 10px;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .btn-tolist span:after {
    width: 38px;
    height: 38px;
  }
}

.remodal-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 1024px) {
  .remodal-wrapper {
    left: 200px;
  }
}

.slick-slider .slick-track {
  display: flex;
}
.slick-slider .slick-slide {
  height: auto;
}
.slick-dots.noclick {
  pointer-events: none;
}
.slick-dots.noclick button {
  cursor: auto;
}
.slick--basic--dot {
  border-bottom: 45px solid transparent;
  margin-bottom: 0 !important;
  overflow: visible;
}
.slick--basic--dot .slick-slider {
  overflow: visible;
}
.slick--basic--dot .slick-dots {
  position: absolute;
  margin-top: 0;
  height: 45px;
  width: 100%;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.slick--basic--dot .slick-dots li {
  display: block;
  margin: 0 3px;
}
.slick--basic--dot .slick-dots li button {
  width: auto;
  height: auto;
  background-color: transparent !important;
}
.slick--basic--dot .slick-dots li button:before {
  display: block;
  content: "\02605";
  position: static;
  width: auto;
  height: auto;
  line-height: 1;
  font-size: 1.4rem;
  opacity: 1;
  color: transparent;
  -webkit-text-stroke: 1px #231815;
}
.slick--basic--dot .slick-dots li button:hover:before {
  color: #666;
}
.slick--basic--dot .slick-dots li.slick-active button:before {
  color: #231815;
}
.slick--basic--arrow .slick-arrow {
  top: 0;
  height: 100%;
  width: 15px;
  transform: none;
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.slick--basic--arrow .slick-arrow:hover {
  opacity: 0.5;
}
.slick--basic--arrow .slick-prev {
  background-image: url("../images/arrow-border-15x14-black-prev.png");
  left: 5px;
}
.slick--basic--arrow .slick-next {
  background-image: url("../images/arrow-border-15x14-black-next.png");
  right: 5px;
}
@media screen and (max-width: 767px) {
  .slick--basic--arrow {
    border-bottom: 45px solid transparent;
    overflow: visible;
  }
  .slick--basic--arrow .slick-slider {
    overflow: visible;
  }
  .slick--basic--arrow .slick-arrow {
    top: auto;
    bottom: -45px;
    height: 20px;
    width: 40px;
    transform: none;
    background-size: 8px auto;
    background-position: center bottom;
  }
  .slick--basic--arrow .slick-prev {
    background-image: url("../images/arrow-border-8x8-black-prev.png");
    left: 5px;
  }
  .slick--basic--arrow .slick-next {
    background-image: url("../images/arrow-border-8x8-black-next.png");
    right: 5px;
  }
}


/*
---
---------------------------------------------------------------------------*/
.main__navi {
	display: flex;
	justify-content: flex-end;
	column-gap: 40px;
	position: sticky;
	top: 0;
	background-color: #fff;
	z-index: 100;
	border-bottom: 1px solid #d7d7d7;
}
.main__navi__text {
	display: flex;
	column-gap: 25px;
}
.main__navi__text > li {
	display: flex;
	align-items: center;
}
.main__navi__text > li > a {
	font-size: 12px;
	color: inherit;
	font-weight: 700;
}
.main__navi__text > li > a:hover {
	opacity: .5;
}

.main__navi__icon {
	display: flex;
}
.main__navi__icon > li {
	position: relative;
}
.main__navi__icon > li:before {
	content: '';
	position: absolute;
	height: 15px;
	border-left: 1px solid #585757;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.main__navi__icon > li > a {
	width: 70px;
	height: 50px;
	display: flex;
	flex-direction: column;
	gap: 3px;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-weight: 700;
}
.main__navi__icon > li > a:hover {
	opacity: .5;
}
.main__navi__icon > li > a img {
	width: auto;
	max-width: none;
	height: 17px;
}








