@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

@import url(https://fonts.googleapis.com/earlyaccess/jejugothic.css);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0;
  font-size: 14px;
  line-height: 2;
  padding-top: 140px;
}
@media screen and (max-width:768px) {
  body {
    padding-top: 0;
  }
  #sb-site {
    padding-top: 20px;
    background: #fff;
  }
  .sb-slidebar {
    background: #d82a38;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block
}

audio,
canvas,
progress,
video {
  display: inline-block
}

audio:not([controls]) {
  display: none;
  height: 0
}

progress {
  vertical-align: baseline
}

[hidden],
template {
  display: none
}

hr {
  margin: 0
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
  outline-width: 0
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: inherit
}

b,
strong {
  font-weight: bolder
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em;
  margin: 0.67em 0
}

mark {
  background-color: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -0.25em
}

sup {
  top: -0.5em
}

img {
  border-style: none
}

svg:not(:root) {
  overflow: hidden
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

figure {
  margin: 1em 40px
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
form,
button,
input,
select,
textarea {
  font: inherit;
  margin: 0
}

optgroup {
  font-weight: bold
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?f5niif");
  src: url("../fonts/icomoon.eot?f5niif#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?f5niif") format("truetype"), url("../fonts/icomoon.woff?f5niif") format("woff"), url("../fonts/icomoon.svg?f5niif#icomoon") format("svg");
  font-weight: normal;
  font-style: normal
}

[class*=" icon-"],
[class^=icon-] {
  font-family: 'icomoon'!important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-bank:before {
  content: "\e902"
}

.icon-city_bank:before {
  content: "\e903"
}

.icon-earth:before {
  content: "\e9ca"
}

.icon-ic:before {
  content: "\e901"
}

.icon-ic_account_balance_black_24px:before {
  content: "\e900"
}

.icon-icon_etc:before {
  content: "\e904"
}

.icon-shinkin_bank_icon:before {
  content: "\e905"
}

.icon-wallet-giftcard:before {
  content: "\e907"
}

.icon-payment:before {
  content: "\e8a1"
}

/*!
* Hamburgers
* @description Tasty CSS-animated hamburgers
* @author Jonathan Suh @jonsuh
* @site https://jonsuh.com/hamburgers
* @link https://github.com/jonsuh/hamburgers
*/

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible
}

.hamburger:hover {
  opacity: 0.7
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  width: 40px;
  height: 4px;
  background-color: rgba(0, 0, 0, 0.54);
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease
}

.hamburger-inner:after,
.hamburger-inner:before {
  content: "";
  display: block
}

.hamburger-inner:before {
  top: -10px
}

.hamburger-inner:after {
  bottom: -10px
}

.hamburger--arrow.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1)
}

.hamburger--arrow.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1)
}

.hamburger--arrow-r.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1)
}

.hamburger--arrow-r.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1)
}

.hamburger--arrowalt .hamburger-inner:before {
  -webkit-transition: top 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.hamburger--arrowalt .hamburger-inner:after {
  -webkit-transition: bottom 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.hamburger--arrowalt.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22)
}

.hamburger--arrowalt.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22)
}

.hamburger--arrowalt-r .hamburger-inner:before {
  -webkit-transition: top 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.hamburger--arrowalt-r .hamburger-inner:after {
  -webkit-transition: bottom 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.hamburger--arrowalt-r.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22)
}

.hamburger--arrowalt-r.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22)
}

.wrapper {
  padding: 0 5%
}

.hamburger {
  display: none
}

.warning {
  color: #e60012
}

li {
  list-style: none
}

ul {
  margin: 0
}

button {
  outline: none
}

input {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
  border-radius: 4px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  height: 36px;
  border: 2px solid #dcdcdc;
  padding: 0 4px;
  width: 346px;
  background-color: transparent
}

textarea {
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 2px solid #dcdcdc;
  padding: 0 4px;
  min-width: 250px
}

input[type=password],
input[type=text],
select,
textarea {
  outline: none
}

#contact_form button {
  border-radius: 4px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  height: 40px;
  width: 358px;
  margin-top: 20px;
  background: #4A90E2;
  border: none;
  color: #fff
}

#contact_form button:hover {
  opacity: 0.8;
  cursor: pointer
}

body,
html {
  margin: 0;
  /*background-color: rgba(0, 0, 0, 0.87);*/
  /*font-family: 'Montserrat', Helvetica, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "メイリオ";*/
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Verdana, Meiryo, sans-serif;
  max-width: 100%;
  overflow-x: hidden
}

a {
  color: #fff;
  text-decoration: none
}

a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60)
}

a.anchor {
  display: block;
  position: relative;
  top: -91px;
  visibility: hidden
}

p {
  margin: 20px 0
}

h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  margin: 0
}

h3 {
  font-size: 15px;
  font-weight: normal
}

.highlight {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.33333;
  font-weight: bold
}

nav ul {
  overflow: hidden;
  list-style-type: none
}

.contents {
  float: left;
  margin-top: 5px;
  margin-left: 15px
}

.contents li {
  float: left
}

.languages {
  float: right;
  margin-top: 5px;
  margin-right: 15px
}

.languages li {
  float: right
}

.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}

.fixed:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden
}

.fixed.stick .mainNav {
/*
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
  position: fixed;
  top: -100px;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  border-bottom: 1px solid #675f58
*/
}

.fixed.stick .mainNav .dropdownLogo {
/*
  font-size: 0px;
  font-size: 0rem;
  line-height: Infinity;
  display: block;
  background-image: url("../images/mwi_logo_black.png");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 137px;
  padding-top: 69px
*/
}

/*
@media (-webkit-min-device-pixel-ratio:1.5),
all and (-o-min-device-pixel-ratio:3/2),
all and (min--moz-device-pixel-ratio:1.5),
all and (min-device-pixel-ratio:1.5) {
  .fixed.stick .mainNav .dropdownLogo {
    background-image: url("../images/mwi_logo_black@2x.png")
  }
}
*/

.fixed.stick .mainNav ul li a {
  color: rgba(0, 0, 0, 0.87)
}

.fixed.stick .infonav p {
  color: rgba(0, 0, 0, 0.87)
}


/*
@media (-webkit-min-device-pixel-ratio:1.5),
all and (-o-min-device-pixel-ratio:3/2),
all and (min--moz-device-pixel-ratio:1.5),
all and (min-device-pixel-ratio:1.5) {
  .fixed.stick .infonav .dropdownLogo {
    background-image: url("../images/at_logo_black@2x.png")
  }
}
*/

.fixed.stick .infonav .company_info {
  font-size: 14px
}

.fixed.stick .languages:nth-child(2n-1) {
  border-right: 2px solid rgba(0, 0, 0, 0.87)
}

.fixed .mainNav {
  font-size: 0px;
  font-size: 0rem;
  line-height: Infinity;
  position: absolute;
  background-color: transparent;
  width: 100%;
  z-index: 99999;
}

.fixed .mainNav .dropdownLogo {
  display: block;
  background: url("../images/logo_white_p.png") no-repeat;
  background-size: 100% auto;
  width: 137px;
  padding-top: 69px
}

.fixed .mainNav ul {
  padding-top: 10px;
  padding-left: 0
}

.fixed .mainNav ul li a {
  display: block;
  color: #444;
  text-decoration: none;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
}

