@charset "UTF-8";
#support {
  position: relative;
}
#support h2 {
  position: relative;
  padding: 10px;
  padding-left: 35px;
  background: #3492ee;
  color: #FFF;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1;
}
#support #inquire h2::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 18px;
  height: 18px;
  margin: auto;
  background-image: url(/assets/img/support/icon_inquire.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
#support #portal h2::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 18px;
  height: 18px;
  margin: auto;
  background-image: url(/assets/img/support/icon_portal.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
#support #service h2::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 18px;
  height: 18px;
  margin: auto;
  background-image: url(/assets/img/support/icon_service.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
#support #other h2::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 18px;
  height: 18px;
  margin: auto;
  background-image: url(/assets/img/support/icon_other.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
#support #news h2::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 18px;
  height: 18px;
  margin: auto;
  background-image: url(/assets/img/support/icon_news.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
#support #doc h2::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 18px;
  height: 18px;
  margin: auto;
  background-image: url(/assets/img/support/icon_doc.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
#support p {
  font-size: 1.6rem;
  font-size: clamp(1.2rem, 0.7vw, 1.4rem);
}
#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 .icon_pdf {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 1.2rem;
}
#support .icon_pdf::after {
  margin: 0 1em;
  padding: 3px 5px;
  border-radius: 2px;
  background: #E81224;
  content: "PDF";
  color: #FFF;
  font-size: 0.7em;
  line-height: 1;
  text-decoration: none;
}
#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 main {
  display: flex;
  justify-content: space-between;
  width: 960px;
  margin: auto;
}
#support main .support_inner {
  padding: 15px;
}
#support aside {
  width: 25%;
}
#support aside section {
  margin-bottom: 20px;
  border: #3492ee 1px solid;
}
#support aside section:last-child {
  margin-bottom: 0;
}
#support aside section#inquire p {
  margin-bottom: 10px;
  font-size: 1.4rem;
}
#support aside section#inquire .inquire__detail {
  margin-bottom: 10px;
}
#support aside section#inquire .inquire__detail > dt {
  position: relative;
  color: #00468a;
  font-weight: bold;
  font-size: 1.4rem;
}
#support aside section#inquire .inquire__detail > dt:last-child {
  margin-bottom: 0;
}
#support aside section#inquire .inquire__detail dd {
  padding: 10px 0;
}
#support aside section#inquire .inquire__detail dd a {
  display: flex;
  font-size: 1.15rem;
}
#support aside section#inquire .inquire__detail dd .icon_mail::before {
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.3em;
  background: url(/assets/img/support/icon_mail.svg) no-repeat;
  background-image: url("/assets/img/support/icon_mail.svg");
  background-size: contain;
  content: "";
}
#support aside section#inquire .inquire__detail dd .icon_mailform::before {
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.3em;
  background: url(/assets/img/support/icon_mail.svg) no-repeat;
  background-image: url("/assets/img/support/icon_mailform.svg");
  background-size: contain;
  content: "";
}
#support aside section#inquire .inquire__detail dd .icon_tel::before {
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.3em;
  background: url(/assets/img/support/icon_mail.svg) no-repeat;
  background-image: url("/assets/img/support/icon_tel.svg");
  background-size: contain;
  content: "";
}
#support aside section#inquire .inquire__detail dd p:last-child {
  font-size: 1rem;
}
#support aside section#service a {
  display: block;
  position: relative;
  padding-right: 20px;
  font-weight: bold;
  font-size: 1.2rem;
}
#support aside section#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 section#service .support_inner {
  padding: 15px;
}
#support aside section#other .support_inner h3 {
  margin-bottom: 10px;
  color: #00468a;
  font-weight: bold;
  font-size: 1.6rem;
}
#support aside section#other .support_inner .other_box li {
  margin: 10px 0 20px;
  font-size: 1.6em;
}
#support aside section#other .support_inner .other_box li a img {
  width: 80%;
}
#support aside section#other .support_inner .other_box li a img.maxw14 {
  max-width: 14rem;
}
#support aside section#other .support_inner .other_box li:last-child {
  margin-bottom: 0;
}
#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 dt {
  width: 18%;
  font-size: 1.4rem;
  font-size: clamp(1.2rem, 0.7vw, 1.4rem);
}
#support #detail #news dd {
  width: 80%;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-size: clamp(1.2rem, 0.7vw, 1.4rem);
}
#support #detail #news dd > a {
  text-decoration: underline;
}
#support #detail #news .linkbtn_news {
  width: 80%;
  margin: auto auto 15px;
}
#support #detail #news .linkbtn_news > a {
  display: block;
  position: relative;
  width: 100%;
  padding: 20px 100px;
  border: #3492ee solid 1px;
  background: #feffe4;
  color: #3492ee;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
}
#support #detail #news .linkbtn_news > 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 .linkbtn_news > 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 #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;
  font-size: clamp(1.2rem, 0.7vw, 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 > div {
  margin-bottom: 30px;
}
#support #detail #doc div 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 h4 + p {
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-size: clamp(1.2rem, 0.7vw, 1.4rem);
}
#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;
  font-size: 1.5rem;
  font-size: clamp(1.2rem, 0.724vw, 1.5rem);
}
#support #detail #doc table tr th:first-child {
  width: 22%;
}
#support #detail #doc table tr td {
  padding: 10px;
  border: #CCC 1px solid;
  font-size: 1.5rem;
  font-size: clamp(1.2rem, 0.724vw, 1.5rem);
}
#support #detail #doc table tr td a {
  position: relative;
  font-size: 1.5rem;
  font-size: clamp(1.2rem, 0.724vw, 1.5rem);
  line-height: 1;
  text-decoration: underline;
}
#support #detail #doc table tr td a + p {
  margin-top: 0.8rem;
  font-size: 1.2rem;
}
#support #detail #doc table tr td .red {
  color: #e81224;
}
#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 table tr td.csvfile a:after {
  position: absolute;
  top: 0;
  right: -40px;
  padding: 3px 5px;
  border-radius: 2px;
  background: #2BB858;
  content: "csv";
  color: #FFF;
  font-size: 1rem;
  text-decoration: none;
}
#support footer {
  padding: 10px 0;
  background: #f0f0f0;
  text-align: center;
}
#support footer p {
  margin: 0;
  color: #808080;
}
#support footer p.note {
  margin-bottom: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #666;
  font-size: 1.2rem;
  line-height: 1em;
}
#support footer p.note > a {
  color: #808080;
}
@media screen and (max-width: 959px) {
  #support h2 {
    text-align: center;
  }
  #support .page_top_btn {
    bottom: 15px;
  }
  #support .page_top_btn > a {
    width: 30px;
    height: 30px;
  }
  #support .page_top_btn > a > span {
    display: none;
  }
  #support .page_top_btn > a:hover {
    opacity: 1;
  }
  #support .page_top_btn > a:before {
    top: 3px;
    bottom: 0;
    width: 8px;
    height: 8px;
  }
  #support .icon_pdf::after {
    display: block;
    top: auto;
    bottom: 0;
    padding: 5px;
    line-height: 1;
  }
  #support header {
    margin-bottom: 30px;
  }
  #support header .inner p {
    width: 30%;
  }
  #support main {
    flex-wrap: wrap-reverse;
    width: 95%;
  }
  #support aside {
    width: 100%;
  }
  #support aside section#inquire .inquire__detail > dt {
    padding-left: 5px;
    border-left: #00468A 5px solid;
    font-size: 1.6rem;
    line-height: 1.2;
  }
  #support aside section#inquire .inquire__detail > dt > .pc {
    display: none;
  }
  #support aside section#inquire .inquire__detail dd {
    text-align: center;
  }
  #support aside section#inquire .inquire__detail dd a {
    padding-left: 30px;
    font-size: 2rem;
  }
  #support aside section#inquire .inquire__detail dd p:last-child {
    font-size: 1.4rem;
  }
  #support aside section#service .support_inner {
    text-align: center;
  }
  #support #detail {
    width: 100%;
    margin-bottom: 50px;
  }
  #support #detail #doc table * {
    font-size: 1.2rem;
  }
  #support #detail #doc table tr th:first-child {
    width: 24%;
  }
  #support #detail #doc table tr td a {
    line-height: 2;
  }
  #support #detail #doc table tr td.pdf a:after {
    display: block;
    top: auto;
    bottom: 0;
    padding: 5px;
    line-height: 1;
  }
  #support #detail #doc table tr td.excel a:after {
    display: block;
    top: auto;
    bottom: 0;
    padding: 5px;
    line-height: 1;
  }
  #support #detail #doc table tr td.csvfile a:after {
    display: block;
    top: auto;
    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:last-child {
    margin-right: 0;
  }
  #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 screen and (max-width: 767px) {
  #support #detail #news dl {
    display: block;
  }
  #support #detail #news dt {
    width: 100%;
  }
  #support #detail #news dd {
    width: 100%;
  }
  #support #detail #news .linkbtn_news {
    width: 90%;
  }
  #support #detail #news .linkbtn_news > a:before {
    width: 30px;
    height: 30px;
  }
}/*# sourceMappingURL=support_common.css.map */
