@charset "UTF-8";

/*reset.css*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

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

/*reset.css*/
/*header*/
.rc-header-simple__right {
  display: none;
}
.autoparts-Header {
  padding: 16px;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .autoparts-Header {
    padding: 28px 0;
  }
}

.autoparts-Heading {
  max-width: 960px;
  margin: 0 auto;
  font-weight: bold;
  color: #bf0000;
  font-size: 20px;
}

.autoparts-header__sub-text {
  display: block;
  font-size: 16px;
}


.autoparts-header__main-text {
  display: block;
  font-size: 22px;
}

@media screen and (min-width: 768px) {
  .autoparts-header__sub-text {
    font-size: 20px;
  }

  .autoparts-header__main-text {
    font-size: 28px;
  }
}



.autoparts-Notice {
  padding: 16px;
}

@media screen and (min-width: 768px) {
  .autoparts-Notice {
    padding: 32px 0px;
  }
}


/*header*/
dt {
  line-height: 160%;
}

img {
  width: 100%;
}

.sp_only {
  display: block;
}

@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
}

.pc_only {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc_only {
    display: block;
  }
}

h2 {
  line-height: 160%;
}

p {
  line-height: 160%;
}

.ttl {
  font-size: 22px;
  font-weight: bold;
}

.sub_ttl {
  font-size: 20px;
  font-weight: bold;
}

.Text_strong {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}

.Text_normal {
  color: #333333;
  font-size: 16px;
}

.Text_gray {
  color: #686868;
  font-size: 16px;
}

.red {
  color: #bf0000;
}

.lnk {
  color: #0074AD;
  text-decoration: underline;
  font-weight: bold;
}

.lnk a {
  color: #0074AD;
}

.autoparts-Notice_Title {
  margin-bottom: 20px;
  font-weight: bold;
  color: #bf0000;
  text-align: center;
}


@media screen and (min-width: 768px) {
  .autoparts-Notice_Title {
    text-align: left;
  }
}


@media screen and (min-width: 768px) {
  .ttl {
    font-size: 26px;
  }

  .sub_ttl {
    font-size: 24px;
  }

  .Text_strong,
  .Text_normal,
  .Text_gray {
    font-size: 16px;
  }

}

.autoparts-Notice_Text {
  padding-bottom: 8px;
}

.autoparts-Container {
  background-color: #f7f7f7;
}


.autoparts-Flow_container {
  background-color: #fff;
  padding: 16px 12px;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
}


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

  .autoparts-Flow_container {
    flex-direction: row;
    align-items: flex-start;
    margin: 0;
    padding: 30px;
    gap: 20px;
  }
}

.autoparts-Notice {
  margin: 0 auto;
  max-width: 960px;
}

.autoparts-Notice__Block {
  padding: 16px;
  border: 1px solid #333333;
  border-radius: 4px;
  background-color: #fff;
}

.autoparts-Notice_Text p {
  padding-bottom: 8px;
}

/*flow*/
.autoparts-Flow {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 33px;
  padding: 16px;
}


@media screen and (min-width: 768px) {
  .autoparts-Flow {
    padding: 32px 0;
  }
}

.autoparts-Flow_Heading {
  position: relative;
  padding-left: 45px;
}

.autoparts-Flow_Heading::before {
  top: 2px;
  left: 0;
  position: absolute;
  line-height: 32px;
  background-color: #bf0000;
  counter-increment: number 1;
  content: counter(number) "";
  display: flex;
  vertical-align: middle;
  justify-content: center;
  width: 32px;
  height: 32px;
  text-align: center;
  font-weight: normal;
  border-radius: 22px;
  color: #fff;
}

.autoparts-Flow_textArea {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

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

  .autoparts-Flow_textArea {
    width: 60%;
    gap: 28px;
  }
}

.autoparts-Flow_Heading[data-step="1"]::before {
  content: "1";
}