.fixed .mainNav ul li a:hover {

}
.fixed .mainNav ul li a.roundButton {
  position: relative;
  border: none;
  padding: 0;
  display: block;
  padding: 14px 0;
}
.fixed .mainNav ul li a.roundButton::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #d82a38;
  position: absolute;
  bottom: 0;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.fixed .mainNav ul li a.roundButton:hover {
  background: none;
  color: #444 !important;
}
.fixed .mainNav ul li a.roundButton:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.fixed .infonav .dropdownLogo {
  background-image: url("../images/at_logo.png");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 81px;
  padding-top: 81px;
  margin-right: 20px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.fixed .infonav .dropdownLogo:hover {
  opacity: 1;
}

.fixed.stick .infonav .dropdownLogo {
  width: 54px;
  padding-top: 54px;
}

/*@media (-webkit-min-device-pixel-ratio:1.5),
all and (-o-min-device-pixel-ratio:3/2),
all and (min--moz-device-pixel-ratio:1.5),
all and (min-device-pixel-ratio:1.5) {
  .fixed .infonav .dropdownLogo {
    background-image: url("../images/at_logo@2x.png")
  }
}*/

.mobileIcon {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.33333
}

.dropdownLogo {
  position: absolute;
  width: 130px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0
}

.mobileMenu {
  display: none
}

.sb-toggle-left {
  content: ""
}

.infonav {
  margin: 0 auto
}

.infonav.mainNav {
  background-color: #fff;
  position: relative;
  border-bottom: 2px solid #d82a38;
}

.infonav.mainNav ul {
  padding: 0;
  margin-left: auto;
}

/*.infonav.mainNav ul.info_lang {
  float: right
}

.infonav.mainNav ul.info_lang li {
  float: left
}

.infonav.mainNav ul.info_lang li.languages {
  padding: 0!important
}

.infonav.mainNav ul.info_lang li.languages a {
  padding: 0 8px
}*/

.infonav.mainNav ul li {
  margin-top: 2px
}

.infonav .info_nav {
  margin: 0 8px 8px
}

.infonav .dropdownLogo {
  position: relative;
  display: inline-block;
  width: auto;
  margin-left: 0;
  background-image: url("../images/at_logo.png");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat
}

/*@media (-webkit-min-device-pixel-ratio:1.5),
all and (-o-min-device-pixel-ratio:3/2),
all and (min--moz-device-pixel-ratio:1.5),
all and (min-device-pixel-ratio:1.5) {
  .infonav .dropdownLogo {
    background-image: url("../images/at_logo@2x.png")
  }
}*/

.infonav p {
  font-size: 22px;
  line-height: 1;
  color: #444;
}

.infonav p.company_info {
  font-size: 14px;
  float: right;
  width: auto;
  min-width: auto;
  line-height: 24px;
  margin-bottom: 0;
  display: none;
}

.infonav .contents {
  margin: 0 20px;
}



.infonav .top_text {
  display: block;
  overflow: hidden
}
.infonav .top_text p {
  letter-spacing: .1em;
  font-weight: 500;
}

.green {
  color: #24A9A9
}

.mwi_line {
  width: 280px
}

.clear {
  clear: both
}

.roundButton {
  font-size: 10px;
  font-size: 1rem;
  line-height: 2.4;
  line-height: 24px;
  background-color: inherit;
  border: none;
  color: white;
  padding: 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-weight: normal;
  margin-top: -2px
}

.roundButton:hover {
  color: #fff!important;
  opacity: 1!important
}

.backtotop_button {
  background: url("../images/btn_up.svg") no-repeat;
  background-size: 100%;
  display: none;
  z-index: 99999;
  position: fixed;
  bottom: 40px;
  right: 4%;
  width: 64px;
  height: 64px;
  -webkit-transition: all cubic-bezier(0, 0, 0.2, 1) 0.2s;
  transition: all cubic-bezier(0, 0, 0.2, 1) 0.2s
}

.backtotop_button a {
  display: block;
  width: 100%;
  height: 100%
}

section {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px
}

section._404,
section.top {
  height: 100vh;
  position: relative;
  background: rgba(0, 0, 0, 0.87) url("../images/top_bg_08.jpg") no-repeat center center;
  background-size: cover
}

section._404 nav a,
section.top nav a {
  color: white;
  text-decoration: none
}

section._404 ._404_text {
  display: block;
  color: #fff;
  text-align: center
}

section._404 ._404_text h1 {
  font-size: 20px
}

section._404 ._404_text a:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("/images/btn_up.svg") no-repeat left bottom;
  background-size: 100%;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

h1 {
  font-size: 300%;
  margin-bottom: 0
}

.center {
  width: 100%;
  text-align: center;
  overflow: hidden
}

.headline {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: normal;
  width: 80%;
  color: #ffffff;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-transform: uppercase;
  text-align: center
}

#section_about {
  position: relative;
  background-color: #fff
}

#section_about a {
  color: #4A90E2
}

#section_about #blacklogo {
  text-align: center;
  position: absolute;
  top: 20%;
  width: 100%
}

#section_about .aboutUs {
  text-align: center
}

#section_about .aboutUs ul {
  position: relative;
  padding: 0
}

#section_about .aboutUs ul li .logo_container {
  position: relative;
  display: block;
  width: 100%;
  min-height: auto
}

#section_about .aboutUs ul li .logo_container img {
  max-width: 65%;
  max-height: 65%
}

#section_about .aboutUs ul p {
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 3;
  line-height: 2
}

#section_about .aboutUs h4 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  margin: 40px 0
}

#section_about .aboutUs .mwi_line {
  width: 280px
}

#section_services {
  height: auto;
  background: url("../images/bg_dev.jpg") no-repeat right #675f58;
  background-size: cover;
  color: white;
  position: relative
}

#section_services .center p {
  padding: 20px
}

#section_services .service_name {
  min-height: 40px
}

#section_services .service_grouped {
  position: relative;
  text-align: center;
  margin-top: 60px
}

#section_services .service_grouped ul {
  font-size: 0px;
  font-size: 0rem;
  line-height: Infinity;
  display: inline-block;
  width: 100%;
  text-align: center;
  overflow: hidden;
  margin: 0;
  padding: 0
}

#section_services .service_grouped ul li {
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 3;
  vertical-align: top;
  display: inherit;
  width: 264px;
  position: relative;
  overflow: hidden;
  text-align: center
}

#section_services .service_grouped ul li img {
  width: 150px
}

#section_services .service_grouped ul li h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px
}

#section_services .service_grouped ul li p {
  line-height: normal;
  vertical-align: bottom;
  padding: 0 10px
}

.arrow {
  position: absolute;
  top: 85%;
  right: 5%
}

#section_products {
  background: #879DE3;
  position: relative
}

#section_products:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden
}

#section_products #products1 {
  color: white;
  position: relative;
  width: 100%;
  margin: 0 auto
}

#section_products #products1 .product_catchcopy {
  color: #fff;
  text-align: center;
  padding: 16px
}

#section_products .ux_desc {
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 3;
  line-height: 2;
  padding: 40px
}

.arrow {
  position: absolute;
  top: 85%;
  right: 5%
}

#section_contact {
  display: inline-block;
  background: #139898 no-repeat right;
  background-size: cover;
  color: #4A4A4A;
  position: relative
}

#section_contact h2 {
  color: #fff
}

#section_contact .contact_text {
  color: #fff
}

#section_contact .contact_text .joinus {
  width: 90%;
  margin: 0 auto
}

#section_contact .contact_text .contact_links a {
  min-width: 100px;
  margin-right: 20px;
  margin-bottom: 20px
}

#section_contact .contact_text .contact_links a:last-child {
  margin-right: 0
}

#section_contact .contact_text .contact_links .jobsbutton {
  display: block;
  margin: 0 auto 20px;
  width: 240px;
  clear: both;
  overflow: hidden
}

#section_contact .contact_text .contact_links .jobsbutton a {
  margin-right: 0
}

#section_contact .contact_text .contact_links .roundButton {
  padding: 4px 8px
}

#section_contact .contact_text .access {
  padding: 40px
}

#section_contact .contact_image {
  float: right;
  width: 50%;
  overflow: hidden
}

#section_contact .contact_image img {
  position: absolute;
  top: 0;
  right: 0;
  left: 50%;
  width: auto;
  height: 100%
}

#section_contact .arrow {
  position: absolute;
  top: 85%;
  right: 5%
}

footer {
  position: relative;
  background: #d82a38;
  color: white;
  padding: 20px;
  margin-top: -5px
}

footer .footernav {
  width: 100%;
  font-size: 23px
}

footer .footernav ul {
  width: 100%;
  padding: 0;
  display: inline-block;
  text-align: center
}

footer .footernav ul li {
  margin: 16px;
  display: inline;
  padding-bottom: 10px
}

footer .footernav ul li a {
  margin: 8px
}

footer .address {
  font-size: 14px;
}

footer .copyright {
  font-size: 12px;
  margin-top: 80px;
}
footer .copyright br {
  display: none;
}

footer .privacy {
  padding: 10px;
  border: 2px solid #fff;
  max-width: 200px;
  display: block;
  text-align: center;
  margin: 8px auto
}

footer p {
  text-align: center;
  margin: 0;
}

footer p img {
  width: 100%;
  max-width: 156px;
  display: inline-block;
  margin-bottom: 40px;
}

footer .arrow {
  position: absolute;
  top: 75%;
  right: 5%
}

.contact_headline {
  text-align: center;
  color: #fff
}

.contact_thanks {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.contact_thanks .contact_thanks_message {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #fff;
  text-align: center
}

.contact_body {
  height: 100vh;
  background: url("../images/contact_team.jpg") no-repeat center rgba(0, 0, 0, 0.87)
}

.contact_line {
  text-align: center;
  color: #fff;
  margin-top: 0
}

.back_button {
  padding: 30px
}

.contact_form {
  margin: 0
}

.contact_form h1 {
  text-align: center;
  color: #ffffff
}

#contact_form .contactEntry {
  vertical-align: top
}

