@charset "UTF-8";
/* -------------------------------------
  Reset
-------------------------------------- */
#tradelaw *,
#privacypolicy *,
#online-store-terms *,
#guide *,
#qa * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: break-all;
}
#tradelaw ul, #tradelaw ol,
#privacypolicy ul, #privacypolicy ol,
#online-store-terms ul, #online-store-terms ol,
#guide ul, #guide ol,
#qa ul, #qa ol {
  list-style: none;
}
#online-store-terms img {
  display: block;
}

/* -------------------------------------
  Base
-------------------------------------- */
#tradelaw,
#privacypolicy,
#online-store-terms,
#guide,
#qa {
  margin: 30px 10px 70px;
}

/* -------------------------------------
  Section
-------------------------------------- */
#privacypolicy .sec,
#online-store-terms .sec,
#guide .sec {
  margin-top: 40px;
}
#privacypolicy .sec + .sec,
#online-store-terms .sec + .sec,
#guide .sec + .sec {
  margin-top: 35px;
}
#online-store-terms .sec-nest,
#guide .sec-nest {
  margin-top: 30px;
}
#online-store-terms .sec-nest + .sec-nest,
#guide .sec-nest + .sec-nest {
  margin-top: 20px;
}
#online-store-terms .sec-nest-child {
  margin: 20px 0 0;
}
#online-store-terms .sec-nest-child + .sec-nest-child {
  margin-top: 26px;
}
#online-store-terms .add-kiyaku .sec-nest,
#online-store-terms .add-kiyaku .sec-nest + .sec-nest {
  margin-top: 50px;
}
#guide .sec-nest + .sec-nest {
  padding-top: 20px;
  border-top: 1px dashed #707070;
}
#guide .sec-nest-contact + .sec-nest-contact {
  margin-top: 60px;
}
#guide .sec-nest-under,
#guide .sec-nest-under + .sec-nest-under {
  margin-top: 15px;
}

/* -------------------------------------
  Heading
-------------------------------------- */
#tradelaw .hdg-lv1,
#privacypolicy .hdg-lv1,
#online-store-terms .hdg-lv1,
#guide .hdg-lv1,
#qa .hdg-lv1 {
  font-size: 23px;
  font-weight: 800;
  letter-spacing: .4px;
  line-height: 1.57143;
  text-align: center;
}

#guide .hdg-lv2 {
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: .4px;
  line-height: 1.46667;
  border-bottom: 2px solid#e60027;
}

#online-store-terms .hdg-lv3,
#guide .hdg-lv3,
#qa .hdg-lv3 {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .4px;
  background-color: transparent;
}
#guide .sec-nest-contact .hdg-lv3 {
  text-align: center;
}

#guide .hdg-lv4{
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .4px;
  line-height: 1.5;
}

/* 連番 */
#privacypolicy, #online-store-terms {
  counter-reset: hdg2-num;
}
#privacypolicy .hdg-lv2-num,
#online-store-terms .hdg-lv2-num {
  padding-left: 2em;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.46667;
  border-bottom: none;
  position: relative;
}
#privacypolicy .hdg-lv2-num::before,
#online-store-terms .hdg-lv2-num::before {
  position: absolute;
  left: 0;
  counter-increment: hdg2-num;
  content: counter(hdg2-num)".";
}
#privacypolicy .hdg-lv2-num + p,
#online-store-terms .hdg-lv2-num + p,
#privacypolicy .hdg-lv2-num + ul,
#online-store-terms .hdg-lv2-num + ul,
#privacypolicy .hdg-lv2-num + ol,
#online-store-terms .hdg-lv2-num + ol {
  margin: 10px 0 0;
}

#online-store-terms .sec.lv3-num {
  counter-reset: hdg3-num;
}
#online-store-terms .hdg-lv3-num {
  padding-left: 2em;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .4px;
  line-height: 1.5;
  border-bottom: none;
  background-color: transparent;
  position: relative;
}
#online-store-terms .hdg-lv3-num::before {
  position: absolute;
  left: 0;
  counter-increment: hdg3-num;
  content: "("counter(hdg3-num)")";
}
#online-store-terms .hdg-lv3-num + p,
#online-store-terms .hdg-lv3-num + ul,
#online-store-terms .hdg-lv3-num + ol {
  margin: 10px 0 0;
}

