@charset "UTF-8";
/* Scss Document */
/* このCSSはSassから生成しています。直接編集しないよう注意してください。 */
/**
 * 1.0 - base style
 */
html {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
  font: inherit;
  vertical-align: baseline;
  overflow-y: hidden;
}

body {
  color: #444444;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, Arial, Helvetica, sans-serif;
}

a {
  color: #0033cc;
  text-decoration: none;
  transition: opacity 0.3s, background-color 0.3s;
}
a * {
  transition: opacity 0.3s, background-color 0.3s;
}
a img {
  transition: opacity;
}
a:visited {
  color: #642ba3;
}
a:hover {
  outline: 0;
  color: #ca0202;
  text-decoration: underline;
}
a:hover img {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
a:active {
  outline: 0;
}
a:focus {
  outline: none;
}

ul, ol {
  padding-left: 0;
  list-style: none;
}

img {
  vertical-align: middle;
}

/**
 * 2.0 - generic classes
 */
.content {
  width: 1010px;
  margin: 0 auto;
}

/**
 * 8.0 - footer
 */
@media screen and (min-width: 769px) {
  #footer {
    border-top: 1px solid #036250;
  }
}
#pagetop {
  position: relative;
  top: 0;
  left: 0;
}
#pagetop a {
  position: absolute;
  top: -92px;
  right: -7px;
  display: block;
  width: 78px;
  height: 78px;
}

#footUtility-content {
  padding: 11px 0 13px;
}
#footUtility-content ul {
  margin: 4px 0 1px;
}
#footUtility-content ul:before {
  content: "";
  display: table;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
#footUtility-content ul:after {
  content: "";
  display: table;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
#footUtility-content ul li {
  float: left;
  margin-left: 20px;
  font-size: 0.6875rem;
}
#footUtility-content ul li:first-child {
  margin-left: 0;
}
#footUtility-content ul li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 8px;
  background-image: url(icon-arrow-xs.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
}
#footUtility-content ul a {
  color: #444444;
}

#footer-nav {
  padding: 35px 0 15px;
  text-align: center;
  background-color: #036250;
}
#footer-nav nav ul {
  display: inline-block;
  margin: 0 0 20px;
  font-size: 0.875rem;
  vertical-align: middle;
}
#footer-nav nav ul:before {
  content: "";
  display: table;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
#footer-nav nav ul:after {
  content: "";
  display: table;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
#footer-nav nav ul li {
  float: left;
  padding: 0 15px;
  border-right: 1px solid #ffffff;
}
#footer-nav nav ul li:first-child {
  border-left: 1px solid #ffffff;
}
#footer-nav nav ul a {
  color: #ffffff;
}
#footer-nav #copyright {
  display: inline-block;
  color: #ffffff;
  font-size: 0.75rem;
}
#footer-nav #copyright:before {
  content: "";
  display: table;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
#footer-nav #copyright:after {
  content: "";
  display: table;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
#footer-nav #copyright p {
  float: left;
  margin: 0;
}
#footer-nav #copyright p + p {
  margin-left: 10px;
}

/*ヘッダー・フッター調整*/
/*広告非表示で下のアキ０に*/
#copyright {
  margin-bottom: 0;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: auto;
}

#footUtility-content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #footUtility-content {
    display: block;
  }
}

#datapolicy {
  margin-block-end: 0.5em;
  margin-block-start: -10px;
  color: #fff;
  font-size: 0.875rem;
  margin: 0 auto;
  display: table;
}
#datapolicy ul li {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  padding: 0 15px;
}
#datapolicy ul li a {
  color: #fff;
}

@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
  }
  .content {
    width: 100%;
  }
  #footUtility-content {
    padding: 0;
  }
  #footUtility-content .banner_footer {
    background: #f8f8f8;
    border-bottom: 1px solid #f3f3f3;
    box-shadow: 0px 2px 0px 0px #cfcfcf, 0px 3px 0px 0px #f8f8f8, 0px 5px 0px 0px #fff;
    text-align: center;
  }
  #footUtility-content .banner_footer a {
    display: inline-block;
    margin: 10px 0;
    padding: 13px 15px;
  }
  #footUtility-content .banner_footer a:last-child {
    border-left: 1px solid #d0d0d0;
  }
  #footUtility-content .banner_footer .banner_yol {
    width: auto;
    height: 22px;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  #footUtility-content .banner_footer .banner_yol {
    height: 18px;
  }
}
@media screen and (max-width: 768px) {
  #footUtility-content .banner_footer .banner_ys {
    width: auto;
    height: 17px;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  #footUtility-content .banner_footer .banner_ys {
    height: 18px;
  }
}
@media screen and (max-width: 768px) {
  #footer-nav {
    background-color: #0f856f;
    padding: 0;
  }
  #footer-nav nav ul {
    background: #fff;
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  #footer-nav nav ul li {
    border: none;
    float: none;
    display: inline-block;
    font-size: 14px;
    margin-top: 10px;
    padding: 0;
  }
  #footer-nav nav ul li::after {
    content: "|";
    margin: 0 13px;
  }
  #footer-nav nav ul li:last-child::after {
    content: "";
    margin: 0;
  }
  #footer-nav nav ul a {
    color: #444;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
  }
  #footer-nav #datapolicy {
    color: inherit;
    margin-block-start: -1rem;
    padding-bottom: 0.75rem;
    background: #fff;
    width: 100%;
  }
  #footer-nav #datapolicy ul li {
    border: none;
  }
  #footer-nav #datapolicy ul li a {
    color: inherit;
    padding: 5px;
    margin-bottom: 5px;
    border: 2px solid #333333;
  }
  #footer-nav #copyright {
    color: #fff;
    font-family: Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    text-align: center;
    padding: 10px 0;
  }
  #footer-nav #copyright p {
    float: none;
  }
}
@media screen and (min-width: 769px) {
  .d-pc-none {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .d-sp-none {
    display: none !important;
  }
}