@charset "UTF-8";
/* Reset
-----------------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  color: #000000;
  font-family: Arial, YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 100%;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
}

* html body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  color: #000000;
  font-size: 100%;
  line-height: 1.6;
  text-align: left;
}

h1, h2, h3, h4, h5, h6, p, form, ul, ol, li, dd, dt, dl {
  margin: 0;
  padding: 0;
}

option {
  padding-right: 10px;
}

*:first-child + htm option {
  padding-right: 0;
}

/* IE7 */
* html option {
  padding-right: 0;
}

/* IE6 */
input, textarea {
  margin-top: 0px;
  background: #ffffff;
}

address, caption, cite, code {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
}

table {
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

th, td {
  font-size: 100%;
}

html > body img {
  vertical-align: bottom;
}

/* IE7, IE8, modern browser */
a img {
  border: 0;
}

br {
  letter-spacing: 0px;
}

/* Base
-----------------------------------------------------------*/
body {
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

body.is-fixed-header {
  position: fixed;
  width: 100%;
  height: 100%;
}

a {
  -webkit-transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out, background 0.15s ease-in-out;
  color: #003598;
  word-break: break-word;
  transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out, background 0.15s ease-in-out;
}

a:hover, a:focus {
  text-decoration: none;
}

a img {
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

img {
  -webkit-backface-visibility: hidden;
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}

/* Layout style
-----------------------------------------------------------*/
/*----- container -----*/
#container {
  width: auto;
  overflow: hidden;
}

/*----- contents -----*/
#contents {
  margin-right: auto;
  margin-left: auto;
}

/*----- block-skip -----*/
.block-skip {
  z-index: 10;
  position: relative;
  background-color: #EFEEEB;
}

.block-skip a {
  display: inline-block;
  margin: .5em;
  line-height: 1;
}

.block-skip a:not(:focus) {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  white-space: nowrap;
  clip-path: inset(50%);
}

/*----- header -----*/
.header#header {
  -webkit-font-feature-settings: normal;
  z-index: 1005;
  position: relative;
  width: auto;
  height: auto;
  margin-bottom: 0;
  background-color: #ffffff;
  font-family: Arial, YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-feature-settings: normal;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  text-align: left;
}

.header#header *, .header#header *::before, .header#header *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header#header button {
  font-family: inherit;
  cursor: pointer;
}

.header#header img {
  vertical-align: bottom;
}

.header#header input {
  font-family: Arial;
  line-height: normal;
}

.header-inner {
  width: 100%;
  max-width: 1044px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.header-inner:after {
  display: block;
  clear: both;
  content: "";
}

.header-logo a {
  display: block;
  line-height: 0;
}

.header-logo a span {
  display: block;
}

.header-logo-sub {
  margin-top: 4px;
}

.header-search input:not(.search-btn) {
  font-size: 83.33312%;
}

.header-search .search-box-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 35px;
}

.header-search .search-box-row::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 35px;
  height: 32px;
  margin: auto 0;
  background: url(/common/images/icon_search.png) no-repeat 50% 50%;
  background-size: 22px auto;
  content: "";
}

.header-search .search-field {
  width: calc(100% - (4.57501em - 4px)) !important;
  height: auto !important;
  border: 2px solid #DDDDDD !important;
  border-radius: 0;
  background-color: #ffffff;
}

.header-search .search-btn {
  -ms-flex-negative: 0;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  display: inline-block;
  flex-shrink: 0;
  width: 5.08333em;
  min-width: 61px;
  margin-left: -4px;
  border: 1px solid #585858;
  border-radius: 0;
  background-color: #585858;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.header-link, .header-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.header-link li, .header-social li {
  margin-bottom: 0;
}

.header-link-item:not(:last-child)::after {
  content: "|";
}

.header-link-item a {
  display: inline-block;
  padding: 0 .75em;
}

#header.header .header-link-item a {
  color: #003598;
  text-decoration: underline;
}