#contact_form .contactEntry .form_company,
#contact_form .contactEntry .form_mail,
#contact_form .contactEntry .form_name,
#contact_form .contactEntry .form_phone {
  width: 358px;
  margin-bottom: 10px
}

#contact_form .contactEntry .form_company input,
#contact_form .contactEntry .form_mail input,
#contact_form .contactEntry .form_name input,
#contact_form .contactEntry .form_phone input {
  color: #fff
}

#contact_form .contactEntry .form_company .company_error,
#contact_form .contactEntry .form_company .mail_error,
#contact_form .contactEntry .form_company .name_error,
#contact_form .contactEntry .form_company .phone_error,
#contact_form .contactEntry .form_mail .company_error,
#contact_form .contactEntry .form_mail .mail_error,
#contact_form .contactEntry .form_mail .name_error,
#contact_form .contactEntry .form_mail .phone_error,
#contact_form .contactEntry .form_name .company_error,
#contact_form .contactEntry .form_name .mail_error,
#contact_form .contactEntry .form_name .name_error,
#contact_form .contactEntry .form_name .phone_error,
#contact_form .contactEntry .form_phone .company_error,
#contact_form .contactEntry .form_phone .mail_error,
#contact_form .contactEntry .form_phone .name_error,
#contact_form .contactEntry .form_phone .phone_error {
  display: none;
  color: #ff8888;
  margin-top: 0;
  text-align: left
}

#contact_form .companyPhone {
  vertical-align: top
}

#contact_form .contentTxt {
  width: 358px
}

#contact_form .contentTxt .txt_error {
  display: none;
  color: #ff8888;
  text-align: left;
  margin-top: 0
}

.context {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429;
  background-color: transparent;
  color: #ffffff
}

.submit-btn {
  margin-bottom: 30px
}

.height-transition {
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
  overflow-y: hidden
}

.height-transition-hidden {
  max-height: 0
}

.profile {
  padding-top: 131px;
  background: url("../images/bg_profile.jpg") repeat top fixed
}

.profile h2 {
  color: rgba(0, 0, 0, 0.87);
  text-align: center
}

.profile .profile_table {
  padding: 20px;
  clear: both;
  overflow: hidden
}

.profile .profile_table dl {
  border-bottom: 2px solid #dcdcdc
}

.profile .profile_table dt {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  width: 100px
}

.profile .profile_table dd {
  display: table-cell;
  padding: 10px
}

.profile .profile_table dd ul {
  padding-left: 0
}

.profile .profile_table iframe {
  width: 100%;
  height: 300px;
  border: 0
}

.profile .privacy {
  padding: 10px;
  border: 2px solid rgba(0, 0, 0, 0.87);
  color: rgba(0, 0, 0, 0.87);
  max-width: 200px;
  display: block;
  text-align: center;
  margin: 8px auto
}

.wrapper {
  max-width: 1024px;
  margin: 0 auto;
  display: block;
}
.fixed .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: none;
  padding: 20px 30px 20px 40px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.fixed.stick .wrapper {
  padding: 10px 30px 10px 40px;
}

._404 {
  padding-top: 91px;
  background: #fff
}

.privacy_page {
  background: url("../images/bg_profile.jpg") repeat top fixed;
  margin-top: 91px
}

.privacy_page h1 {
  font-size: 20px;
  border-left: 3px solid #e60012;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.54);
  padding-left: 10px
}

.privacy_page h2 {
  font-size: 18px;
  margin: 20px 0
}

.privacy_page h3 {
  font-size: 16px
}

.privacy_page p {
  font-size: 14px
}

.privacy_page .numbered_paren ol {
  counter-reset: list;
  margin: 0
}

.privacy_page .numbered_paren ol > li {
  list-style: none;
  position: relative
}

.privacy_page .numbered_paren ol > li:before {
  counter-increment: list;
  content: "(" counter(list, decimal) ") ";
  position: absolute;
  left: -2em
}

.privacy_page .signature {
  text-align: right;
  font-size: 14px
}

.privacy_page .privacy_contact a {
  color: #0000ff
}

/*.wrapper {
  max-width: 1024px;
  margin: 0 auto;
  display: block
}*/

.information-page {
  padding-top: 20px;
}

.information-page h2 {
  font-size: 24px;
  line-height: 1.6;
  /*font-family: Helvetica, sans-serif;*/
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}

.information-page h2:after {
  content: "";
  background: #d82a38;
  display: block;
  width: 142px;
  height: 4px;
  margin: 0 auto;
}

.information-page .maintenance_info h2:after {
  width: 190px;
}
.information-page .faq-section h2:after {
  width: 45px;
}


.information-page h3 {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
  text-align: center;
  position: relative;
  display: block;
}

.information-page .info_img_pc {
  background-image: url("../images/service_info_flow.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 60%;
  padding-top: 0%;
}


/*@media (-webkit-min-device-pixel-ratio:1.5),
all and (-o-min-device-pixel-ratio:3/2),
all and (min--moz-device-pixel-ratio:1.5),
all and (min-device-pixel-ratio:1.5) {
  .information-page .info_img_pc {
    background-image: url("../images/service_info_flow@2x.png")
  }
}*/

.information-page .info_img_pc.en {
  background-image: url("../images/service_info_flow_en.png");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat
}

/*@media (-webkit-min-device-pixel-ratio:1.5),
all and (-o-min-device-pixel-ratio:3/2),
all and (min--moz-device-pixel-ratio:1.5),
all and (min-device-pixel-ratio:1.5) {
  .information-page .info_img_pc.en {
    background-image: url("../images/service_info_flow_en@2x.png")
  }
}*/

.information-page .info_img_sp {
  /*background-image: url("../images/service_info_flow_sp.png");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 0;
  padding-top: 199.285714%;*/
  display: none
}

/*@media (-webkit-min-device-pixel-ratio:1.5),
all and (-o-min-device-pixel-ratio:3/2),
all and (min--moz-device-pixel-ratio:1.5),
all and (min-device-pixel-ratio:1.5) {
  .information-page .info_img_sp {
    background-image: url("../images/service_info_flow_sp@2x.png")
  }
}*/

.information-page section.organization_info {
  display: block
}

.information-page section.organization_info .org_filter_search {
  display: inline-block
}

.information-page section.organization_info .org_filter_search .org_filter {
  overflow: hidden;
  display: flex;
  border-right: 0;
  padding: 0;
  clear: both;
  overflow: hidden;
  flex-wrap: wrap;
}

.information-page section.organization_info .org_filter_search .org_filter li {
  background: #fff;
  margin: 0;
  padding: 8px;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.54);
  font-size: 16px
}

.information-page section.organization_info .org_filter_search .org_filter li:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.54);
}

.information-page section.organization_info .org_filter_search .org_filter li:nth-child(6) {
  border-left: 1px solid rgba(0, 0, 0, 0.54);
}

.information-page section.organization_info .org_filter_search .org_filter li.active {
  position: relative;
}

.information-page section.organization_info .org_filter_search .org_filter li.active:after {
  content: '';
  position: absolute;
  height: 4px;
  background-color: #d82a38;
  width: 80%;
  bottom: 0;
  left: 10%;
}

.information-page section.organization_info .org_filter_search .org_filter_list {
  overflow: hidden;
  display: table;
  border: 1px solid rgba(0, 0, 0, 0.54);
  border-top: 0;
  border-right: 0;
  margin-bottom: 40px;
  padding: 0;
  clear: both;
  overflow: hidden;
  border-bottom: 0;
}

.information-page section.organization_info .org_filter_search .org_filter_list li {
  background: #fff;
  margin: 0;
  padding: 0;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.54);
  font-size: 12px;
  color: #000;
  flex-grow: 1;
  max-width: 20%;
  position: relative;
  font-size: 16px;
}

.information-page section.organization_info .org_filter_search .org_filter_list li a {
  display: block;
  color: rgba(0, 0, 0, 0.87);
  padding: 8px 16px
}

.information-page section.organization_info .org_filter_search .org_filter_list.a,
.information-page section.organization_info .org_filter_search .org_filter_list.h,
.information-page section.organization_info .org_filter_search .org_filter_list.k,
.information-page section.organization_info .org_filter_search .org_filter_list.m,
.information-page section.organization_info .org_filter_search .org_filter_list.n,
.information-page section.organization_info .org_filter_search .org_filter_list.r,
.information-page section.organization_info .org_filter_search .org_filter_list.s,
.information-page section.organization_info .org_filter_search .org_filter_list.t,
.information-page section.organization_info .org_filter_search .org_filter_list.w,
.information-page section.organization_info .org_filter_search .org_filter_list.y {
  display: none
}