#online-store-terms .ttl2{
	font-size: 20px;
	font-weight: 800;
	line-height: 1.46667;
	border-bottom: none;
	position: relative;
  background: none;
}
#online-store-terms #anc-renal-kiyaku .ttl2{
  padding: 10px 0 5px;
  text-align: center;
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
}

#online-store-terms .ttl3{
  font-size: 16px;
  font-weight: 800;
  line-height: 1.46667;
  border-bottom: none;
}

#online-store-terms .add-kiyaku{padding-top: 60px;}
#online-store-terms .add-kiyaku h2{text-align: center;}
#online-store-terms .add-kiyaku .sub-ttl{
  font-size: 22px;
  font-weight: 800;
  letter-spacing: .4px;
  line-height: 1.53846;
  text-align: center;
  margin-bottom: 20px;
  border: none;
}
#online-store-terms .add-kiyaku .sub-ttl.fs {
  font-size: 21px;
}

/* -------------------------------------
  Text
-------------------------------------- */
#online-store-terms .hdg-lv1 + p {
  margin-top: 40px;
}
#online-store-terms .list-mark + p {
  margin-top: 20px;
}
#guide .hdg-lv2 + p {
  margin-top: 30px;
}
#guide .hdg-lv3 + p {
  margin-top: 20px;
}
#guide .hdg-lv4 + p, #guide .hdg-lv4 + ul {
  margin-top: 5px;
}
#guide p + p, #guide ul + p {
  margin-top: 20px;
}

/* 注釈テキスト（単体） */
#online-store-terms .txt-note {
  margin: 5px 0 0;
  display: table;
  width: 100%;
  font-size: 12px;
  line-height: 1.8;
  color: #707070;
}
#online-store-terms .txt-note-ast,
#online-store-terms .txt-note-txt {
  display: table-cell;
  vertical-align: top;
}
#online-store-terms .txt-note-ast {
  padding-right: 3px;
  white-space: pre;
}
#online-store-terms .txt-note-txt {
  width: 100%;
}

/* -------------------------------------
  List
-------------------------------------- */
#tradelaw .list,
#privacypolicy .list,
#online-store-terms .list,
#guide .list {
  margin: 10px 0 0;
  padding-left: 1.2rem;
}
#tradelaw .list-item,
#privacypolicy .list-item,
#online-store-terms .list-item,
#guide .list-item {
  position: relative;
}
#tradelaw .list-item + .list-item,
#privacypolicy .list-item + .list-item,
#online-store-terms .list-item + .list-item,
#guide .list-item + .list-item {
  margin-top: 10px;
}
#tradelaw .list-item::before,
#privacypolicy .list-item::before,
#online-store-terms .list-item::before,
#guide .list-item::before {
  position: absolute;
  content: "\25CF";
  top: 0;
  left: -1.2rem;
}
#tradelaw .list-item > .list,
#privacypolicy .list-item > .list,
#online-store-terms .list-item > .list,
#guide .list-item > .list {
  margin-top: 6px;
}
#tradelaw .list-item > .list > .list-item + .list-item,
#privacypolicy .list-item > .list > .list-item + .list-item,
#online-store-terms .list-item > .list > .list-item + .list-item,
#guide .list-item > .list > .list-item + .list-item {
  margin-top: 5px;
}
#tradelaw .list-item > .list > .list-item::before,
#privacypolicy .list-item > .list > .list-item::before,
#online-store-terms .list-item > .list > .list-item::before,
#guide .list-item > .list > .list-item::before {
  content: "-";
}

/* 数字 */
#privacypolicy .list-num,
#online-store-terms .list-num {
  margin: 10px 0 0;
  display: table;
  width: 100%;
  counter-reset: list-num;
}
#privacypolicy .list-num-item,
#online-store-terms .list-num-item {
  display: table-row;
}
#privacypolicy .list-num-item::before,
#online-store-terms .list-num-item::before {
  padding-right: 10px;
  white-space: pre;
  counter-increment: list-num;
  content: counter(list-num)".";
}
#privacypolicy .brackets .list-num-item::before,
#online-store-terms .brackets .list-num-item::before {
  content: "("counter(list-num)")";
}
#privacypolicy .list-num-item::before,
#privacypolicy .list-num-item-txt,
#online-store-terms .list-num-item::before,
#online-store-terms .list-num-item-txt {
  display: table-cell;
  vertical-align: top;
}
#online-store-terms .list-num-item-txt > *:first-child {
  margin-top: 0;
}
#privacypolicy .list-num-item-txt,
#online-store-terms .list-num-item-txt {
  padding-bottom: 10px;
  width: 100%;
  font-size: 100%;
}
#privacypolicy .list-num-item:last-child > .list-num-item-txt,
#online-store-terms .list-num-item:last-child > .list-num-item-txt {
  padding-bottom: 0;
}

