@charset "UTF-8";

/* リセットcss ---------------------------------------*/
html,body,h1,h2,p,ul,li {
  margin: 0;
  padding: 0;
  line-height: 1.0;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
}
html {
  font-size: 62.5%;
}
body {
  background: #fff;
  color: #333;
  font-size: 1.6rem;
  font-family:Avenir, 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana,
    Roboto, 'ヒラギノ角ゴ Pro', 'hiragino kaku gothic pro', 'メイリオ', Meiryo,
    'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 共通 ---------------------------------------*/
a {
  color: #0078c6;
  background-color: transparent;
  text-decoration: none;
}
.wrapper {
  min-width: 1200px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 2.5px;
  color: #000;
  font-weight: 400;
  font-feature-settings: "palt"1;
  position: relative;
  overflow: hidden;
  background-color: #fafafa;
}
.inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  color: #222222;
  margin-bottom: 24px;
}
h2 {
  position: relative;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  color: #484848;
  padding-left: 16px;
  margin-bottom: 24px;
}
h2::before {
  display: inline-block;
  content: '';
  width: 10px;
  height: 10px;
  background: url(../images/icon_listmark.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 8px;
  left: 0;
}
h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  color: #484848;
}
section a {
  text-decoration: underline;
}
section a:hover {
  text-decoration: none;
}
/* header ---------------------------------------*/
#header-wrapper {
  z-index: 99;
}
.header {
  background-color: #fff;
  border-bottom: 1px solid #707070;
}
.header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
}
.header-logo a {
  display: inline-block;
  width: 300px;
  height: 30px;
  background: url(/vol1/info/images/logo_info_renew.svg) no-repeat center;
  background-size: contain;
}
.header-link {
  font-size: 1.3rem;
  font-weight: bold;
}
.header-link a:hover {
  opacity: 0.8;
}

/* billing ---------------------------------------*/
.billing {
  padding: 120px 0;
}
.billing .inner {
  max-width: 900px;
}
.billing-intro {
  font-size: 15px;
  color: #484848;
  line-height: 1.5;
  margin-bottom: 48px;
}
.billing .item .text {
  font-size: 15px;
  color: #484848;
  line-height: 1.5;
}
.billing table {
  margin-bottom: 24px;
}
.billing table th,
.billing table td {
  text-align: left;
  vertical-align: top;
  color: #484848;
}
.billing table th {
  position: relative;
  padding: 0 16px;
}
.billing table th::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}
.billing table td {
  position: relative;
  padding-left: 16px;
}
.billing table td::before {
  content: '：';
  position: absolute;
  top: 0;
  left: 0;
}
.billing .list {
  margin-bottom: 24px;
}
.billing .list li {
  font-family: "Hiragino Sans";
  padding-left: 16px;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  color: #484848;
  position: relative;
  margin-bottom: 10px;
  line-height: 1.7;
  letter-spacing: 1.2px;
}
.billing .list li::before {
  display: inline-block;
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}
.billing .list.is-astarisk li::before {
  content: '※';
}
/* footer ---------------------------------------*/
.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 40px;
  border-top: 1px solid #707070;
  background-color: #fff;
}
.footer .text {
  width: 615px;
}
.footer .text .link-list {
  margin-bottom: 24px;
}
.footer .text .link-list ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer .text .link-list li a {
  padding: 0 12px;
  font-weight: normal;
  font-size: 11px;
  text-align: left;
  color: #484848;
  border-right: 1px solid #dbdbdb;
}
.footer .text .link-list li a:hover {
  text-decoration: underline;
}
.footer .text .link-list li:first-child a {
  padding-left: 0;
}
.footer .text .link-list li:last-child a {
  border-right: none;
}
.footer .text .message {
  font-weight: normal;
  font-size: 10px;
  text-align: left;
  color: #767676;
  margin-bottom: 16px;
}
.footer .text .copyright {
  font-family: "Hiragino Kaku Gothic ProN",sans-serif;
  font-weight: normal;
  font-size: 9px;
  text-align: left;
  color: #767676;  
  text-align: right;
}


@media screen and (min-width: 768px) {

  .sp {display: none !important;}
  .spbr {display: none;}
}

@media screen and (max-width: 767px) {

  .pc {display: none !important;}
  .pcbr {display: none !important;}
  .tb {display: none !important;}
  .tbbr {display: none !important;}
  .ls2 {margin: 0 0.1em;}


  .wrapper {
    min-width: auto;
    width: 100%;
  }

  .inner {
    width: 94%;
  }

  /* 共通 ---------------------------------------*/
  h1 {
    line-height: 1.7;
  }
  /* header ---------------------------------------*/
  #header-wrapper {
    position: fixed;
    top: 0;
    transition: all .3s;
    width: 100%;
  }
  .header {
    height: auto;
  }
  .header .inner {
    width: 100%;
    height: 50px;
    padding: 5px 5px 5px 9px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
  }
  .header-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .header-logo a {
    width: 170px;
    background: url(/vol1/info/images/logo_info_renew_sp.svg) no-repeat center;
    background-size: contain;
  }
  .header-link .list {
    display: flex;
    align-items: center;
  }
  .header-link .list li a {
    font-size: 1rem;
    line-height: 1;
  }
  .header-link .list:nth-of-type(1) {
    justify-content: flex-end;
    margin-bottom: 4px;
  }
  .header-link .list:nth-of-type(2) {
    justify-content: center;
    margin-bottom: 2px;
  }
  .header-link .list:nth-of-type(2) li:last-child {
    padding-left: 5px;
  }

  /* billing ---------------------------------------*/
  .billing table th {
    width: 25%;
    padding: 0 0 0 14px;
    letter-spacing: 1px;
  }
  /* footer ---------------------------------------*/
  .footer {
    padding: 56px 28px 24px;
    flex-direction: column;
  }
  .footer .logo {
    margin-bottom: 40px;
  }
  .footer .logo img {
    width: 175px;
    height: 30px;
  }
  .footer .text {
    width: 100%;
  }
  .footer .text .link-list ul {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .footer .text .message {
    line-height: 1.5;
  }
  .footer .text .copyright {
    text-align: center;
    letter-spacing: 0.5px;
  }
  .footer .text .message {
    margin-bottom: 12px;
  }
  .footer .text .link-list li a {
    display: inline-block;
    padding: 0 12px 0 0;
    margin:0 12px 12px 0;
  }
}

@media screen and (max-width: 630px) {
  /* billing ---------------------------------------*/
  .billing table th {
    width: 30%;
  }
}
@media screen and (max-width: 480px) {
  /* billing ---------------------------------------*/
  .billing table th {
    width: 40%;
  }
}

@media screen and (max-width: 360px) {
}