@charset "UTF-8";
/***************************************************

utility

**************************************************/
:root {
  --paddingLR: 20px;
  --color_main: #00519F;
}

img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

.text_blue {
  color: var(--color_main);
}

@media screen and (min-width: 960px) {
  .sp_only {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  .pc_only {
    display: none;
  }
}

#header,
#footer {
  font-size: 75%;
}

body {
  font-size: 100%;
}

/***************************************************

body

**************************************************/
* {
  box-sizing: border-box;
}

body {
  overflow-wrap: anywhere;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  background-color: #ffffff;
  color: #676767;
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/***************************************************

link

**************************************************/
a:link,
a:visited {
  color: #656565;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #656565;
  text-decoration: none;
}

/***************************************************

container

***************************************************/
#container {
  width: 100%;
}

/***************************************************

header

***************************************************/
@media screen and (min-width: 960px) {
  #header {
    width: 100%;
    height: 98px;
    background: url(../img/bg_header.gif) repeat-x 0 100%;
  }
  #header .inner {
    width: 100%;
    max-width: calc(960px + var(--paddingLR) * 2);
    height: 100%;
    margin: 0 auto;
    padding-left: var(--paddingLR);
    padding-right: var(--paddingLR);
    text-align: left;
    position: relative;
  }
  #header .logo {
    float: left;
    width: 183px;
  }
  #header .read_pc {
    position: absolute;
    width: 500px;
    overflow: hidden;
    font-size: 90%;
    color: #656565;
    left: 203px;
    bottom: 18px;
    line-height: 1.6;
  }
  #header .fontsize {
    float: right;
    width: 166px;
    height: 35px;
    background: url(../img/bg_fontsize.gif) no-repeat 0 0;
    margin-top: 40px;
  }
  #header .fontsize ul {
    margin-left: 76px;
  }
  #header .fontsize li {
    float: left;
    display: inline;
    margin-top: 4px;
  }
  #header .fontsize li.large a {
    display: block;
    width: 29px;
    height: 27px;
    background: url(../img/f_large.gif) no-repeat 0 0;
    text-indent: -9999px;
    overflow: hidden;
  }
  #header .fontsize .large a:hover {
    background: url(../img/f_large.gif) no-repeat 0 100%;
  }
  #header .fontsize .middle a {
    display: block;
    width: 29px;
    height: 27px;
    background: url(../img/f_middle.gif) no-repeat 0 100%;
    text-indent: -9999px;
    overflow: hidden;
  }
  #header .fontsize .middle a:hover {
    background: url(../img/f_middle.gif) no-repeat 0 100%;
  }
  #header .fontsize .small a {
    display: block;
    width: 28px;
    height: 27px;
    background: url(../img/f_small.gif) no-repeat 0 0;
    text-indent: -9999px;
    overflow: hidden;
  }
  #header .fontsize .small a:hover {
    background: url(../img/f_small.gif) no-repeat 0 100%;
  }
  #header .read_sp {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  #header {
    text-align: center;
    padding-left: var(--paddingLR);
    padding-right: var(--paddingLR);
  }
  #header .read_sp {
    margin-top: 0.25rem;
    position: relative;
    z-index: 1;
  }
  #header .read_pc {
    display: none;
  }
  #header .logo {
    margin-top: -0.75rem;
  }
  #header .fontsize {
    display: none;
  }
}
/***************************************************

content

***************************************************/
#content {
  width: 100%;
  max-width: calc(960px + var(--paddingLR) * 2);
  margin: 0 auto;
  padding: 12px var(--paddingLR) 19px var(--paddingLR);
  text-align: left;
}

/***************************************************

pagetop

***************************************************/
.pagetop {
  width: 100%;
  max-width: calc(960px + var(--paddingLR) * 2);
  margin: 0 auto;
  padding-left: var(--paddingLR);
  padding-right: var(--paddingLR);
}

.pagetop p {
  text-align: right;
}
@media screen and (max-width: 959px) {
  .pagetop p img {
    width: 80px;
  }
}

/***************************************************

footer

***************************************************/
@media screen and (min-width: 960px) {
  #footer {
    width: 100%;
    height: 98px;
    background: url(../img/bg_footer.gif) repeat-x 0 0;
  }
  #footer .inner {
    width: 100%;
    max-width: calc(960px + var(--paddingLR) * 2);
    height: 100%;
    margin: 0 auto;
    padding-left: var(--paddingLR);
    padding-right: var(--paddingLR);
    text-align: left;
    position: relative;
  }
  #footer .logo_hisamitsu {
    padding-top: 24px;
    float: left;
  }
  #footer .copyright {
    padding-top: 24px;
    float: left;
  }
  #footer ul {
    padding-top: 27px;
    float: right;
  }
  #footer ul li {
    float: left;
    display: inline;
    padding-left: 16px;
  }
  #footer ul li a {
    display: block;
    color: #454545;
    background: url(../img/icon_window.gif) no-repeat 0 0;
    padding: 0 0 5px 20px;
  }
}
@media screen and (max-width: 959px) {
  #footer {
    text-align: center;
    background: url(../img/bg_footer.gif) repeat-x 0 0;
    padding-top: 20px;
    padding-left: var(--paddingLR);
    padding-right: var(--paddingLR);
  }
  #footer .logo_hisamitsu {
    margin: 0.5rem auto 0.25rem;
  }
  #footer .copyright {
    margin-bottom: 1rem;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}
/***************************************************

clearfix

***************************************************/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}