/* 汎用マークリスト */
#online-store-terms .list-mark,
#guide .list-mark {
  margin: 10px 0 0;
  display: table;
  width: 100%;
}
#online-store-terms .list-mark .list-mark,
#guide .list-mark .list-mark {
  margin-top: 5px;
}
#online-store-terms .list-mark.note,
#guide .list-mark.note {
  font-size: 12px;
  line-height: 1.8;
  color: #707070;
}
#online-store-terms .list-mark-item,
#guide .list-mark-item {
  display: table-row;
}
#online-store-terms .list-mark-item-mark,
#online-store-terms .list-mark-item-txt,
#guide .list-mark-item-mark,
#guide .list-mark-item-txt {
  vertical-align: top;
  display: table-cell;
}
#online-store-terms .list-mark-item-mark,
#guide .list-mark-item-mark {
  padding-right: 3px;
  white-space: pre;
}
#online-store-terms .list-mark-item-txt,
#guide .list-mark-item-txt {
  padding-bottom: 3px;
  width: 100%;
}
#online-store-terms .list-mark-item:last-child > .list-mark-item-txt,
#guide .list-mark-item:last-child > .list-mark-item-txt {
  padding-bottom: 0;
}

/* -------------------------------------
  Link
-------------------------------------- */
#tradelaw .link,
#privacypolicy .link,
#online-store-terms .link,
#guide .link,
#qa .link {
  color: #ff6d6d;
  text-decoration: underline;
}

#guide .link-arrow-a, #qa .link-arrow-a {
  padding-left: 15px;
  display: inline-block;
  color: #030303;
  background: url("../../img/usr/pc/icon_arrow_red_lg.png") no-repeat left top / 9px auto;
}
#guide .link-list-arrow {
  margin-top: 10px;
}
#guide .link-list-arrow .link-arrow-a {
  margin-top: 5px;
}

/* -------------------------------------
  Image
-------------------------------------- */
#online-store-terms .img-lyt1 {
  margin: 10px 0 0;
}

/* -------------------------------------
  Table
-------------------------------------- */
#tradelaw .tbl,
#online-store-terms .tbl,
#guide .tbl,
#guide .tbl-small {
  width: 100%;
  border: 1px solid #9f9f9f;
  border-collapse: collapse;
}
#tradelaw .tbl,
#guide .tbl {
  margin: 15px 0 0;
}
#online-store-terms .tbl {
  margin: 6px 0 0;
}
#guide .tbl {
  table-layout: fixed;
}
#guide .tbl-small {
  margin: 20px 0 0;
}
#guide .tbl .tbl-align {
  text-align: center;
}
#guide .tbl-no-col {
  width: 40px;
}
#guide .tbl-prefectures-col {
  width: 80px;
}
#tradelaw .tbl tr:first-child th,
#online-store-terms .tbl tr:first-child th {
  border-top: none;
}

#online-store-terms .tbl thead th,
#guide .tbl thead th,
#guide .tbl-small thead th {
  background-color: #f6f6f6;
}
#guide .tbl thead th,
#guide .tbl-small thead th {
  text-align: center;
  vertical-align: middle;
}

#tradelaw .tbl tbody th {
  border-right: none;
  background-color: #f6f6f6;
}

#tradelaw .tbl th, #tradelaw .tbl td,
#online-store-terms .tbl th, #online-store-terms .tbl td,
#guide .tbl th, #guide .tbl td,
#guide .tbl-small th, #guide .tbl-small td {
  padding: 10px;
  font-size: 13px;
  text-align: left;
}
#online-store-terms .tbl th, #online-store-terms .tbl td {
  width: 50%;
  text-align: center;
}
#tradelaw .tbl th, #tradelaw .tbl td {
  display: block;
}

