@media screen and (min-width: 768px) {
    .fs-p-logo__image {
        max-width: 180px;
    }
}
.fs-l-header__utility {
    display: none;
}
.fs-c-price__value {
    font-weight: bold;
}
nav.fs-c-breadcrumb {display: none;}
.fs-p-logo__lead {
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.2em;
}
.fs-c-button--primary {
    font-size: 1.8rem;
    font-weight: bold;
    padding: 1.8em 1.6em 1.6em;
}
.inner-table {
  width: 100%;
  border-collapse: collapse;
}
.inner-table th {
  text-align: center;
  letter-spacing: .025em;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-weight: 100;
  background-color: #eee;
  padding: 8px 3px;
}
.inner-table td {
  text-align: center;
  letter-spacing: .025em;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  padding: 8px 3px;
}
.inner-table tr th:first-child,
.inner-table tr td:first-child {
  border-left: none;
}
.inner-table2 tr:last-child td {
  border-bottom: none;
}
/* ãƒ•ãƒƒã‚¿ãƒ¼ã‚¨ãƒªã‚¢ */
.fs-l-footer {
    color: #000;
    font-size: 16px;
    line-height: 1.75;
}
.fs-c-documentColumn__heading {
    color: #184d79;
    border-color: #184d79;
    border-width: 0 0 1px 8px;
}
@media screen and (min-width: 600px) {
    .fs-l-col--3 {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (min-width: 960px) {
    .fs-p-footerNavigation {
        grid-template-columns: 1fr 1fr;
    }
}
.fs-p-footerNavigationItem:first-child,
.fs-p-footerNavigationItem:nth-child(2),
.fs-p-footerNavigationItem:nth-child(5) {
    grid-column: 1 / 3;
}
.fs-p-footerNavigationItem__body {
    padding: 16px 0 8px;
}
@media screen and (min-width: 768px) {
    .fs-p-footerNavigationItem__title {
        font-size: 2rem;
    }
}
.fs-p-banner {
    border: 1px solid #e84735;
}
.fs-p-banner:hover {
    opacity: 1.0;
}
.fs-p-banner__link i {
    color: #e84735;
    font-size: 230%;
    padding-right: 8px;
}
.fs-p-banner--postage .fs-p-banner__label--emphasis {
    font-size: 2.5rem;
    color: #e84735;
    font-weight: bold;
    letter-spacing: 0.10em;
}
.fs-p-banner.to-form {
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #aaa;
    margin-top: 1em;
}
.fs-p-banner.to-form a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 12px 8px;
    position: relative;
}
.fs-l-footer__utility {
    position: relative;
    display: block;
    padding-bottom: 40px;
    margin-top: 0;
    margin-bottom: 0;
}
.f_logo + .f_bottom_item {
    display: none;
}
.f_logo a {
    width: 250px;
}
.f_logo a img {
    width: 100%;
}
.fs-l-footer__utility .fs-p-footerUtilityMenu {
    margin-top: 8px;
    padding: 8px 8px 8px 0;
}
.f_bottom_item {
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 8px;
}
.f_jpx {
    display: flex;
    align-items: center;
}
.f_jpx .img_jpx {
    margin: 0;
}
.f_jpx .txt_jpx {
    font-size: 12px;
    text-align: center;
    font-weight: normal;
    padding-left: 8px;
}
.fs-p-footerCopyright {
    color: #666;;
    background-color: inherit;
    text-align: left;
    padding: 0px;
}

/* ç‰¹å®šå•†å–å¼•æ³•ã«åŸºã¥ãè¡¨ç¤º */
.fs-c-documentArticle__content {
    font-size: 16px;
}
.fs-c-explainList dd {
    color: #000;
}
.fs-c-documentColumn__content {
    display: grid;
    gap: 6px;
    line-height: 1.75;
    font-size: 16px;
    color: #000;
}
.fs-c-documentArticle__heading {
    font-size: 2rem;
    padding: 8px 8px;
    letter-spacing: 0.1em;
}
.fs-c-list li ul {
    padding: 0;
    font-size: 90%;
}
.fs-c-list li ul li {
    list-style: none;
}
.fs-c-list li ul li:before,
.fs-c-list li ul li:after {
    content: none;
}
/* ãŠå®¢æ§˜æƒ…å ±å…¥åŠ› ï¼ž ãƒ¡ãƒ«ãƒžã‚¬è³¼èª­éžè¡¨ç¤º */
.fs-c-agreementConfirmation__message,
.fs-c-agreementConfirmation__checkbox {
    display: none;
}
.fs-body-customerDetails .fs-pt-menu,
.fs-body-checkout .fs-pt-menu {
    padding-top: 16px;
    justify-content: center;
}
.fs-body-customerDetails .fs-p-footerCopyright,
.fs-body-checkout .fs-p-footerCopyright {
    padding: 8px;
    text-align: center;
}
.fs-body-checkout .fs-c-returnedSpecialContract__link {
    display: none;
}

/* 個人情報の取り扱いについて */
#privacy {
    max-width: 928px;
    margin: auto;
}
#privacy .contents_wrap ul li,
#privacy .contents_wrap ol li {
    list-style: none;
}
#privacy .contents_wrap .list_inner table .pm_blk {
    float: right;
    width: 20.7%;
}
#privacy .contents_wrap .list_inner table dl {
    float: left;
    width: 79%;
}
#privacy .contents_wrap .list_inner table dl dt {
    float: left;
}
#privacy .contents_wrap .list_inner table .pm_blk img {
    display: block;
    max-width: 92px;
}
@media only screen and (max-width: 750px){
#privacy .contents_wrap .list_inner table td:last-child {
    width: 100%;
    padding: 10px 12px 10px 132px;
}
#privacy .contents_wrap .list_inner table td {
    padding: 0;
    display: block;
    align-items: center;
    width: auto;
    position: relative;
    border-right: none;
    text-align: justify;
}
}
@media only screen and (max-width: 830px){
#privacy .contents_wrap .list_inner table .pm_blk {
    float: none;
    width: 100px;
}
#privacy .contents_wrap .list_inner table dl {
    float: none;
    width: 100%;
    margin-bottom: 1em;
}
}