.information-page section.organization_info .org_filter_search .org_filter_list.a.active,
.information-page section.organization_info .org_filter_search .org_filter_list.h.active,
.information-page section.organization_info .org_filter_search .org_filter_list.k.active,
.information-page section.organization_info .org_filter_search .org_filter_list.m.active,
.information-page section.organization_info .org_filter_search .org_filter_list.n.active,
.information-page section.organization_info .org_filter_search .org_filter_list.r.active,
.information-page section.organization_info .org_filter_search .org_filter_list.s.active,
.information-page section.organization_info .org_filter_search .org_filter_list.t.active,
.information-page section.organization_info .org_filter_search .org_filter_list.w.active,
.information-page section.organization_info .org_filter_search .org_filter_list.y.active {
  display: flex;
  width:100%;
}

.information-page section.organization_info .org_filter_search_box {
  display: block;
}

.information-page section.organization_info .org_filter_search_box form input {
  border: 1px solid rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-weight: normal
}

.information-page section.organization_info .org_filter_search_box form input.search {
  display: block;
  width: 100%;
  margin-bottom: 8px;
}

.information-page section.organization_info .org_filter_search_box form input.submit {
  width: 100%;
  min-width: 58px;
  display: inline-block;
  background: #22A8A8;
  color: #fff;
  border: 0
}

.information-page section.organization_info .organization_list {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  width: 100%
}

.information-page section.organization_info .organization_list .seclect:after {
  background: #e5e5e5
}

.information-page section.organization_info .organization_list .org_button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  position: relative;
  cursor: pointer;
  font-size: 0;
  vertical-align: top;
  width: calc(50% - 1rem);
}



.information-page section.organization_info .organization_list .org_button:focus {
  outline: none
}

.information-page section.organization_info .organization_list .org_button .button-icon {
  font-size: 40px;
  padding-bottom: 8px
}

.information-page section.organization_info .organization_list .org_button .button-text {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13px
}

.information-page section.organization_info .organization_list .org_button button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 8px;
  text-align: center;
  min-width: 120px;
  -webkit-transition: all ease .25s;
  transition: all ease .25s;
  cursor: pointer;
  width: 100%;
}

.information-page section.organization_info .organization_list .org_button button:hover {
  -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all ease .25s;
  transition: all ease .25s
}

.information-page section.maintenance_info .maintenance_box .maintenance__button .maintenance__button-text:hover {
  -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all ease .25s;
  transition: all ease .25s;
  opacity: 1;
}

.information-page section.organization_info .organization_list .org_button button.org_button_1 {
  background-color: #fff
}

.information-page section.organization_info .organization_list .org_button button .button-icon {
  width: 52px;
  height: 43px;
}
.information-page section.organization_info .organization_list .org_button button .button-icon::before {
  display: none;
}

.information-page section.organization_info .organization_list .org_button button.org_button_1 .button-icon {
  background: url(/resources/images/icon_01.svg) no-repeat;
  background-size: 52px 43px;
}
.information-page section.organization_info .organization_list .org_button.seclect button.org_button_1 .button-icon {
  background: url(/resources/images/icon_01_active.svg) no-repeat;
  background-size: 52px 43px;
}

.information-page section.organization_info .organization_list .org_button button.org_button_2 .button-icon {
  background: url(/resources/images/icon_02.svg) no-repeat;
  background-size: 52px 43px;
}
.information-page section.organization_info .organization_list .org_button.seclect button.org_button_2 .button-icon {
  background: url(/resources/images/icon_02_active.svg) no-repeat;
  background-size: 52px 43px;
}

.information-page section.organization_info .organization_list .org_button button.org_button_3 .button-icon {
  background: url(/resources/images/icon_03.svg) no-repeat;
  background-size: 52px 43px;
}
.information-page section.organization_info .organization_list .org_button.seclect button.org_button_3 .button-icon {
  background: url(/resources/images/icon_03_active.svg) no-repeat;
  background-size: 52px 43px;
}

.information-page section.organization_info .organization_list .org_button button.org_button_4 .button-icon {
  background: url(/resources/images/icon_04.svg) no-repeat;
  background-size: 52px 43px;
}
.information-page section.organization_info .organization_list .org_button.seclect button.org_button_4 .button-icon {
  background: url(/resources/images/icon_04_active.svg) no-repeat;
  background-size: 52px 43px;
}

.information-page section.organization_info .organization_list .org_button button.org_button_5 .button-icon {
  background: url(/resources/images/icon_05.svg) no-repeat;
  background-size: 52px 43px;
}
.information-page section.organization_info .organization_list .org_button.seclect button.org_button_5 .button-icon {
  background: url(/resources/images/icon_05_active.svg) no-repeat;
  background-size: 52px 43px;
}

.information-page section.organization_info .organization_list .org_button button.org_button_6 .button-icon {
  background: url(/resources/images/icon_06.svg) no-repeat;
  background-size: 52px 43px;
}
.information-page section.organization_info .organization_list .org_button.seclect button.org_button_6 .button-icon {
  background: url(/resources/images/icon_06_active.svg) no-repeat;
  background-size: 52px 43px;
}

.information-page section.organization_info .organization_list .org_button button.org_button_7 .button-icon {
  background: url(/resources/images/icon_07.svg) no-repeat;
  background-size: 52px 43px;
}
.information-page section.organization_info .organization_list .org_button.seclect button.org_button_7 .button-icon {
  background: url(/resources/images/icon_07_active.svg) no-repeat;
  background-size: 52px 43px;
}
.information-page section.organization_info .organization_list .org_button button.org_button_8 .button-icon {
  background: url(/resources/images/icon_08.svg) no-repeat;
  background-size: 52px 43px;
}
.information-page section.organization_info .organization_list .org_button.seclect button.org_button_8 .button-icon {
  background: url(/resources/images/icon_08_active.svg) no-repeat;
  background-size: 52px 43px;
}
.information-page section.organization_info .organization_list .org_button button.org_button_9 .button-icon {
  background: url(/resources/images/icon_09.svg) no-repeat;
  background-size: 52px 43px;
}
.information-page section.organization_info .organization_list .org_button.seclect button.org_button_9 .button-icon {
  background: url(/resources/images/icon_09_active.svg) no-repeat;
  background-size: 52px 43px;
}
.information-page section.organization_info .organization_list .org_button button.org_button_10 .button-icon {
  background: url(/resources/images/icon_10.svg) no-repeat;
  background-size: 52px 43px;
}
.information-page section.organization_info .organization_list .org_button.seclect button.org_button_10 .button-icon {
  background: url(/resources/images/icon_10_active.svg) no-repeat;
  background-size: 52px 43px;
}
.information-page section.organization_info .organization_list .org_button button.org_button_11 .button-icon {
  background: url(/resources/images/icon_11.svg) no-repeat;
  background-size: 52px 43px;
}
.information-page section.organization_info .organization_list .org_button.seclect button.org_button_11 .button-icon {
  background: url(/resources/images/icon_11_active.svg) no-repeat;
  background-size: 52px 43px;
}




.information-page section.organization_info .organization_list .org_button button.org_button_16 .button-icon {
  background: url(/resources/images/icon_07.svg) no-repeat;
  background-size: 52px 43px;
}
.information-page section.organization_info .organization_list .org_button.seclect button.org_button_16 .button-icon {
  background: url(/resources/images/icon_07_active.svg) no-repeat;
  background-size: 52px 43px;
}
.information-page section.organization_info .organization_list .org_button button.org_button_17 .button-icon {
  background: url(/resources/images/icon_08.svg) no-repeat;
  background-size: 52px 43px;
}
.information-page section.organization_info .organization_list .org_button.seclect button.org_button_17 .button-icon {
  background: url(/resources/images/icon_08_active.svg) no-repeat;
  background-size: 52px 43px;
}
.information-page section.organization_info .organization_list .org_button button.org_button_18 .button-icon {
  background: url(/resources/images/icon_09.svg) no-repeat;
  background-size: 52px 43px;
}
.information-page section.organization_info .organization_list .org_button.seclect button.org_button_18 .button-icon {
  background: url(/resources/images/icon_09_active.svg) no-repeat;
  background-size: 52px 43px;
}
.information-page section.organization_info .organization_list .org_button button.org_button_19 .button-icon {
  background: url(/resources/images/icon_10.svg) no-repeat;
  background-size: 52px 43px;
}
.information-page section.organization_info .organization_list .org_button.seclect button.org_button_19 .button-icon {
  background: url(/resources/images/icon_10_active.svg) no-repeat;
  background-size: 52px 43px;
}
.information-page section.organization_info .organization_list .org_button button.org_button_20 .button-icon {
  background: url(/resources/images/icon_11.svg) no-repeat;
  background-size: 52px 43px;
}
.information-page section.organization_info .organization_list .org_button.seclect button.org_button_20 .button-icon {
  background: url(/resources/images/icon_11_active.svg) no-repeat;
  background-size: 52px 43px;
}


