@charset 'UTF-8';

/* iPad独自対応 */
.is-ipad,
.is-ipad * {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
/* iPad独自対応 */

/**********************************
Header
**********************************/

/**************** 共通 ******************/
.simple-header {
  background: #0057B8;
  position: relative;
  z-index: 2;
}

.simple-header__inner {
  margin-left: auto;
  margin-right: auto;
}

.simple-header__logo {
  display: block;
  background-repeat: no-repeat;
  z-index: 1;
}

.simple-header__logo--his {
  background: url(https://www.his-j.com/cmn/images/his_logo_white.svg) no-repeat center;
}

/**************** PC ******************/
#header_pc .simple-header__inner {
  width: 1024px;
  padding: 16px;
}

#header_pc .simple-header__logo--his {
  width: 97px;
  height: 38px;
}

/**************** SP ******************/
#header_sp .simple-header__inner {
  padding: 12px 15px 10px 14px;
}

#header_sp .simple-header__logo--his {
  width: 100px;
  height: 39.2px;
}

.simple-footer__menu a:hover,
#footer_pc .simple-footer__menu a:focus {
  text-decoration: underline;
}

/**********************************
Footer
**********************************/

/*************** 共通 *****************/
.simple-footer {
  position: relative;
  background: #fff;
  border-top: 4px solid #0057B8;
  margin-top: 40px;
}

.simple-footer__inner-wrap {
  position: relative;
}

.simple-footer__menu-wrap {
  display: flex;
  justify-content: space-between;
}

.simple-footer__menu {
  list-style-type: none;
  font-size: 14px;
  line-height: 22px;
  flex-grow: 1;
  text-align: left;
}

.simple-footer__menu a {
  color: #333;
  text-decoration: none;
}

.simple-footer__logo {
  display: block;
  background-repeat: no-repeat;
}

.simple-footer__logo--his {
  background: url(https://www.his-j.com/cmn/images/his_logo_blue.svg) no-repeat center;
}

.simple-footer__logo--privacy {
  background: url(https://www.his-j.com/cmn/images/privacy.png) no-repeat center;
  flex-shrink: 0;
}

.simple-footer__privacy {
  display: flex;
  flex-direction: column;
}

.simple-footer__copyright {
  font-family: 'Noto Sans';
  font-size: 12px;
  color: #888;
  display: flex;
}

.simple-footer__page-top {
  position: absolute;
  right: 24px;
  top: -32px;
  font-size: 12px;
  color: #6a6a6a;
  text-decoration: none;
}

.simple-footer__page-top::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 7px;
  background: url(https://www.his-j.com/cmn/n-headfoot/images/arrow_top_gray.svg) no-repeat;
  margin-left: 7px;
}

/*************** PC *****************/
#footer_pc .simple-footer__inner-wrap {
  width: 1024px;
  padding: 22px 16px 11px;
  margin-left: auto;
  margin-right: auto;
}

#footer_pc .simple-footer__inner {
  display: flex;
}

#footer_pc .simple-footer__menu-wrap {
  flex-direction: row-reverse;
  align-items: flex-start;
  flex-grow: 1;
  margin-top: 0;
  padding-left: 10px;
}

#footer_pc .simple-footer__menu {
  padding-left: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

#footer_pc .simple-footer__menu > * + * {
  margin-top: 0;
}

#footer_pc .simple-footer__menu > * + *::before {
  content: '';
  width: 1px;
  height: 14px;
  border-left: 1px solid #333;
  margin-left: 10px;
  margin-right: 9px;
  display: inline-block;
  position: relative;
  top: 2px;
}

#footer_pc .simple-footer__logo--his {
  width: 97px;
  height: 38px;
  background-size: 97px auto;
  margin-top: 4px;
}

#footer_pc .simple-footer__logo--privacy {
  width: 60px;
  height: 60px;
  background-size: 60px auto;
  position: relative;
  top: -5px;
}

#footer_pc .simple-footer__copyright {
  justify-content: flex-end;
  margin: 0;
  position: absolute;
  right: 16px;
  bottom: 30px;
}

#footer_pc .simple-footer__privacy {
  justify-content: normal;
  padding-left: 0;
}

/**************** SP ******************/
#footer_sp.simple-footer {
  border-width: 3px;
}

#footer_sp .simple-footer__inner-wrap {
  padding: 26px 24px 30px;
}

#footer_sp .simple-footer__menu-wrap {
  margin-top: 21px;
}

#footer_sp .simple-footer__menu > * + * {
  margin-top: 10px;
}

#footer_sp .simple-footer__logo--his {
  width: 80px;
  height: 32px;
}

#footer_sp .simple-footer__copyright {
  justify-content: center;
  margin: 25px 0 0;
}

#footer_sp .simple-footer__privacy {
  justify-content: flex-end;
  padding-left: 5px;
}