/* 追加 2022.01.28 iw */
@media only screen and (max-width: 750px) {
  td.personal_info::before {
    content: '認定個人情報\A保護団体の名称' !important;
    white-space: pre;
    text-align: center;
  }
  td.personal_name::before {
    content: '一般社団法人\A日本情報経済\A社会推進協会' !important;
    white-space: pre;
    text-align: center;
  }
}

#privacy .contents_wrap {
  margin: 0 auto;
}

#privacy .contents_wrap .lead_txt {
  padding-bottom: 25px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}

#privacy .contents_wrap .main_contents {
  padding: 0 25px;
}

#privacy .contents_wrap .main_contents h2 {
  font-size: 1.8rem;
  text-align: center;
  margin: 52px 35px;
}

#privacy .contents_wrap .main_contents h3 {
  margin-bottom: 10px;
}

#privacy .contents_wrap .main_contents ul > li {
  margin-bottom: 40px;
}

#privacy .contents_wrap .main_contents .align_right {
  text-align: right;
}

#privacy .contents_wrap .main_contents .align_justigy {
  text-align: justify;
}

#privacy .contents_wrap .main_contents .name {
  margin: 20px 0 34px;
}

#privacy .contents_wrap .main_contents .name > span {
  display: block;
  font-weight: 700;
  padding: 10px 0;
}

#privacy .contents_wrap .main_contents .middle_sec .sec_lead {
  margin-bottom: 40px;
}

#privacy .contents_wrap .main_contents .middle_sec .privacy_list > li {
  margin-bottom: 40px;
}

#privacy .contents_wrap .main_contents .middle_sec .privacy_list > li h3 + p {
  margin-bottom: 40px;
}

#privacy .contents_wrap .main_contents .middle_sec .privacy_list ul > li {
  margin-bottom: 0;
}

#privacy .contents_wrap .list_inner {
  margin-bottom: 30px;
}

#privacy .contents_wrap .list_inner table {
  border-collapse: collapse;
  width: 100%;
  margin: 14px 0 18px;
}

#privacy .contents_wrap .list_inner table th,
#privacy .contents_wrap .list_inner table tr td:first-child {
  text-align: center;
}

#privacy .contents_wrap .list_inner table th:first-child {
  background-color: #eee;
}