.information-page section.organization_info .organization_list .org_button button.org_button_21 .button-icon {
  background: url(/resources/images/icon_21.svg) no-repeat;
  background-size: 52px 43px;
}
.information-page section.organization_info .organization_list .org_button.seclect button.org_button_21 .button-icon {
  background: url(/resources/images/icon_21_active.svg) no-repeat;
  background-size: 52px 43px;
}

.information-page section.organization_info .organization_list .org_button button.org_button_22 .button-icon {
  background: url(/resources/images/icon_22.svg) no-repeat;
  background-size: 52px 43px;
}
.information-page section.organization_info .organization_list .org_button.seclect button.org_button_22 .button-icon {
  background: url(/resources/images/icon_22_active.svg) no-repeat;
  background-size: 52px 43px;
}

.information-page section.organization_info .organization_list .org_button button.org_button_23 .button-icon {
  background: url(/resources/images/icon_23.svg) no-repeat;
  background-size: 52px 43px;
}
.information-page section.organization_info .organization_list .org_button.seclect button.org_button_23 .button-icon {
  background: url(/resources/images/icon_23_active.svg) no-repeat;
  background-size: 52px 43px;
}

.information-page section.organization_info .organization_list .org_button button.org_button_24 .button-icon {
  background: url(/resources/images/icon_24.svg) no-repeat;
  background-size: 52px 43px;
}
.information-page section.organization_info .organization_list .org_button.seclect button.org_button_24 .button-icon {
  background: url(/resources/images/icon_24_active.svg) no-repeat;
  background-size: 52px 43px;
}

.information-page section.organization_info .organization_list .org_button button.org_button_25 .button-icon {
  background: url(/resources/images/icon_25.svg) no-repeat;
  background-size: 52px 43px;
}
.information-page section.organization_info .organization_list .org_button.seclect button.org_button_25 .button-icon {
  background: url(/resources/images/icon_25_active.svg) no-repeat;
  background-size: 52px 43px;
}

.information-page section.organization_info .organization_list .org_button button.org_button_26 .button-icon {
  background: url(/resources/images/icon_26.svg) no-repeat;
  background-size: 52px 43px;
}
.information-page section.organization_info .organization_list .org_button.seclect button.org_button_26 .button-icon {
  background: url(/resources/images/icon_26_active.svg) no-repeat;
  background-size: 52px 43px;
}

.information-page section.organization_info .organization_list .org_button button.org_button_27 .button-icon {
  background: url(/resources/images/icon_27.svg) no-repeat;
  background-size: 52px 43px;
}
.information-page section.organization_info .organization_list .org_button.seclect button.org_button_27 .button-icon {
  background: url(/resources/images/icon_27_active.svg) no-repeat;
  background-size: 52px 43px;
}

.information-page section.organization_info .organization_list .org_button button.org_button_28 .button-icon {
  background: url(/resources/images/icon_28.svg) no-repeat;
  background-size: 52px 43px;
}
.information-page section.organization_info .organization_list .org_button.seclect button.org_button_28 .button-icon {
  background: url(/resources/images/icon_28_active.svg) no-repeat;
  background-size: 52px 43px;  
}

.information-page section.organization_info .organization_list .org_button.seclect button {
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px 0 rgba(0, 0, 0, 0.2)
}

.information-page section.organization_info .organization_list .org_button.seclect button .button-text {
  color: #fff
}

.information-page section.organization_info .organization_list .org_button.seclect button.org_button_1 {
  background-color: #ea4f19;
  color: #fff
}

.information-page section.organization_info .organization_list .org_button.seclect button.org_button_1 .button-icon {
  color: #fff
}

.information-page section.organization_info .organization_list .org_button.seclect button.org_button_2 {
  background-color: #3f51b5;
  color: #fff
}

.information-page section.organization_info .organization_list .org_button.seclect button.org_button_2 .button-icon {
  color: #fff
}

.information-page section.organization_info .organization_list .org_button.seclect button.org_button_3 {
  background-color: #ffc107;
  color: #fff
}

.information-page section.organization_info .organization_list .org_button.seclect button.org_button_3 .button-icon {
  color: #fff
}

.information-page section.organization_info .organization_list .org_button.seclect button.org_button_4 {
  background-color: #008737;
  color: #fff
}

.information-page section.organization_info .organization_list .org_button.seclect button.org_button_4 .button-icon {
  color: #fff
}

.information-page section.organization_info .organization_list .org_button.seclect button.org_button_5 {
  background-color: #22A8A8;
  color: rgba(0, 0, 0, 0.87)
}

.information-page section.organization_info .organization_list .org_button.seclect button.org_button_5 .button-icon {
  color: #fff
}

.information-page section.organization_info .organization_list .org_button.seclect button.org_button_6 {
  background-color: #e91e63;
  color: rgba(0, 0, 0, 0.87)
}

.information-page section.organization_info .organization_list .org_button.seclect button.org_button_6 .button-icon {
  color: #fff
}


.information-page section.organization_info .organization_list .org_button.seclect button.org_button_21 {
  background-color: #89C997;
  color: rgba(0, 0, 0, 0.87)
}

.information-page section.organization_info .organization_list .org_button.seclect button.org_button_21 .button-icon {
  color: #fff
}

.information-page section.organization_info .organization_list .org_button.seclect button.org_button_22 {
  background-color: #AE5DA1;
  color: rgba(0, 0, 0, 0.87)
}

.information-page section.organization_info .organization_list .org_button.seclect button.org_button_22 .button-icon {
  color: #fff
}

.information-page section.organization_info .organization_list .org_button.seclect button.org_button_23 {
  background-color: #00B7EE;
  color: rgba(0, 0, 0, 0.87)
}

.information-page section.organization_info .organization_list .org_button.seclect button.org_button_23 .button-icon {
  color: #fff
}

.information-page section.organization_info .organization_list .org_button.seclect button.org_button_24 {
  background-color: #F19149;
  color: rgba(0, 0, 0, 0.87)
}

.information-page section.organization_info .organization_list .org_button.seclect button.org_button_24 .button-icon {
  color: #fff
}

.information-page section.organization_info .organization_list .org_button.seclect button.org_button_25 {
  background-color: #E60012;
  color: rgba(0, 0, 0, 0.87)
}

.information-page section.organization_info .organization_list .org_button.seclect button.org_button_25 .button-icon {
  color: #fff
}

.information-page section.organization_info .organization_list .org_button.seclect button.org_button_26 {
  background-color: #88001B;
  color: rgba(0, 0, 0, 0.87)
}

.information-page section.organization_info .organization_list .org_button.seclect button.org_button_26 .button-icon {
  color: #fff
}

.information-page section.organization_info .organization_list .org_button.seclect button.org_button_27 {
  background-color: #3F48CC;
  color: rgba(0, 0, 0, 0.87)
}

.information-page section.organization_info .organization_list .org_button.seclect button.org_button_27 .button-icon {
  color: #fff
}

.information-page section.organization_info .organization_list .org_button.seclect button.org_button_28 {
  background-color: #000000;
  color: rgba(0, 0, 0, 0.87)
}

.information-page section.organization_info .organization_list .org_button.seclect button.org_button_28 .button-icon {
  color: #fff
}


.information-page section.organization_info .organization_list .org_button.seclect button.org_button_7 {
  background-color: #ea4f19;
  color: #fff
}

.information-page section.organization_info .organization_list .org_button.seclect button.org_button_7 .button-icon {
  color: #fff
}

.information-page section.organization_info .organization_list .org_button.seclect button.org_button_8 {
  background-color: #3f51b5;
  color: #fff
}

.information-page section.organization_info .organization_list .org_button.seclect button.org_button_8 .button-icon {
  color: #fff
}

.information-page section.organization_info .organization_list .org_button.seclect button.org_button_9 {
  background-color: #ffc107;
  color: #fff
}

.information-page section.organization_info .organization_list .org_button.seclect button.org_button_9 .button-icon {
  color: #fff
}

.information-page section.organization_info .organization_list .org_button.seclect button.org_button_10 {
  background-color: #008737;
  color: #fff
}

.information-page section.organization_info .organization_list .org_button.seclect button.org_button_10 .button-icon {
  color: #fff
}