.header-social {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-social-item a {
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.header-social-item a:hover, .header-social-item a:focus {
  opacity: 0.8;
}

.header-nav:after {
  display: block;
  clear: both;
  content: "";
}

.header-nav ol, .header-nav ul {
  margin-bottom: 0;
}

.header-nav li {
  margin-bottom: 0;
}

.header-nav-global {
  position: relative;
  padding-left: 0;
  clear: both;
  color: #ffffff;
  list-style: none;
}

.header-nav-global-item {
  margin-bottom: 0;
}

.header-nav-global-title {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: .35em .25em .25em;
  border: 0;
  font-family: Arial, YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 100%;
  font-weight: bold;
  cursor: pointer;
}

.header-dropdown {
  display: none;
}

.header-dropdown a {
  color: #222222;
  line-height: 1.25;
}

#header.header .header-dropdown a {
  color: #222222;
  text-decoration: underline;
}

.header-dropdown-menu {
  padding-left: 0;
  list-style: none;
}

.header-dropdown-menu-item {
  text-align: left;
}

.header-dropdown-menu-item a {
  position: relative;
  padding: 1.15em .5em 1.15em 1.5em;
  border-bottom: 1px solid #E5E5DB;
}

.header-dropdown-menu-item a::before {
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin: auto 0;
  transform: rotate(45deg);
  border-top: 2px solid #B31822;
  border-right: 2px solid #B31822;
  content: "";
}

.header-dropdown-title {
  font-weight: bold;
  text-align: left;
}

#header.header .header-dropdown-title {
  margin: 0;
}

.header-dropdown-close {
  position: absolute;
  top: 25px;
  right: 96px;
  padding-right: 25px;
  border: 0;
  background-color: transparent;
  color: #222222;
  font-size: 83.33312%;
  line-height: normal;
  cursor: pointer;
}

.header-dropdown-close:not(:hover) {
  text-decoration: underline;
}

.header-dropdown-close::before, .header-dropdown-close::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 2px;
  margin: auto 0;
  background-color: #222222;
  content: "";
}

.header-dropdown-close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-dropdown-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*----- main -----*/
main.main {
  text-align: left;
}

main.main *, main.main *::before, main.main *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main.main button {
  font-family: inherit;
  cursor: pointer;
}

/*----- content -----*/
.content-header {
  margin-bottom: 20px;
  padding: 8px 0 20px;
  background-color: #EFEEEB;
}

.content-inner {
  width: 100%;
  max-width: 1044px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.content-section {
  overflow: hidden;
}

.content-section + .content-section, .unique-block + .content-section {
  margin-top: 56px;
}

.content-section section {
  margin-top: 40px;
}

.content-upper-links {
  margin-bottom: 16px;
}

.content-text:not(:first-child) {
  margin-top: 1em;
}

.content-text:not(:last-child) {
  margin-bottom: 1em;
}

/*----- topicPath -----*/
#topicPath {
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

/*----- breadcrumb -----*/
.breadcrumb {
  margin-bottom: 1em;
  letter-spacing: -.4em;
  list-style: none;
}

.breadcrumb ul {
  margin: 0 !important;
  padding-left: 0;
}

.breadcrumb li {
  display: inline;
  margin: 0;
  font-size: 87.5% !important;
  letter-spacing: normal;
}

.breadcrumb li:not(:last-child)::after {
  display: inline;
  margin: 0 .25em;
  content: "＞";
}

/*----- pageNavi -----*/
#pageNavi {
  margin-right: auto;
  margin-left: auto;
}

/*----- pagetop -----*/
.footer .pagetop {
  -webkit-transform: translateY(-50%);
  z-index: 5;
  position: absolute;
  right: 15px;
  width: 60px;
  height: 60px;
  padding: 0;
  transform: translateY(-50%);
}

.footer .pagetop.is-fixed {
  -webkit-transform: translateY(0);
  position: fixed;
  bottom: 20px;
  transform: translateY(0);
}