#tradelaw .tbl th,
#online-store-terms .tbl td {
  border-bottom: none;
  font-weight: bold;
  border-top: 1px solid #9f9f9f;
}
#guide .tbl td,
#guide .tbl-small td {
  border-bottom: none;
  border-top: 1px solid #9f9f9f;
}

#tradelaw .tbl td > *:first-child,
#online-store-terms .tbl td > *:first-child,
#guide .tbl td > *:first-child,
#guide .tbl-small td > *:first-child {
  margin-top: 0;
}
#online-store-terms .tbl th + th,
#online-store-terms .tbl td + td,
#guide .tbl th + th,
#guide .tbl td + td,
#guide .tbl-small th + th,
#guide .tbl-small td + td {
  border-left: 1px solid #9f9f9f;
}

/* -------------------------------------
  Terms
-------------------------------------- */
#online-store-terms .separate-sheet {
  margin: 60px 0 0;
  padding: 15px 15px 30px;
  line-height: 1.8;
  border: 1px solid #9f9f9f;
}
#online-store-terms .separate-sec {
  margin-top: 10px;
}
#online-store-terms .separate-sec + .separate-sec {
  margin-top: 40px;
}
#online-store-terms .separate-sec-nest {
  margin-top: 25px;
}
#online-store-terms .separate-sec-nest + .separate-sec-nest {
  margin-top: 30px;
}
#online-store-terms .separate-h1 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .1em;
  color: #888;
}
#online-store-terms .separate-h2 {
  margin: 0 -15px;
  padding: 10px 15px 5px;
  font-size: 15px;
  border: none;
  background-color: #f6f6f6;
}
#online-store-terms .separate-h3 {
  font-size: 15px;
  font-weight: 600;
  border: none;
  background: none;
}
#online-store-terms .add-kiyaku p,
#online-store-terms .separate-sheet p,
#online-store-terms .separate-sheet .list-num {
  margin-top: 10px;
}
#online-store-terms .separate-sheet .separate-h2 + p,
#online-store-terms .separate-sheet .separate-h3 + p{
  margin-top: 15px;
}
#online-store-terms .add-kiyaku .txt-note,
#online-store-terms .separate-sheet .txt-note,
#online-store-terms .separate-sheet .list-num ul {
  margin-top: 10px;
}
#online-store-terms .separate-dl {
  margin: 15px 0 0;
}
#online-store-terms .separate-dl-item + .separate-dl-item {
  margin-top: 10px;
}
#online-store-terms .separate-dl-item dt {
  font-weight: 600;
}
#online-store-terms .separate-dl-item dd {
  margin: 5px 0 0 1em;
}
#online-store-terms .tbl-separate {
  margin-top: 5px;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
#online-store-terms .tbl-separate th,
#online-store-terms .tbl-separate td {
  padding: 10px 20px;
  border: 1px solid #9f9f9f;
}
#online-store-terms .tbl-separate thead th {
  font-weight: 600;
  text-align: center;
  color: #040404;
  background-color: #f6f6f6;
}
#online-store-terms sub {
  font-size: 70%;
  position: relative;
  top: -.7em;
}

#online-store-terms .sub-ttl-fs {
  display: block;
  font-size: 70%;
}
#online-store-terms strong {
  font-weight: bold;
}

/* -------------------------------------
  Guide
-------------------------------------- */
#guide .link-rental {
  margin: 30px 0 0;
  font-size: 15px;
}
#guide .link-rental .link-arrow-a {
  padding: 10px 15px 8px 25px;
  line-height: 1;
  background-position: left 8px center;
}
#guide .link-list {
  margin: 30px 0 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#guide .link-rental + .link-list {margin-top: 15px;}
#guide .link-list-item {
  margin-right: 10px;
  width: calc((100% - 10px) / 2);
}
#guide .link-list-item:nth-child(2n) {
  margin-right: 0;
}
#guide .link-list-item:nth-child(n + 3) {
  margin-top: 10px;
}
#guide .link-list-item-a {
  padding: 10px 20px 10px 5px;
  min-height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  border: 1px solid #d4d4d4;
  background-color: #f6f6f6;
  position: relative;
}
#guide .link-list-item-a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 3px;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  background: url("../../img/usr/pc/icon_btn_arrow.png") no-repeat center center / 8px auto;
  transition: .15s ease;
}
#guide .link-list-item-a.page::before {
  transform: rotate(90deg);
}
#guide .link-list-item-a:hover {
  opacity: 1;
  border: 1px solid#e60027;
}