.information-page section.organization_info .organization_list .org_button.seclect button.org_button_11 {
  background-color: #22A8A8;
  color: rgba(0, 0, 0, 0.87)
}

.information-page section.organization_info .organization_list .org_button.seclect button.org_button_11 .button-icon {
  color: #fff
}

.information-page section.organization_info .organization_list .org_button.seclect button.org_button_12 {
  background-color: #e91e63;
  color: rgba(0, 0, 0, 0.87)
}

.information-page section.organization_info .organization_list .org_button.seclect button.org_button_12 .button-icon {
  color: #fff
}

.information-page section.organization_info .organization_list .org_button.seclect button.org_button_16 {
  background-color: #89c997;
  color: rgba(0, 0, 0, 0.87)
}

.information-page section.organization_info .organization_list .org_button.seclect button.org_button_16 .button-icon {
  color: #fff
}

.information-page section.organization_info .organization_list .org_button.seclect button.org_button_17 {
  background-color: #ae5da1;
  color: rgba(0, 0, 0, 0.87)
}

.information-page section.organization_info .organization_list .org_button.seclect button.org_button_17 .button-icon {
  color: #fff
}

.information-page section.organization_info .organization_list .org_button.seclect button.org_button_18 {
  background-color: #00b7ee;
  color: rgba(0, 0, 0, 0.87)
}

.information-page section.organization_info .organization_list .org_button.seclect button.org_button_18 .button-icon {
  color: #fff
}

.information-page section.organization_info .organization_list .org_button.seclect button.org_button_19 {
  background-color: #f19149;
  color: rgba(0, 0, 0, 0.87)
}

.information-page section.organization_info .organization_list .org_button.seclect button.org_button_19 .button-icon {
  color: #fff
}

.information-page section.organization_info .organization_list .org_button.seclect button.org_button_20 {
  background-color: #e60012;
  color: rgba(0, 0, 0, 0.87)
}

.information-page section.organization_info .organization_list .org_button.seclect button.org_button_20 .button-icon {
  color: #fff
}



.information-page section.organization_info_sp {
  display: none
}

.information-page section.maintenance_info .maintenance_box {
  border: 1px solid rgba(0, 0, 0, 0.87);
  margin: 20px auto;
  padding: 20px;  
}

.information-page section.maintenance_info .maintenance_box .maintenance__button {
  display: none;
  justify-content: flex-end;
}

.information-page section.maintenance_info .maintenance_box .maintenance__button--sp {
  display: block; 
}

.information-page section.maintenance_info .maintenance__button--sp .maintenance__button-text {
  color: #000;
  font-size: 14px;
  display: flex;
  justify-content: center;
  padding: 8px 16px;
  outline: none;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);

}

.information-page section.maintenance_info .maintenance_box .maintenance__button .maintenance__button-text {
  color: #000;
  font-size: 14px;
  display: flex;
  justify-content: center;
  padding: 8px 16px;
  outline: none;
  width: 216px;
  border-radius: 5px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);

}

.information-page section.faq .faq_list {
  margin: 0 auto;
  display: table;
  padding: 0;
  width: 100%
}

.information-page section.faq .faq_list .faq_button p {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center
}

.information-page section.faq .faq_list .seclect:after {
  background: #e5e5e5
}

.information-page section.faq .faq_list li {
  display: table-cell;
  position: relative;
  cursor: pointer
}

.information-page section.faq .faq_list li:after {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background: #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  content: "";
  bottom: -20px;
  left: 40%
}

.information-page section.faq .faq_list li button {
  width: 128px;
  height: 128px;
  padding: 0;
  border: 0;
  background-color: #fff;
  display: block;
  margin: 20px auto 80px
}

.information-page section.faq .faq_list li button.faq_button_1 {
  background: url("../images/faq_icon_1.svg") no-repeat;
  background-size: 100%
}

.information-page section.faq .faq_list li button.faq_button_2 {
  background: url("../images/faq_icon_2.svg") no-repeat;
  background-size: 100%
}

.information-page section.faq .faq_list li button.faq_button_3 {
  background: url("../images/faq_icon_3.svg") no-repeat;
  background-size: 100%
}

.information-page section.faq .faq_list_details {
  padding: 0
}

.information-page section.faq .faq_list_details .faq_detail {
  display: none;
  background: #e5e5e5;
  padding: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  position: relative
}

.information-page section.faq .faq_list_details .faq_detail.active {
  display: block
}

.information-page section.faq .faq_list_details .faq_detail .faq_detail_content {
  background: #e5e5e5;
  margin: 20px;
  max-height: 264px;
  overflow-y: scroll
}

.information-page section.faq .faq_list_details .faq_detail .faq_detail_content p {
  font-weight: normal;
  background: #fff;
  margin: 0;
  padding: 20px
}

.information-page section.faq_sp {
  display: none
}

.information-page section.contact_wrapper {
  background: url("../images/top_bg_03.jpg") no-repeat right
}

@media screen and (min-width:1024px) {
  .wrapper {
    padding: 0
  }
  .seclect:active {
    color: blue
  }
  #section_about .aboutUs ul {
    display: inline-block
  }
  #section_about .aboutUs ul h3 {
    margin: 0;
    vertical-align: bottom
  }
  #section_about .aboutUs ul li {
    width: 502px;
    display: block;
    float: left;
    margin-right: 20px
  }
  #section_about .aboutUs ul li:nth-child(2n) {
    margin-right: 0
  }
  #section_about .aboutUs ul li .logo_container {
    position: relative;
    display: block;
    min-height: 192px
  }
  #section_about .aboutUs ul li .logo_container img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
  footer {
    padding-top: 80px;
    padding-bottom: 30px;
    margin-top: 40px;
  }
}

@media screen and (max-width:1024px) {
  .fixed .infonav .dropdownLogo {
    width: 70px;
    padding-top: 70px;
    margin-right: 15px;
  }
  .infonav p {
    font-size: 17px;
  }
  .infonav .contents {
    margin: 0 13px;
  }
  .fixed .wrapper {
    padding-left: 20px;
    padding-right: 6px;
  }
  .fixed.stick .wrapper {
    padding-left: 20px;
    padding-right: 6px;
  }
  .fixed .mainNav ul li a {
    font-size: 14px;
  }
  #section_contact .contact_text .joinus a {
    display: block;
    width: 90%;
    margin-right: 0;
    margin-top: 0
  }
}