#privacy .contents_wrap .list_inner table th {
  padding: 7px 0;
}

#privacy .contents_wrap .list_inner table td {
  padding: 20px 40px;
  width: 70%;
}

#privacy .contents_wrap .list_inner table td:first-child {
  background-color: #eee;
  width: 30%;
  padding: 0;
}

#privacy .contents_wrap .list_inner table tr {
  border: 1px solid #afafaf;
}

#privacy .contents_wrap .list_inner table dl dt, #privacy .contents_wrap .list_inner table dl dd {
  display: inline-block;
}

@media only screen and (max-width: 1220px) and (min-width: 751px) {
  #privacy .contents_wrap {
    max-width: 100%;
    width: 94%;
  }
}

@media only screen and (max-width: 750px) {
  #privacy .contents_wrap {
    max-width: 100%;
    width: 100%;
    padding: 0 5.33333vw;
  }
  #privacy .contents_wrap .main_contents {
    padding: 0;
  }
  #privacy .contents_wrap .main_contents h2 {
    font-size: 1.8rem;
    text-align: center;
    margin: 6.93333vw 0 4.66667vw;
  }
  #privacy .contents_wrap .main_contents h3 {
    margin-bottom: 10px;
  }
  #privacy .contents_wrap .main_contents ul > li {
    margin-bottom: 30px;
  }
  #privacy .contents_wrap .main_contents .name {
    margin: 20px 0 34px;
  }
  #privacy .contents_wrap .main_contents .name > span {
    display: block;
    font-weight: 700;
    padding: 10px 0;
  }
  #privacy .contents_wrap .main_contents .middle_sec .sec_lead {
    margin-bottom: 40px;
  }
  #privacy .contents_wrap .main_contents .middle_sec .privacy_list > li {
    margin-bottom: 40px;
  }
  #privacy .contents_wrap .main_contents .middle_sec .privacy_list > li h3 {
    text-indent: -2.7em;
    padding-left: 2.7em;
  }
  #privacy .contents_wrap .main_contents .middle_sec .privacy_list > li h3 + p {
    margin-bottom: 40px;
  }
  #privacy .contents_wrap .main_contents .middle_sec .privacy_list ul > li {
    margin-bottom: 0;
  }
  #privacy .contents_wrap .list_inner {
    margin-bottom: 30px;
  }
  #privacy .contents_wrap .list_inner table {
    border-collapse: collapse;
    width: 100%;
    margin: 14px 0 18px;
  }
  #privacy .contents_wrap .list_inner table th,
  #privacy .contents_wrap .list_inner table tr td:first-child {
    text-align: left;
  }
  #privacy .contents_wrap .list_inner table th:first-child {
    background-color: #eee;
  }
  #privacy .contents_wrap .list_inner table th {
    display: none;
  }
  #privacy .contents_wrap .list_inner table tr {
    display: block;
    margin-bottom: 10px;
  }
  #privacy .contents_wrap .list_inner table tr.pc_head {
    display: none;
  }
  #privacy .contents_wrap .list_inner table td {
    padding: 0;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    position: relative;
    border-right: none;
    text-align: justify;
  }
  #privacy .contents_wrap .list_inner table td:first-child {
    background-color: #fff;
    width: 100%;
    padding: 10px 12px 10px 132px;
    border-bottom: 1px solid #afafaf;
  }
  #privacy .contents_wrap .list_inner table td:first-child::before {
    content: '個人情報の種別';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #eee;
    border-right: 1px solid #afafaf;
    width: 120px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
  }
  #privacy .contents_wrap .list_inner table td:last-child {
    width: 100%;
    padding: 10px 12px 10px 132px;
  }
  #privacy .contents_wrap .list_inner table td:last-child::before {
    content: '利用目的';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #eee;
    border-right: 1px solid #afafaf;
    width: 120px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
  }
  #privacy .contents_wrap .bottom_sec .list_inner table td:first-child::before {
    content: '窓口の名称';
  }
  #privacy .contents_wrap .bottom_sec .list_inner table td:last-child::before {
    content: '個人情報\A問い合わせ窓口';
    white-space: pre;
    text-align: center;
  }
}

.fs-p-privacyPolicy dd {
    margin-left: 0;
}