#guide .area-contact {
  margin-top: 20px;
  padding: 20px 15px;
  background-color: #f2f2f2;
}
#guide .area-contact > *:first-child {
  margin-top: 0;
}

#guide .btn-contact {
  margin: 10px 0 0;
  text-align: center;
}
#guide .btn-contact-a {
  padding: 12px 16px 10px;
  width: 100%;
  max-width: 350px;
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  background-color: #e60027;
}

#guide .dl-contact {
  margin-top: 20px;
}
#guide .dl-contact + .dl-contact {
  padding-top: 20px;
  border-top: 1px dashed #707070;
}
#guide .dl-contact-dt {
  font-size: 16px;
  font-weight: bold;
}
#guide .dl-contact-dd {
  margin-top: 5px;
}

/* -------------------------------------
  FAQ
-------------------------------------- */
#qa .link-rental {
  margin: 30px 0 0;
  font-size: 15px;
}
#qa .link-rental .link-arrow-a {
  padding: 10px 15px 8px 25px;
  line-height: 1;
  background-position: left 8px center;
}
/* Tab */
#qa .tab {
  margin: 30px 0 0;
}
#qa .link-rental + .tab {margin-top: 15px;}
#qa .tab-list {
  display: none;
}
#qa .tab-content + .tab-content {
  margin-top: 10px;
}
#qa .tab-content-inner {
  margin-top: 20px;
}
#qa .tab-content-inner > *:first-child {
  margin-top: 0;
}

#qa .tgl-content-title {
  padding: 25px 35px 23px 25px;
  font-size: 16px;
  font-weight: 800;
  color: #3e3e3d;
  border: 1px solid #3e3e3d;
  position: relative;
}
#qa .tgl-content-title::before,
#qa .tgl-content-title::after {
  position: absolute;
  content: "";
  top: 0;
  right: 12px;
  bottom: 0;
  z-index: 0;
  margin: auto 0;
  width: 18px;
  height: 2px;
  background-color: #3e3e3d;
  transition: transform .3s;
}
#qa .tgl-content-title[aria-expanded="false"]::after {
  transform: rotate(90deg);
}
#qa .tgl-content-title[aria-expanded="true"] {
  color: #fff;
  background-color: #3e3e3d;
}
#qa .tgl-content-title[aria-expanded="true"]::after {
  transform: rotate(180deg);
}
#qa .tgl-content-title[aria-expanded="true"]::before,
#qa .tgl-content-title[aria-expanded="true"]::after {
  background-color: #fff;
}
#qa .tgl-content-wrap {
  padding: 10px 10px 40px;
}

#qa .tab-content-inner + .tab-content-inner {
  margin-top: 40px;
}
#qa .tab-content-title {
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .4px;
  line-height: 1.46667;
  border-bottom: 2px solid#e60027;
}

/* Accordion */
#qa .accordion {
  margin-top: 10px;
}

#qa .accordion-item + .accordion-item {
  border-top: 1px solid #040404;
}

#qa .accordion-item-dd {
  margin: 0;
  padding: 10px 0;
  border-top: none;
}
#qa .accordion-item-dd > *:first-child {
  margin-top: 0;
}

#qa .btn-accordion {
  padding: 10px 40px 10px 0;
  display: flex;
  align-items: baseline;
  width: 100%;
  font-size: 14px;
  font-weight: 800;
  text-align: left;
  color: #000;
  border: none;
  background-color: transparent;
  cursor: pointer;
  transition: opacity .2s;
  position: relative;
}
#qa .btn-accordion:focus {
  outline: none;
}
#qa .btn-accordion::before,
#qa .btn-accordion::after {
  position: absolute;
  content: "";
  top: 0;
  right: 12px;
  bottom: 0;
  z-index: 0;
  margin: auto 0;
  width: 15px;
  height: 1px;
  background-color: #040404;
  transition: transform .3s;
}
#qa .btn-qa {
  font-size: 18px;
  font-weight: 800;
  white-space: pre;
}
#qa .btn-qa-txt {
  margin-left: 5px;
}
#qa .btn-qa-answer {
  font-size: 18px;
  font-weight: 800;
  color: #e60027;
  white-space: pre;
}
#qa .btn-qa-answer-wrap {
  display: flex;
  align-items: baseline;
}
#qa .btn-qa-contents {
  margin-left: 5px;
}