@media screen and (max-width:768px) {
  .sb-slidebar .mobile_logo {
    margin-top: 30px;
  }
  .sb-slidebar .mobile_logo:hover {
    opacity: 1 !important;
  }
  #section_services .service_name {
    min-height: auto
  }
  a.anchor {
    display: block;
    position: relative;
    top: 0px;
    visibility: hidden
  }
  .information-page section.organization_info .organization-details .organization-details__table {
    font-size: 14px
  }
  .information-page h2 {
    font-size: 18px;
    /*line-height: 18px*/
  }
  .information-page section.organization_info {
    display: block
  }
  .information-page section.organization_info .organization_list li:after {
    display: none
  }
  .information-page section.organization_info .org_filter_search_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: none;
    margin-bottom: 20px
  }
  .information-page section.organization_info .org_filter_search_box form {
    width: 100%
  }
  .information-page section.organization_info .org_filter_search_box .search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
  }
  .information-page section.organization_info .org_filter_search {
    margin-bottom: 20px;
    display: block;
  }
  .information-page section.organization_info .org_filter_search .org_filter {
    
  }
  .information-page section.organization_info .org_filter_search .org_filter_list {
    margin-bottom: 0
  }
  .information-page .information-page section.organization_info .org_filter_search .org_filter_list {
    margin-bottom: 20px
  }
  .information-page section.organization_info_sp {
    display: block
  }
  .information-page section.organization_info_sp .organization_box label {
    background: #fff;
    color: rgba(0, 0, 0, 0.87);
    padding: 10px;
    display: block;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.87)
  }
  .information-page section.organization_info_sp .organization_box input[type=checkbox].on-off {
    display: none
  }
  .information-page section.organization_info_sp .organization_box.organization_box ul {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid rgba(0, 0, 0, 0.87);
    border-top: 0;
    border-bottom: 0
  }
  .information-page section.organization_info_sp .organization_box.organization_box ul:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.87)
  }
  .information-page section.organization_info_sp .organization_box.organization_box li {
    padding: 5px
  }
  .information-page section.organization_info_sp .organization_box input[type=checkbox].on-off + ul {
    height: 0;
    overflow: hidden
  }
  .information-page section.organization_info_sp .organization_box input[type=checkbox].on-off:checked + ul {
    height: 200px;
    overflow-y: scroll
  }
  .information-page section.faq {
    display: none
  }
  .information-page section.faq_sp {
    display: block
  }
  .information-page section.faq_sp .faq_box label {
    background: #fff;
    color: rgba(0, 0, 0, 0.87);
    padding: 10px;
    display: block;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.87)
  }
  .information-page section.faq_sp .faq_box input[type=checkbox].on-off {
    display: none
  }
  .information-page section.faq_sp .faq_box.faq_box ul {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid rgba(0, 0, 0, 0.87);
    border-top: 0;
    border-bottom: 0
  }
  .information-page section.faq_sp .faq_box.faq_box ul:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.87)
  }
  .information-page section.faq_sp .faq_box.faq_box li {
    padding: 5px
  }
  .information-page section.faq_sp .faq_box input[type=checkbox].on-off + ul {
    height: 0;
    overflow: hidden
  }
  .information-page section.faq_sp .faq_box input[type=checkbox].on-off:checked + ul {
    height: 200px
  }
  .fixed .dropNav,
  .fixed .mainNav {
    display: none
  }
  .org_filter_search {
    width: 100%
  }
  .org_filter_search .org_filter {
    margin: 0 auto
  }
  .org_filter_search .org_filter_list {
   display: flex;
  }
  .org_filter_search_box {
    position: relative;
    width: 100%;
    text-align: center
  }
  .org_filter_search_box:after {
    content: " ";
    display: table;
    clear: both
  }
  .hamburger {
    display: inline-block
  }
  .mobileNav {
    content: "";
    background: none;
    display: inline-block;
    width: 50px;
    height: 50px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    border: 0
  }
  section {
    padding-top: 20px;
    padding-bottom: 20px
  }
  footer .footernav ul li {
    margin: 0 auto;
    display: block
  }
  footer .address {
    font-size: 14px
  }
  footer .privacy {
    padding: 20px
  }
  footer p img {
    padding: 5%;
    width: 90%
  }
  .profile {
    background: url("../images/bg_profile.jpg") repeat top
  }
  .profile .profile_table dl {
    overflow: hidden
  }
  .profile .profile_table dt {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    width: 100px
  }
  .profile .profile_table dd {
    float: left;
    display: table-cell;
    padding: 10px;
    overflow: hidden;
    clear: both
  }
  .profile .profile_table dd ul {
    padding-left: 0
  }
  .privacy_page {
    margin-top: 0;
    padding-top: 3em
  }
  .information-page .info_img_sp {
    /*display: block*/
  }
  .information-page .info_img_pc {
    /*display: none*/
  }
  .information-page h3 {
    font-size: 18px;
    color: #4A4A4A;
    font-weight: bold
  }
}

@media screen and (max-width:456px) {
  .information-page h2:after {
    width: 110px
  }
  .information-page .maintenance_info h2:after {
    width: 144px;
  }
  .information-page .faq-section h2:after {
    width: 35px;
  }
  .information-page section.organization_info .org_filter_search .org_filter li {
    width: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 16px;
  }
  .information-page section.organization_info .organization-details .organization-details__table.active {
    padding: 0 20px 20px 20px
  }
}

@media screen and (max-width:450px) {
  #contact_form .contactEntry {
    vertical-align: top
  }
  #contact_form .contactEntry .form_company,
  #contact_form .contactEntry .form_mail,
  #contact_form .contactEntry .form_name,
  #contact_form .contactEntry .form_phone {
    width: 100%
  }
  #contact_form .contactEntry .form_company input,
  #contact_form .contactEntry .form_mail input,
  #contact_form .contactEntry .form_name input,
  #contact_form .contactEntry .form_phone input {
    width: 90%
  }
  #contact_form .contentTxt {
    width: 93%
  }
}

@media screen and (max-width:600px) {
  #section_contact .contact_image {
    width: 100%;
    height: auto;
    float: none;
    overflow: auto;
    padding-top: 0
  }
  #section_contact .contact_image:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden
  }
  #section_contact .contact_image img {
    position: static;
    float: none;
    width: 100%;
    height: auto;
    top: 0;
    left: 0
  }
  #section_contact .contact_text {
    padding-top: 0;
    width: 100%
  }
  #section_contact .contact_text:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden
  }
}

.accordion {
  background-color: white;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #979797;
  font-weight: 700;
  text-align: center;
  position: relative
}

.accordion.active,
.accordion:hover {
  background-color: white
}

/* .accordion:first-of-type:before {
  content: '';
  background-size: cover;
  color: #777;
  float: left;
  margin-right: 5px;
  width: 25px;
  height: 25px
}

.accordion:nth-of-type(2):before {
  content: '';
  background-size: cover;
  color: #777;
  float: left;
  margin-right: 5px;
  width: 25px;
  height: 25px
}

.accordion:last-of-type:before {
  content: '';
  background-size: cover;
  color: #777;
  float: left;
  margin-right: 5px;
  width: 25px;
  height: 25px
} */

.accordion:after {
  content: '\02795';
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
  position: absolute;
  right: 16px
}

.accordion.active:after {
  content: "\2796"
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
  opacity: 0;
  margin-top: -1px;
  margin-bottom: -1px;
}

.panel__information {
  margin: 0;
  padding: 10px 0
}

.panel__information a {
  color: #22a8a8
}

.panel__title {
  font-weight: 600;
  margin: 0;
  padding: 10px 0
}

.panel__title:before {
  background: #0d863b;
  content: "";
  display: block;
  float: left;
  height: 24px;
  margin-right: 8px;
  width: 4px
}

.panel.show {
  background: #f8f8f8;
  border: 1px solid #979797;
  max-height: 9999px;
  opacity: 1
}

.information-page__organization-details {
  padding: 12px;
  position: relative
}

.organization-details {
  background-color:#fff;
  border-radius: 4px;
  border: 1px #707070 solid;

}

.organization-details__title {
  line-height: 24px;
  margin: 0;
  text-align: center;
  width: 100%;
  font-weight: 400;
  padding-bottom: 16px;
  text-align: left;
}

.organization-details__header {
  display: flex;
  justify-content: center;
}

.organization-details__available-number {
  position: absolute;
  right: 16px;
  margin: 0px;
  font-size: 18px;
  color: #d82a38;
}

.organization-details__available-number.org_button_1 {
  color: #EA4F19;
}

.organization-details__available-number.org_button_2 {
  color: #3f51b5;
}

.organization-details__available-number.org_button_3 {
  color: #ffc107;
}

.organization-details__available-number.org_button_4 {
  color: #008737;
}

.organization-details__available-number.org_button_5 {
  color: #22A8A8;
}

.organization-details__available-number.org_button_6 {
  color: #e91e63;
}

@media screen and (min-width:768px) {
  .organization-details__title {
    font-size: 18px;
    text-align: center;
  }
}

.available-list {
  background-color: #fff;
  padding: 0;
  max-height: 440px;
  overflow-y: auto;
}

.available-list__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0.5rem;
  position: relative
}

.available-list__item:last-child {
  border-bottom: 0
}

.available-list__item--spinner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 8rem
}

.available-list__bank-name {
  display: block;
  font-size: 1.25rem;
  margin: 0 0 .5rem;
  width: 100%
}

@media screen and (min-width:768px) {
  .available-list__bank-name {
    display: inline-block;
    font-size: 1rem;
    margin: 0;
    width: inherit
  }
}

.available-list__category {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  color: #fff;
  max-width: 120px;
  padding: 0 0.5rem;
  font-size: 12px;
  font-weight: 400;
  min-width: 98px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  height: 27px;
  margin: 0 0.5rem 0.5rem 0; 
}

.available-list__category--1 {
  background-color: #fff;
  color: #ea4f19;
  border: 1px solid #ea4f19;
}

.available-list__category--2 {
  background-color: #fff;
  color: #3f51b5;
  border: 1px solid #3f51b5;
}

.available-list__category--3 {
  background-color: #fff;
  color: #ffc107;
  border: 1px solid #ffc107;
  font-size: 10px;
}

.available-list__category--4 {
  background-color: #fff;
  color: #008737;
  border: 1px solid #008737;
  font-size: 10px;
}

.available-list__category--5 {
  background-color: #fff;
  color: #22A8A8;
  border: 1px solid #22A8A8;
  font-size: 10px;
}

.available-list__category--6 {
  background-color: #fff;
  color: #e91e63;
  border: 1px solid #e91e63;
}



.available-list__category--16 {
  background-color: #89c997;
  color: #fff
}

.available-list__category--17 {
  background-color: #ae5da1;
  color: #fff
}

.available-list__category--18 {
  background-color: #00b7ee;
  color: #fff
}