.autoparts-Flow_Heading[data-step="2"]::before {
  content: "2";
}

.autoparts-Flow_Heading[data-step="3"]::before {
  content: "3";
}

.autoparts-Flow_Heading[data-step="4"]::before {
  content: "4";
}

.autoparts-Flow_Heading[data-step="5"]::before {
  content: "5";
}

.autoparts-Flow_Heading[data-step="6"]::before {
  content: "6";
}

.autoparts-Flow_Heading[data-step="7"]::before {
  content: "7";
}

.autoparts-Flow_Heading[data-step="8"]::before {
  content: "8";
}


.step-number {
  display: inline-block;
  background-color: #bf0000;
  color: #fff;
  border-radius: 80%;
  width: 28px;
  height: 28px;
  text-align: center;
}

.notice-title {
  font-size: 18px;
  padding: 12px 0px;
}

.autoparts-Flow_Img {
  width: 280px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .autoparts-Flow_Img {
    width: auto;
  }
}

/*FAQ*/

.autoparts-Faq {
  margin-bottom: 40px;
  padding: 16px;
}

@media screen and (min-width: 768px) {
  .autoparts-Faq {
    padding: 0;
  }
}


.autoparts-Faq_Box {
  max-width: 960px;
  margin: 0 auto;
}

.autoparts-Heading_lv3 {
  margin-bottom: 15px;
}

.autoparts-Faq_List {
  margin-bottom: 4px;
  padding: 0 20px 20px 20px;
  border: 1px solid #e5e5e5;
  background: #fff;

}

.autoparts-Faq_List dt {
  position: relative;
  margin: 20px 0 0 20px;
  padding: 0 30px 0 30px;
  font-weight: bold;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .autoparts-Faq_List dt:hover {
    opacity: 0.7;
  }
}

.autoparts-Faq_List dt::before {
  content: "Q.";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.autoparts-Faq_List dt::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  margin-top: -10px;
  border-right: 1px solid #828282;
  border-bottom: 1px solid #828282;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .autoparts-Faq_List dt::after {
    width: 15px;
    height: 15px;
    border-right: 2px solid #828282;
    border-bottom: 2px solid #828282;
  }
}

.autoparts-Faq_List dd {
  display: none;
  position: relative;
  margin-top: 20px;
  padding: 24px 30px 24px 50px;
  font-size: 14px;
  line-height: 160%;
  background-color: #f7f7f7;
  color: #333;
}

.autoparts-Faq_List dd::before {
  content: "A";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 24px 0 0 22px;
  font-weight: bold;
}

.autoparts-Faq_List.is-open dt::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  top: calc(50% + 5px);
  right: 0;
  width: 10px;
  height: 10px;
  border-top: 1px solid #828282;
  border-right: 0;
  border-bottom: 0;
  border-left: 1px solid #828282;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .autoparts-Faq_List.is-open dt::after {
    width: 15px;
    height: 15px;
    border-top: 2px solid #828282;
    border-left: 2px solid #828282;
  }
}

.autoparts-Faq_List.is-open dd {
  display: block;
}

.autoparts-Faq_Bottom {
  padding: 20px 0 0 0;
  text-align: center;
}

.autoparts-Bottom {
  padding: 25px 16px;
  text-align: center;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (min-width: 768px) {
  .autoparts-Bottom {
    padding: 25px 0;
  }
}

.autoparts-Bottom_Text {
  padding: 10px 0;
}

.autoparts-Footer {
  padding: 16px 0;
  text-align: center;
}

.autoparts-Footer_List {
  margin: 0;
  padding: 0;
  list-style: none;
}

.autoparts-Footer_ListItem {
  display: inline-block;
}

.autoparts-Footer_ListItem a {
  text-decoration: none;
  color: #333;
}

.autoparts-Footer_ListItem a:hover {
  text-decoration: underline;
}

.autoparts-Footer_Copyright {
  font-size: 13px;
}