#qa .btn-qa-contents p{margin-bottom: 10px;}
#qa .btn-qa-contents .btn-qa-contents-box{margin-bottom: 20px;}
#qa .btn-qa-contents a{word-break: break-all;}

#qa .btn-accordion[aria-expanded="false"]::after {
  transform: rotate(90deg);
}
#qa .btn-accordion[aria-expanded="true"]::after {
  transform: rotate(180deg);
}
#qa .is-hidden {
  display: none;
}

#qa .dl-list-dt {
  font-weight: 800;
}
#qa .dl-list-dd + .dl-list-dt {
  margin-top: 10px;
}

#qa .btn-qa-answer-wrap.btn-qa-answer-wrap-nomal .btn-qa-contents{
    margin-left: 0;
	padding-top: 15px;
}

#qa .btn-contact{
    margin: 10px 0 0;
    text-align: center;	
}

#qa .btn-contact-a {
    padding: 12px 16px 10px;
    width: 100%;
    max-width: 350px;
    display: inline-block;
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    background-color: #e60027;
}

#qa .dl-contact {
  margin-top: 20px;
}
#qa .dl-contact + .dl-contact {
  padding-top: 20px;
  border-top: 1px dashed #707070;
}
#qa .dl-contact-dt {
  font-size: 16px;
  font-weight: bold;
}
#qa .dl-contact-dd {
  margin-top: 5px;
}

/* -------------------------------------
  Other
-------------------------------------- */
#tradelaw .address,
#privacypolicy .address,
#online-store-terms .address,
#guide .address,
#qa .address {
  margin-top: 20px;
  font-style: normal;
}
#tradelaw .address-title,
#privacypolicy .address-title,
#online-store-terms .address-title,
#guide .address-title,
#qa .address-title {
  font-size: 16px;
  line-height: 1.75;
}

#guide .margin-top5 {
  margin-top: 5px;
}
#guide .margin-top10,
#tradelaw .margin-top10 {
  margin-top: 10px;
}
#guide .area-revision,
#qa .area-revision {
  margin: 30px 0 0;
  text-align: right;
}
#online-store-terms .dl-revision {
  margin: 30px 0 0;
  display: flex;
}
#online-store-terms .dl-revision-dt {
  white-space: pre;
}
#online-store-terms .dl-revision-dd p + p {
  margin-top: 5px;
}
#online-store-terms .dl-revision-dd .ttl-history + p {
  margin-top: 5px;
}

/* -------------------------------------
	parts
-------------------------------------- */
#parts{
	padding: 30px 10px 40px 10px;
	margin: 0 auto;
}

#parts .main{
	text-align: center;
	margin-bottom: 20px;
}

#parts h1{
	font-size: 23px;
    font-weight: 800;
    letter-spacing: .4px;
    line-height: 1.57143;
    text-align: center;
}

#parts h3.ttl{
	padding: 10px;
	margin-bottom: 20px;	
}

#parts .container-fluid ul {
    float: left;
    font-size: 80%;
    color: #333;
}

#parts .category_list li {
    float: left;
    display: inline-block;
    width: 33.33333333%;
    margin-bottom: 5px;
    margin-right: 0px;
}

#parts ul.category_list{overflow: hidden;}

#parts img.pc{display: none;}

#parts .part-box{
	border: solid 1px #eee;
	padding:10px;
	margin-bottom: 30px;
}

#parts .part-box a{text-decoration: underline;}
#parts .clearfix:before{
	content: " ";
    display: table;
}
#parts .ttl{
	padding: 3px 0 5px 0;
	font-size:120%;
	font-weight:bold;
	color:#000;	
}

#parts .part-list{
	padding: 5px 0px 0 10px;
	margin-bottom: 15px;
}