.available-list__category--19 {
  background-color: #f19149;
  color: #fff
}

.available-list__category--20 {
  background-color: #e60012;
  color: #fff
}

.available-list__category--21 {
  background-color: #fff;
  color: #89C997;
  border: 1px solid #89C997;
}

.available-list__category--22 {
  background-color: #fff;
  color: #AE5DA1;
  border: 1px solid #AE5DA1;
}

.available-list__category--23 {
  background-color: #fff;
  color: #00B7EE;
  border: 1px solid #00B7EE;
}

.available-list__category--24 {
  background-color: #fff;
  color: #F19149;
  border: 1px solid #F19149;
}

.available-list__category--25 {
  background-color: #fff;
  color: #E60012;
  border: 1px solid #E60012;
}

.available-list__category--26 {
  background-color: #fff;
  color: #88001B;
  border: 1px solid #88001B;
}

.available-list__category--27 {
  background-color: #fff;
  color: #3F48CC;
  border: 1px solid #3F48CC;
}
@media screen and (min-width:768px) {
  .available-list__category {
    float: none;
    max-width: none
  }
}

.available-list__status-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

@media screen and (min-width:768px) {
  .available-list__status-list {
    margin-left: auto
  }
}

.available-list__status {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 4px;
  color: #444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  min-height: 1.5rem;
  line-height: 1.5;
  margin-right: .5rem;
  padding: 0.25rem;
  border: 1px solid #444;
  margin: 0 0.5rem 0 0;
  height: 27px;
}

@media screen and (min-width:768px) {
  .available-list__status {
    margin: 0 0 0 0.5rem;
  }
}

.details-division {
  height: 1px;
  width: 100%;
  border: 0;
  margin: 10px 0;
  border-bottom: 1px dotted #72D3E5
}

.details-division:last-of-type {
  margin-bottom: 0;
  display: none
}

.Spinner {
  font-size: 0;
  height: 24px;
  margin-left: -14px;
  width: 24px;
  -webkit-animation: container-rotate 1600ms linear infinite;
  animation: container-rotate 1600ms linear infinite
}

.Spinner-line {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0
}

.Spinner-line--1 {
  border-color: #ea4f19;
  -webkit-animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-1-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-1-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
}

.Spinner-line--2 {
  border-color: #3f51b5;
  -webkit-animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-2-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-2-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
}

.Spinner-line--3 {
  border-color: #ffc107;
  -webkit-animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-3-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-3-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
}

.Spinner-line--4 {
  border-color: #008737;
  -webkit-animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-4-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-4-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
}

.Spinner-line-cog {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit
}

.Spinner-line-cog-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 200%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  border-width: 3px;
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent;
  border-radius: 50%;
  -webkit-animation: none;
  animation: none
}

.Spinner-line-cog-inner--left {
  border-right-color: transparent;
  -webkit-transform: rotate(129deg);
  transform: rotate(129deg);
  -webkit-animation: left-spin 1200ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: left-spin 1200ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
}

.Spinner-line-cog-inner--right {
  left: -100%;
  border-left-color: transparent;
  -webkit-transform: rotate(-129deg);
  transform: rotate(-129deg);
  -webkit-animation: right-spin 1200ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: right-spin 1200ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
}

.Spinner-line-cog-inner--center {
  width: 1000%;
  left: -450%
}

.Spinner-line-ticker {
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit
}

@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
  }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg)
  }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg)
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg)
  }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg)
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg)
  }
  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg)
  }
}

@keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
  }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg)
  }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg)
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg)
  }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg)
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg)
  }
  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg)
  }
}

@-webkit-keyframes left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg)
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }
  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg)
  }
}

@keyframes left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg)
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }
  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg)
  }
}

@-webkit-keyframes right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg)
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
  }
  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg)
  }
}

@keyframes right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg)
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
  }
  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg)
  }
}

@-webkit-keyframes line-1-fade-in-out {
  0% {
    opacity: 1
  }
  25% {
    opacity: 1
  }
  26% {
    opacity: 0
  }
  89% {
    opacity: 0
  }
  90% {
    opacity: 1
  }
  to {
    opacity: 1
  }
}

@keyframes line-1-fade-in-out {
  0% {
    opacity: 1
  }
  25% {
    opacity: 1
  }
  26% {
    opacity: 0
  }
  89% {
    opacity: 0
  }
  90% {
    opacity: 1
  }
  to {
    opacity: 1
  }
}

@-webkit-keyframes line-2-fade-in-out {
  0% {
    opacity: 0
  }
  15% {
    opacity: 0
  }
  25% {
    opacity: 1
  }
  50% {
    opacity: 1
  }
  51% {
    opacity: 0
  }
}

@keyframes line-2-fade-in-out {
  0% {
    opacity: 0
  }
  15% {
    opacity: 0
  }
  25% {
    opacity: 1
  }
  50% {
    opacity: 1
  }
  51% {
    opacity: 0
  }
}

@-webkit-keyframes line-3-fade-in-out {
  0% {
    opacity: 0
  }
  40% {
    opacity: 0
  }
  50% {
    opacity: 1
  }
  75% {
    opacity: 1
  }
  76% {
    opacity: 0
  }
}

@keyframes line-3-fade-in-out {
  0% {
    opacity: 0
  }
  40% {
    opacity: 0
  }
  50% {
    opacity: 1
  }
  75% {
    opacity: 1
  }
  76% {
    opacity: 0
  }
}

@-webkit-keyframes line-4-fade-in-out {
  0% {
    opacity: 0
  }
  65% {
    opacity: 0
  }
  75% {
    opacity: 1
  }
  90% {
    opacity: 1
  }
  to {
    opacity: 0
  }
}

@keyframes line-4-fade-in-out {
  0% {
    opacity: 0
  }
  65% {
    opacity: 0
  }
  75% {
    opacity: 1
  }
  90% {
    opacity: 1
  }
  to {
    opacity: 0
  }
}


@media screen and (min-width:768px) { 
  .information-page section.organization_info .org_filter_search_box form input.search {
    min-width: 146px;
    display: inline-block;
    margin-right: 20px;
    width: calc(100% - 100px);
  }

  .information-page section.organization_info .org_filter_search_box form input.submit {
    min-width: 58px;
    width: auto;
    display: inline-block;
    background: #22A8A8;
    color: #fff;
    border: 0;
  }

  .information-page section.organization_info .organization_list .org_button button {
    width: auto;
  }
  .information-page section.organization_info .organization_list .org_button {
    width: auto;
  }

  .organization-details__available-number {
    font-size: 20px;
  }

  .available-list__status {
    margin: 0 0 0 0.5rem;
  }

  .available-list__category {
    margin: 0 0 0 0.5rem;
  }

  /* .organization-search-console {
    width: 800px;
    margin: auto;
  } */

  .information-page section.organization_info .org_filter_search_box form input.search {
    margin: 0 20px 0 0;
  }

  .information-page section.organization_info .organization_list {
    justify-content: left;
    margin-bottom: 22px;
  }
  .information-page section.organization_info .organization_list .org_button {
    margin-left: 13px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .org_filter_search_box {
    margin-bottom: 32px;
  }

  .information-page section.organization_info .org_filter_search {
    width: 100%;
  }

  .information-page section.organization_info .org_filter_search .org_filter li {
    flex-grow: 1;
    cursor: pointer;
    font-size: 14px;
  }

  .information-page section.organization_info .org_filter_search .org_filter {
    margin-bottom: 16px;
  }

  .information-page section.organization_info .org_filter_search .org_filter_list li {
    max-width: 80px;
    font-size: 14px;
  }

  .information-page section.organization_info .org_filter_search .org_filter li:nth-child(6) {
    border-left: none;
  }

  .information-page section.maintenance_info .maintenance_box .maintenance__button {
    display: flex;
  }

  .information-page section.maintenance_info .maintenance__button--sp {
    display: none;
  }

  .available-list {
    max-height: 342px;
    overflow-y: auto;
  }

}

.information-page section.organization_info .org_filter_search .org_filter_list li.active:after {
  content: '';
  position: absolute;
  height: 4px;
  background-color: #d82a38;
  width: 80%;
  bottom: 0;
  left: 10%;
}

.info_img_pc {
  margin-top: 48px;
  margin-bottom: 24px;
}

/* ipad用幅調節css */
@media screen and (min-width:769px) {
    .organization-search-console {
        width: 800px;
        margin: auto;
    }
}
/* ipad用金融機関ボタンマージン調節用css */
@media screen and (min-width:767px) {
    .information-page section.organization_info .organization_list .org_button button {
        margin-bottom: 16px;
    }
}