.footer .pagetop a {
  -webkit-transition: background-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  display: block;
  height: 100%;
  border: 1px solid #5E574C;
  background: #5E574C;
  transition: background-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

.footer .pagetop a::before {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: all 0.15s ease-in-out;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 14px;
  height: 14px;
  margin: -3.25px auto 0;
  transform: rotate(-45deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-radius: 2px;
  content: '';
  transition: all 0.15s ease-in-out;
}

/*----- footer -----*/
.footer#footer {
  -webkit-font-feature-settings: normal;
  width: auto;
  margin-top: 56px;
  margin-top: 56px;
  padding: 0;
  background-color: #F7F7F7;
  background-color: #F7F7F7;
  font-family: Arial, YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-feature-settings: normal;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
}

.footer#footer *, .footer#footer *::before, .footer#footer *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.footer#footer button {
  font-family: inherit;
  cursor: pointer;
}

.footer#footer img {
  vertical-align: bottom;
}

.footer#footer p:first-child {
  margin-top: 0;
}

.footer#footer p:last-child {
  margin-bottom: 0;
}

.footer#footer ol, .footer#footer ul {
  margin: 0;
  padding-left: 0;
}

.footer#footer ol li, .footer#footer ul li {
  margin-bottom: 0;
}

.footer-inner {
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.footer-upper {
  position: relative;
  padding: 34px 0 120px;
  border-top: 1px solid #E1D8AD;
  background-color: #ffffff;
}

.footer-info-logo a {
  display: block;
  line-height: 0;
}

.footer-info-logo a span {
  display: block;
}

.footer-info-logo-sub {
  margin-top: 4px;
}

.footer-info-text {
  margin-top: 28px;
  text-align: left;
}

.footer-social-title {
  font-weight: bold;
}

.footer-social-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  list-style: none;
}

.footer-lower {
  padding: 20px 0 24px;
}

.footer-link {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}

.footer-link-item:not(:last-child)::after {
  content: "|";
}

.footer-link-item a {
  display: inline-block;
  padding: 0 .75em;
}

#footer.footer .footer-link-item a {
  color: #003598;
  text-decoration: underline;
}

.footer-copy {
  text-align: center;
}

.footer-copy:first-child {
  margin-top: 0;
}

.footer.-popup {
  margin-top: 32px;
  padding: 20px 0 24px;
}

/*----- popup -----*/
.popup .content-header {
  padding-top: 20px;
}

.popup-block-close {
  margin-top: 1em;
  text-align: center;
}

.popup-block > table {
  margin: 0 auto;
}

/*----- emergency -----*/
#emergency {
  margin: 40px auto;
  padding: 0 10px;
  clear: both;
  line-height: 1.3;
}

#emergency .inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1034px;
  margin: 0 auto;
  padding: 15px 40px;
  border: 1px solid #B6171B;
  border-radius: 2px 2px;
  background-color: #fED5D7;
}

#emergency .inner h2 {
  color: #8D080C;
  font-size: 120%;
  font-weight: bold;
}

#emergency .inner > div *:not(:last-child) {
  margin-bottom: 0.25em;
}

#emergency ul {
  padding-left: 24px;
}