#parts .part-search-btn {
  margin: 30px 0;
  text-align: center;
}
#parts .part-search-btn > a {
  padding: 15px 30px;
  display: inline-block;
  width: 90%;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  background-color: #3e3e3d;
  position: relative;
}
#parts .part-search-btn > a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  background: url(https://store.kadenfan.hitachi.co.jp/img/usr/sb/icon_search.png) no-repeat center center / contain;
}

/* アコーディオン */
#parts .block-search-goods--condition-items-ttl-tab{
	position: relative;
	margin: 0 10px;
	padding: 12px 10px 12px 10px;
	background-color: #E9E9E9;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	margin-top: 25px;
}

#parts .block-search-goods--condition-items-ttl-tab:before,
#parts .block-search-goods--condition-items-ttl-tab:after{
	position: absolute;
	content: "";
	top: 0;
	right: 12px;
	bottom: 0;
	z-index: 0;
	margin: auto 0;
	width: 18px;
	height: 2px;
	background-color: #3e3e3d;
	transition: transform .3s;
}

#parts .block-search-goods--condition-items-ttl-tab:after{
	position: absolute;
	content: "";
	top: 0;
	right: 12px;
	bottom: 0;
	z-index: 0;
	margin: auto 0;
	width: 18px;
	height: 2px;
	background-color: #3e3e3d;
	transition: transform .3s;
	transform: rotate(90deg);
}
	
#parts .block-search-goods--condition-items-ttl-tab.block-search-goods-btn-on:after{transform: rotate(0deg);}
#parts .block-search-goods--condition-items-tab-cont{
	display: none;
	margin-top: 10px;
}
#parts .action-buttons{margin-top: 15px;}
#parts .block-search-goods--condition-items-tab-cont.fieldset > .form-group:first-child .form-label,
#parts .block-search-goods--condition-items-tab-cont.fieldset > .form-group:first-child .form-control{border-top: none;}

#parts .block-search-goods--keyword--text,
#parts .block-search-goods--item-code--text {
	font-size: 12px;
	color: #737373;
	display: block;
	padding-top: 5px;
}

/* Topic */
.block-top-topic {
  width: 100%;
  overflow: hidden;
  display: table;
  margin: 0 auto;
  vertical-align: middle;
  padding: 0px 20px;
  background-color: #fff;
  position: relative;
}
.block-top-topic--header {
  vertical-align: middle;
  display: table-cell !important;
  text-align: left;
  position: relative;
  font-size: 13px;
  border: none;
  text-indent: -99999px;
  overflow: hidden;
}
.block-top-topic--body {
  display: table;
  margin: 0 auto;
  vertical-align: middle;
  width: 100%;
}
.block-top-topic .lt_notification {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 10px;
}
.block-top-topic--items {
  display: block;
  width: 100%;
  height: auto;
}
.lt_footer--inner {
  max-width: 100%;
}
#parts h1 {
  border: none;
  padding: 0;
  margin: 0 0 20px!important;
  padding: 10px;
  padding-top: 0;
}


