@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;800;900&display=swap";
html {
  overflow-y: scroll;
}

body,
div,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul li,
ol li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
section,
nav,
article,
aside,
hgroup,
header,
address,
figure,
figcaption {
  margin: 0;
  padding: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: "";
}

object,
embed {
  vertical-align: top;
}

legend {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
}

img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  box-shadow: #000 0 0 0;
}

a,
button,
input,
textarea {
  outline: none;
}

x:-moz-any-link,
x:default {
  box-shadow: #000 0 0 0;
}

a {
  color: #000;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

* {
  box-sizing: border-box;
}

* {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Noto Sans JP", "ＭＳ ゴシック", sans-serif;
}

#support {
  position: relative;
  color: #222;
}
#support .support_inner {
  padding: 15px;
}
#support p {
  font-size: 1.6rem;
}
#support .page_top_btn {
  z-index: 99997;
  position: fixed;
  right: 14px;
  bottom: 20px;
}
#support .page_top_btn a {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  padding-top: 30px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}
#support .page_top_btn a span {
  color: #FFF;
  font-size: 1rem;
}
#support .page_top_btn a:before {
  position: absolute;
  top: 15px;
  right: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  transform: rotate(45deg);
  border-top: solid 2px #FFF;
  border-left: solid 2px #FFF;
  content: "";
}
#support header {
  margin-bottom: 50px;
  padding: 10px 0;
  background: #f0f0f0;
}
#support header .inner {
  display: flex;
  align-items: center;
}
#support header .inner p {
  width: 20%;
  margin-right: 20px;
}
#support header .inner h1 {
  font-weight: bold;
  font-size: 2rem;
}
#support .anchor {
  margin-top: -80px;
  padding-top: 80px;
}
#support #doc_list {
  margin: 50px 0;
}
#support #doc_list li {
  position: relative;
  width: auto;
  margin-bottom: 6px;
  padding-left: 20px;
}
#support #doc_list li:before {
  position: absolute;
  top: 20%;
  left: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  transform: rotate(-135deg);
  border-top: solid 2px #00468A;
  border-left: solid 2px #00468A;
  content: "";
}
#support #doc_list li a span {
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
}
#support #menu ul li {
  display: none;
}
#support .is-fixed {
  display: block;
  z-index: 11;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  border-bottom: #CCC solid 1px;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.4s ease 0s, background 0.6s ease 0.2s;
  transition: 0.3s;
}
#support .is-fixed ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
}
#support .is-fixed ul li {
  display: block !important;
  padding: 20px;
  border-left: #CCC solid 1px;
  text-align: center !important;
}
#support .is-fixed ul li::before {
  top: 36% !important;
  left: 10px !important;
  width: 6px !important;
  height: 6px !important;
}
#support .is-fixed ul li:first-child {
  border-left: none;
}
#support .is-fixed ul li span {
  font-weight: bold;
  font-size: 1.4rem !important;
}
#support .is-fixed ul li a {
  display: flex;
  align-items: center;
}
#support .is-fixed ul li a span {
  width: 100%;
  font-size: 1.2rem !important;
  text-align: center !important;
}
#support .is-fixed .menu-fixed {
  display: block !important;
}
#support h2 {
  position: relative;
  padding: 10px;
  padding-left: 35px;
  background: #3492ee;
  color: #FFF;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1;
}
#support h2:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 18px;
  height: 18px;
  margin: auto;
  content: "";
}
#support .doc h2:before {
  background: url(../../img/support/icon_dl.svg) no-repeat;
  background-size: cover;
}
#support #news h2:before {
  background: url(../../img/support/icon_info.svg) no-repeat;
  background-size: cover;
}
#support #portal h2:before {
  background: url(../../img/support/icon_portal.svg) no-repeat;
  background-size: cover;
}
#support #inquire h2:before {
  background: url(../../img/support/icon_inquire.svg) no-repeat;
  background-size: cover;
}
#support #service h2:before {
  background: url(../../img/support/icon_link.svg) no-repeat;
  background-size: cover;
}
#support #other h2:before {
  background: url(../../img/support/icon_link.svg) no-repeat;
  background-size: cover;
}
#support main {
  display: flex;
  justify-content: space-between;
  width: 960px;
  margin: auto;
}
#support aside {
  width: 25%;
}
#support aside section {
  margin-bottom: 20px;
  border: #3492ee 1px solid;
}
#support aside section:last-child {
  margin-bottom: 0;
}
#support aside #inquire p {
  margin-bottom: 10px;
  font-size: 1.4rem;
}
#support aside #inquire dl {
  margin-bottom: 10px;
}
#support aside #inquire dl dt ul li {
  position: relative;
  color: #00468a;
  font-weight: bold;
  font-size: 1.4rem;
}
#support aside #inquire dl dt ul li:last-child {
  margin-bottom: 0;
}
#support aside #inquire dl dd {
  padding: 10px 0;
}
#support aside #inquire dl dd#mail p:last-child {
  font-size: 1rem;
}
#support aside #inquire dl dd#mail a {
  position: relative;
  padding-left: 15px;
  font-size: 1.15rem;
}
#support aside #inquire dl dd#mail a:before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 10px;
  height: 10px;
  background: url(../../img/support/icon_mail.svg) no-repeat;
  background-size: cover;
  content: "";
}
#support aside #service a {
  display: block;
  position: relative;
  padding-right: 20px;
  font-weight: bold;
  font-size: 1.2rem;
}
#support aside #service a:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 5px;
  height: 5px;
  margin: auto;
  transform: rotate(45deg);
  border-top: #00468a 2px solid;
  border-right: #00468a 2px solid;
  content: "";
}
#support aside #other ul li {
  margin-bottom: 20px;
}
#support aside #other ul li:last-child {
  margin-bottom: 0;
}
#support aside #other ul li a img {
  max-height: 60px;
}
#support aside #other ul li:last-child {
  margin-bottom: 0;
}
#support aside #other .support_inner .other_box h3 {
  margin-bottom: 10px;
  color: #00468a;
  font-weight: bold;
  font-size: 1.6rem;
}
#support aside #other .support_inner .other_box ul li {
  font-size: 1.6em;
}
#support #detail {
  width: 72%;
}
#support #detail section {
  margin-bottom: 20px;
  border: #3492ee 1px solid;
}
#support #detail section:last-child {
  margin-bottom: 0;
}
#support #detail #news dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
}
#support #detail #news dl dt {
  width: 18%;
  font-size: 1.4rem;
}
#support #detail #news dl dd {
  width: 80%;
  font-size: 1.4rem;
}
#support #detail #news dl dd a {
  text-decoration: underline;
}
#support #detail #news .support_inner {
  padding: 20px;
  text-align: center;
}
#support #detail #news .support_inner a {
  display: inline-block;
  position: relative;
  margin: auto;
  padding: 20px 100px;
  border: #3492ee solid 1px;
  background: #feffe4;
  color: #3492ee;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
}
#support #detail #news .support_inner a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  width: 40px;
  height: 40px;
  margin: auto;
  background: url(../../common/img/icon_news.svg) no-repeat;
  background-size: cover;
  content: "";
}
#support #detail #news .support_inner a:after {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  transform: rotate(45deg);
  border-top: #3492ee 2px solid;
  border-right: #3492ee 2px solid;
  content: "";
}
#support #detail .doc p {
  margin-bottom: 10px;
}
#support #detail .doc h4 + p {
  margin-bottom: 10px;
  font-size: 1.6rem;
}
#support #detail .doc table {
  width: 100%;
  border-collapse: collapse;
}
#support #detail .doc table * {
  font-size: 1.3rem;
}
#support #detail .doc table tr th {
  padding: 10px;
  border: #CCC 1px solid;
  background: #CFE7FF;
  font-weight: bold;
}
#support #detail .doc table tr th:first-child {
  width: 22%;
}
#support #detail .doc table tr td {
  padding: 10px;
  border: #CCC 1px solid;
}
#support #detail .doc table tr td.red {
  color: #e81224;
}
#support #detail .doc table tr td a {
  position: relative;
  text-decoration: underline;
}
#support #detail .doc table tr td a + p {
  margin-top: 10px;
  font-size: 1.2rem;
}
#support #detail .doc table tr td.pdf a:after {
  position: absolute;
  top: 0;
  right: -40px;
  padding: 3px 5px;
  border-radius: 2px;
  background: #E81224;
  content: "PDF";
  color: #FFF;
  font-size: 1rem;
  text-decoration: none;
}
#support #detail .doc table tr td.excel a:after {
  position: absolute;
  top: 0;
  right: -40px;
  padding: 3px 5px;
  border-radius: 2px;
  background: #2BB858;
  content: "xlsx";
  color: #FFF;
  font-size: 1rem;
  text-decoration: none;
}
#support #detail .doc #note_list {
  margin-bottom: 30px;
}
#support #detail .doc #note_list li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 15px;
  color: #808080;
  font-size: 1.4rem;
}
#support #detail .doc #note_list li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
#support #detail .doc div div {
  margin-bottom: 30px;
}
#support #detail .doc div div :last-child {
  margin-bottom: 0;
}
#support #detail .doc div div h3 {
  margin-bottom: 10px;
  padding: 3px 0 3px 10px;
  border-left: #00468a 5px solid;
  color: #00468a;
  font-weight: bold;
  font-size: 1.8rem;
}
#support #detail .doc div div h4 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.6rem;
}
#support #detail .doc div div div {
  margin-bottom: 30px;
}
#support #detail .doc div div div :last-child {
  margin-bottom: 0;
}
#support footer {
  padding: 10px 0;
  background: #f0f0f0;
  text-align: center;
}
#support footer p {
  margin: 0;
  color: #808080;
}
@media print, screen and (max-width: 767px) {
  #support .page_top_btn {
    z-index: 99997;
    position: fixed;
    right: 14px;
    bottom: 15px;
  }
  #support .page_top_btn a {
    width: 30px;
    height: 30px;
  }
  #support .page_top_btn a span {
    display: none;
  }
  #support .page_top_btn a:before {
    top: 3px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 8px;
    height: 8px;
  }
  #support header {
    margin-bottom: 30px;
  }
  #support header .inner p {
    width: 30%;
  }
  #support #menu ul {
    flex-wrap: wrap;
    border-top: 1px #CCC solid;
  }
  #support #menu ul li {
    width: 50%;
    border-right: 1px #CCC solid;
    border-left: none;
  }
  #support #menu ul li :nth-child(-n+4) {
    border-bottom: 1px #CCC solid;
  }
  #support .is-fixed {
    top: auto;
    bottom: 0;
  }
  #support .is-fixed ul li a:before {
    display: none;
  }
  #support h2 {
    text-align: center;
  }
  #support main {
    flex-wrap: wrap-reverse;
    width: 95%;
    margin: auto;
  }
  #support aside {
    width: 100%;
  }
  #support aside #inquire dl dt {
    padding-left: 10px;
    border-left: #00468A 5px solid;
    font-weight: bold;
    font-size: 1.4rem;
  }
  #support aside #inquire dl dd {
    text-align: center;
  }
  #support aside #inquire dl dd#mail a {
    padding-left: 30px;
    font-size: 2rem;
  }
  #support aside #inquire dl dd#mail a:before {
    width: 25px;
    height: 25px;
  }
  #support aside #inquire dl dd#tel p:first-child {
    padding-left: 0px;
    font-size: 4rem;
  }
  #support aside #inquire dl dd#tel p:first-child:before {
    top: 3px;
    left: 5%;
    width: 30px;
    height: 30px;
  }
  #support #detail {
    width: 100%;
    margin-bottom: 50px;
  }
  #support #detail #news dl {
    display: block;
  }
  #support #detail #news dl dt {
    width: 100%;
  }
  #support #detail #news dl dd {
    width: 100%;
  }
  #support #detail #news .support_inner a:before {
    width: 30px;
    height: 30px;
  }
  #support #detail .doc h4 {
    font-size: 1.4rem;
  }
  #support #detail .doc table * {
    font-size: 1.2rem;
  }
  #support #detail .doc table tr th:first-child {
    width: 20%;
  }
  #support #detail .doc table tr td a {
    line-height: 2;
  }
  #support #detail .doc table tr td.pdf a:after {
    display: block;
    top: auto;
    right: -40px;
    bottom: 0;
    padding: 5px;
    line-height: 1;
  }
  #support #detail .doc table tr td.excel a:after {
    display: block;
    top: auto;
    right: -40px;
    bottom: 0;
    padding: 5px;
    line-height: 1;
  }
  #support #detail .doc .menu_list .menu_box {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #support #detail .doc .menu_list .menu_box dl {
    width: 45%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  #support #detail .doc .menu_list .menu_box dl dt {
    margin-bottom: 5px;
  }
  #support #detail .doc .menu_list .menu_box dl dd li {
    margin-bottom: 5px;
  }
}
@media print, screen and (max-width: 767px) and (max-width: 767px) {
  #support #detail .doc .menu_list .menu_box dl:last-child {
    margin-right: 0;
  }
}/*# sourceMappingURL=support.css.map */