/* Utility style
-----------------------------------------------------------*/
.sp-pc {
  display: none !important;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 87.5%;
  }
  img {
    height: auto;
  }
  .contents {
    overflow: hidden;
  }
  .header#header {
    display: block !important;
    padding: 0;
    font-size: 0.875rem;
  }
  .is-fixed-header .header#header {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100vh;
  }
  .header-inner {
    max-width: 100%;
  }
  .header-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 72px;
    padding: 1.14286em;
  }
  .header-logo {
    width: 96px;
  }
  .header-logo-main {
    width: 75px;
  }
  .header-ham-icon {
    display: block;
    z-index: 5;
    position: relative;
    width: 40px;
    height: 40px;
    margin-left: auto;
    padding: 5px 6px 17px;
    border: none;
    background: none;
    font-size: 95.23786%;
    cursor: pointer;
  }
  .header-ham-icon-line {
    display: block;
    position: relative;
    width: 100%;
    height: 2px;
    margin: 8px auto;
    background-color: #333333;
  }
  .header-ham-icon-line::after, .header-ham-icon-line::before {
    -webkit-transition: all .3s ease-in-out;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333333;
    content: "";
    transition: all .3s ease-in-out;
  }
  .header-ham-icon-line::before {
    top: -8px;
  }
  .header-ham-icon-line::after {
    bottom: -8px;
  }
  .header-ham-icon-text {
    -webkit-transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 auto;
    transform: translateX(-50%);
    line-height: 1;
    text-align: center;
  }
  .header-ham-icon-text::before {
    font-size: 90.00023%;
    font-style: normal;
    white-space: nowrap;
    content: 'メニュー';
  }
  .header-ham-icon.is-open .header-ham-icon-line {
    background-color: transparent;
  }
  .header-ham-icon.is-open .header-ham-icon-line::before {
    -webkit-transform: translateY(8px) rotate(-150deg);
    transform: translateY(8px) rotate(-150deg);
  }
  .header-ham-icon.is-open .header-ham-icon-line::after {
    -webkit-transform: translateY(-8px) rotate(150deg);
    transform: translateY(-8px) rotate(150deg);
  }
  .header-ham-icon.is-open .header-ham-icon-text::before {
    content: '閉じる';
  }
  .header-search, .header-utility {
    display: none;
  }
  .header-nav .header-search, .header-nav .header-utility {
    display: block;
  }
  .header-search {
    padding: 1.14286em;
    border-bottom: 1px solid #BEBEBE;
    background-color: #F2F1EF;
  }
  .header-search .search-box-row {
    padding-left: 40px;
  }
  .header-search .search-box-row::before {
    width: 40px;
    height: 46px;
    background-size: 28px auto;
  }
  .header-search .search-field {
    padding: 2px;
    border-width: 1px;
  }
  .header-search .search-btn {
    padding: 14px 5px;
    font-size: 85.71429%;
  }
  .header-utility {
    margin-top: 20px;
  }
  .header-link, .header-social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header-social {
    margin-top: 30px;
  }
  .header-social-item {
    width: 44px;
    margin: 0 16px;
  }
  .header-social-item.-youtube {
    width: 47px;
  }
  .header-nav {
    scrollbar-width: none;
    -webkit-transform: translateY(-10px);
    -webkit-box-shadow: 0 5px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: block;
    visibility: hidden;
    z-index: 5;
    position: absolute;
    top: 72px;
    right: 0;
    bottom: 0;
    left: 0;
    max-height: calc(100vh - 72px);
    overflow-y: auto;
    transform: translateY(-10px);
    background-color: #ffffff;
    box-shadow: 0 5px 4px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .header-nav::-webkit-scrollbar {
    display: none;
  }
  .header-nav.is-open {
    -webkit-transform: translateY(0);
    visibility: visible;
    padding-bottom: 20px;
    transform: translateY(0);
    opacity: 1;
  }
  .header-nav-global-item {
    border-bottom: 1px solid #BEBEBE;
  }
  .header-nav-global-title {
    min-height: 56px;
    padding: 1em 2em 0.875em 1.14286em;
    background-color: #F2F1EF;
    font-size: 114.28571%;
    text-align: left;
  }
  .header-nav-global-title::before, .header-nav-global-title::after {
    -webkit-transition: all .15s ease-in-out;
    position: absolute;
    top: 0;
    right: 1.14286em;
    bottom: 0;
    width: 12px;
    height: 2px;
    margin: auto 0;
    background-color: #222222;
    content: "";
    transition: all .15s ease-in-out;
  }
  .header-nav-global-title::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .header-nav-global-title.is-active::before {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  #header.header .header-nav-global-title {
    color: #222222;
    line-height: normal;
  }
  .header-nav-close {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: 40px 20px 0;
  }
  .header-nav-close .button {
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.06);
    -webkit-transition: background-color .15s ease-in-out;
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 1.25em;
    border: 1px solid #E8E8E8;
    background-color: #ffffff;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.06);
    color: #222222;
    font-size: 100%;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background-color .15s ease-in-out;
  }
  .header-dropdown a {
    display: block;
    padding: 1.15em 1em;
    font-size: 1.14286em;
  }
  .header-dropdown-menu-item a {
    display: block;
    padding-left: 2em;
  }
  .header-dropdown-menu-item a::before {
    left: .75em;
  }
  .header-dropdown-menu-item:last-child a {
    border-bottom: 0;
  }
  .header-dropdown-title {
    border-bottom: 1px solid #E5E5DB;
  }
  .header-dropdown-close {
    display: none;
  }
  .content-inner {
    max-width: 100%;
  }
  .content-section + .content-section, .unique-block + .content-section {
    margin-top: 48px;
  }
  .content-lower-links {
    margin-top: 45px;
  }
  .content-inside {
    padding-right: 1em;
    padding-left: 1em;
  }
  .content table {
    width: 100%;
  }
  .content table[style*='width'] {
    width: 100% !important;
  }
  .breadcrumb li {
    line-height: 1.45;
  }
  .footer .pagetop {
    right: 10px;
  }
  .footer#footer {
    display: block !important;
    font-size: 0.875rem;
  }
  .footer-inner {
    max-width: 100%;
  }
  .footer-upper {
    padding: 40px 0 54.66667%;
    background: #ffffff url(/common/images/footer_bg_sp.png) no-repeat 50% 100%;
    background-size: 100% auto;
  }
  .footer-upper .footer-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-info-logo {
    width: 96px;
  }
  .footer-info-logo-main {
    width: 75px;
  }
  .footer-social {
    margin-bottom: 48px;
    text-align: center;
  }
  .footer-social-title {
    margin-bottom: 1.25em;
  }
  .footer-social-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-social-item {
    width: 49px;
    margin: 0 18px;
  }
  .footer-social-item.-youtube {
    width: 52px;
  }
  .footer-lower {
    padding: 25px 0 30px;
  }
  .footer-link-item {
    font-size: 100%;
    line-height: 2.42857;
  }
  .footer-link-item a {
    padding: 0 .5em;
  }
  .footer-copy {
    margin-top: 3em;
    font-size: 92.85714%;
  }
  .popup-block-close .button.-close {
    width: 50.70423%;
    font-size: 100%;
  }
  #emergency .inner {
    padding: 15px;
  }
  #emergency .inner h2 {
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #B6171B;
    text-align: center;
  }
  .pc-sp {
    display: none !important;
  }
  .sp-pc {
    display: block !important;
  }
}
@media print, screen and (min-width: 768px) {
  .header#header {
    padding-top: 16px;
  }
  .header-logo {
    width: 138px;
    margin-top: 16px;
    float: left;
  }
  .header-logo-main {
    width: 108px;
  }
  .header-ham-icon {
    display: none;
  }
  .header-search, .header-utility {
    width: 100%;
    max-width: calc(100% - 138px);
    margin-bottom: 16px;
    float: right;
    text-align: right;
  }
  .header-nav .header-search, .header-nav .header-utility {
    display: none;
  }
  .header-search #cse-search-box {
    width: 16.25em;
    min-width: 260px;
    margin-left: auto;
  }
  .header-search .search-field {
    padding: 6px 2px !important;
  }
  .header-search .search-btn {
    padding: 6px;
    font-size: 75%;
  }
  .header-utility {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  #header.header .header-link-item a:hover {
    text-decoration: none;
    opacity: 1;
  }
  .header-social {
    margin-left: 15px;
  }
  .header-social-item {
    width: 32px;
    margin: 0 10px;
  }
  .header-social-item:last-child {
    margin-right: 0;
  }
  .header-social-item.-youtube {
    width: 34px;
  }
  .header-nav {
    background-color: #5E574C;
  }
  .header-nav-global {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1044px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #5E574C;
  }
  .header-nav-global-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-left: 1px solid rgba(221, 221, 221, 0.64);
  }
  .header-nav-global-item:last-child {
    border-right: 1px solid rgba(221, 221, 221, 0.64);
  }
  .header-nav-global-title {
    min-height: 45px;
    border: 2px solid #5E574C;
    background-color: transparent;
    color: #ffffff;
    line-height: 1;
  }
  .header-nav-global-title:hover, .header-nav-global-title:focus {
    border-color: #403C37;
    background-color: #403C37;
  }
  .header-nav-global-title.is-active {
    background-color: #EFEEEB;
    color: #222222;
  }
  .header-nav-global-title.is-active {
    border-color: #EFEEEB;
  }
  .header-nav-close {
    display: none;
  }
  .header-dropdown {
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.22);
    position: absolute;
    right: -48px;
    left: -48px;
    max-width: 1120px;
    padding: 25px 96px;
    border: 5px solid #EFEEEB;
    background-color: #ffffff;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.22);
  }
  #header.header .header-dropdown a:hover {
    text-decoration: none;
    opacity: 1;
  }
  .header-dropdown-menu {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
  }
  .header-dropdown-menu-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding: 0 30px;
  }
  .header-dropdown-menu-item a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 100%;
  }
  .header-dropdown-title {
    font-size: 112.5%;
  }
  .header.-popup {
    padding: 25px 0;
  }
  .header.-popup .header-logo {
    width: 326px;
  }
  .header.-popup .header-logo a {
    -webkit-box-align: end;
    -ms-flex-align: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
  }
  .header.-popup .header-logo-sub {
    width: 198px;
    margin-left: auto;
  }
  .header.-popup .header-nav, .header.-popup .header-search, .header.-popup .header-utility {
    display: none;
  }
  .content-lower-links {
    margin-top: 56px;
  }
  .content-inside {
    padding-right: 1.25em;
    padding-left: 1.25em;
  }
  .footer .pagetop a:hover, .footer .pagetop a:focus {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    background-color: #ffffff;
  }
  .footer .pagetop a:hover::before, .footer .pagetop a:focus::before {
    border-color: #5E574C;
  }
  .footer-upper {
    background: url(/common/images/footer_bg.png) no-repeat 50% calc(100% - 30px), linear-gradient(180deg, #ffffff 0, #ffffff 85px, #F2F0E7 255px, #F2F0E7);
  }
  .footer-upper::before {
    position: absolute;
    right: -50%;
    bottom: 0;
    left: -50%;
    width: 100%;
    height: 48px;
    margin: 0 auto;
    background-color: #5E574C;
    content: "";
  }
  .footer-upper .footer-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -ms-flex-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
  }
  .footer-info {
    margin-right: auto;
  }
  .footer-info-logo {
    width: 138px;
  }
  .footer-info-logo-main {
    width: 108px;
  }
  .footer-social {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
  .footer-social-title {
    margin-bottom: 0;
    font-size: 87.5%;
  }
  .footer-social-item {
    width: 32px;
    margin-left: 24px;
  }
  .footer-social-item.-youtube {
    width: 34px;
  }
  .footer-social-item a {
    -webkit-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
  }
  .footer-social-item a:hover, .footer-social-item a:focus {
    opacity: 0.8;
  }
  #footer.footer .footer-link-item a:hover {
    text-decoration: none;
    opacity: 1;
  }
  .footer-copy {
    margin-top: 1em;
    font-size: 87.5%;
  }
  .popup-block-close .button.-close {
    width: 200px;
  }
  #emergency .inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
  #emergency .inner h2 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 40px;
    border-right: 1px solid #B6171B;
  }
  #emergency .inner > div {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .header-nav-global {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .header-nav-close .button:hover, .header-nav-close .button:focus {
    background-color: #FAFAFA;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .header-nav-close .button {
    font-size: 114.28571%;
  }
}
@media print {
  .header {
    padding: 25px 0;
  }
  .header-logo {
    position: static;
  }
  .header-ham-icon, .header-nav {
    display: none;
  }
  .footer-upper {
    padding: 25px 0;
    background: #ffffff;
  }
  .footer-upper::before {
    content: none;
  }
  .footer .pagetop, .footer-social, .footer-link {
    display: none;
  }
  @page {
    size: A4 portrait;
    margin: 2cm .5cm;
  }
  .hidden-print {
    display: none;
  }
  .page-breaker {
    page-break-before: always;
  }
}