/* -------------------------------------
	カテゴリ検索部分追加
-------------------------------------- */
section#search_category h3{
	margin-bottom: 20px;
	font-size: 120%;
}
.search_category_tab{
	overflow: hidden;
}
.search_category_tab ul{
	overflow: hidden;
}
.search_category_tab li{
	background: #707070;
	height: 45px;
	color: #fff;
	width: 49.5%;
	padding: 0 0 0 5%;
	float: left;
	text-align: left;
	line-height: 45px;
	margin: 0 0 1%;
	position: relative;
}
.search_category_tab li.active{
	background: #E6072C;
}
.search_category_tab li.active::after{
    display: inline-block;
    content: '';
    position: absolute;
    bottom: -4px;
    right: 0;
    width: 8px;
    height: 8px;
    background: #E6072C;
    width: 100%;
    height: 4px;
}
.search_category_tab li:nth-child(odd){
	margin-right: 0.5%;
}
.search_category_tab li:nth-child(even){
	margin-left: 0.5%;
}
#search_category_list{
	clear: both;
}
.search_category_main{
	margin: 0 0 1%;
}
.search_category_main:nth-of-type(n+1){
	display: none;
}
.search_category_list_label.active p a{
	font-size: 14px;
	font-weight: bold;
	color: #E6072C;
}
div.search_category_list_detail ul li{
	position: relative;
}
div.search_category_list_detail ul li::before {
    margin: auto 0;
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 8px;
    height: 8px;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.search_category_list_label{
	position: relative;
}

.search_category_list_label.active::before {
    margin: auto 0;
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #E6072C;
    border-right: 1px solid #E6072C;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.search_category_list_label::before {
    margin: auto 0;
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.search_category_list_detail{
	padding: 20px 30px;
}
.search_category_list_detail a{
	margin: 0 0 20px;
	display: block;
	text-decoration: none;
}
.search_category_list_detail li:last-of-type a{
		margin: 0;
}
.op_plus {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	border: 0;
	width: 11px;
	height: 11px;
	margin: auto 0;
	padding: 0;
}

.active .op_plus:after {
	display: inline-block;
	content: '';
	background-color: #fff;
	position: absolute;
	width: 11px;
	height: 1px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto auto;
}

.active .op_plus:before {
	display: none;
}
.op_plus:before {
	width: 1px;
	height: 11px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto auto;
	display: inline-block;
	content: '';
	background-color: #fff;
}
.op_plus:after {
	display: inline-block;
	content: '';
	background-color: #fff;
	position: absolute;
	width: 11px;
	height: 1px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto auto;
}
.search_category_list_label{
	background: #F1F1F1;
	font-size: 14px;
	color: #333333;
	padding: 15px 20px 16px 30px;
}
.search_category_list_inner:nth-of-type(n+2) div.search_category_list_detail{
	display: none;
}

/* -------------------------------------
	パーツショップからのお知らせ
-------------------------------------- */
#search_info{
	margin: 0 0 20px;
}
#search_info h3.ttl{
	background: #f5f5f5;
	font-size: 120%;
	font-weight: bold;
	color: #000;
	padding: 10px;
	margin: 20px 0;
}
div.search_info_main{
	overflow: hidden;
	border-bottom: 1px solid #E7E7E7;
	padding: 0 0 2% 0;
	margin: 0 4% 2%;
}
div.search_info_main p{
	font-size: 14px;
	color: #333333;
}
div.search_info_main p a{
	text-decoration: underline;
}
div.search_info_date{
	margin: 0 0 5px 0;
}
div.search_info_comment{
}
div.search_info_date + div.search_info_comment{
}
div.search_info_comment div.search_info_comment_title{
	color: #E92344;
	cursor: pointer;
	position: relative;
	padding: 0 4% 0 0;
}
div.search_info_comment div.search_info_comment_detail{
	display: none;
	padding: 10px 0 0 0;
}
div.search_info_comment div.search_info_comment_title::before{
	margin: auto 0;
	display: inline-block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

div.search_info_comment div.search_info_comment_title.activeinfo::before{

	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* アカウントアイコン */
.page-menu #mypagenav .block-mypage--rental-purchase .block-mypage--rental-purchase-description dt a {
  padding-left: 38px;
  padding-right: 20px;
  background: url(../../img/usr/common/icon_rental.png) no-repeat #f6f6f6 12px center / 25px auto;
}
.page-menu #mypagenav .block-mypage--credit-card-confirmation .block-mypage--credit-card-confirmation-description dt a {
  padding-left: 44px;
  padding-right: 20px;
  background: url(../../img/usr/common/icon_credit.png) no-repeat #f6f6f6 13px center / 24px auto;
}
/* アカウントアイコン */
/* -------------------------------------
  パスワード付きLP
-------------------------------------- */
.block-access-restriction {
  position: relative;
}
.block-access-restriction::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: .3s linear;
}
.block-access-restriction.is-checked::after {
  z-index: -100;
  background-color: transparent;
}

/* 関連情報 */
.related-banners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10px 0 0;
  gap: 10px;
}
.related-banners .list-info-item {
  width: calc((100% - 10px) / 2);
}
.related-banners .list-info-link {
  display: block;
  color: #000;
}
.related-banners .list-info-img {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.related-banners .list-info-link img {
  width: 100%;
  height: auto;
  display: block;
  transition: .2s linear;
}
.related-banners .list-info-txt {
  margin-top: 10px;
  display: block;
  font-size: 14px;
}