@charset "UTF-8";
/* 東京マルイ - rcheri.css
	COPYRIGHT(C) TOKYO MARUI Co., Ltd. All rights reserved.

*/

.support-Eye {
  background-image: url(/support/trouble/images/bg_visual_01.png);
  background-position: center;
}
@media screen and (max-width: 768px) {
  .support-Eye {
    background-position: top;
  }
}

.supportFaq-Rcheri .supportFaq-Rcheri_Category h2 {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 300;
}
.supportFaq-Rcheri .supportFaq-Rcheri_Category ul {
  display: flex;
}
.supportFaq-Rcheri .supportFaq-Rcheri_Category li {
  margin: 0 2px 0 0;
  text-align: center;
}
.supportFaq-Rcheri .supportFaq-Rcheri_Category li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  text-decoration: none;
  color: #464646;
  font-size: 14px;
  border: solid 1px #c8c8c8;
  border-radius: 4px;
  width: 140px;
}
.supportFaq-Rcheri .supportFaq-Rcheri_Category li.this a {
  border: none;
  background-color: #0046A4;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .supportFaq-Rcheri .supportFaq-Rcheri_Category {
    margin-bottom: 16px;
  }
  .supportFaq-Rcheri .supportFaq-Rcheri_Category ul {
    flex-wrap: wrap;
  }
  .supportFaq-Rcheri .supportFaq-Rcheri_Category li {
    width: 113px;
    margin: 0 2px 2px 0;
  }
  .supportFaq-Rcheri .supportFaq-Rcheri_Category li a {
    font-size: 10px;
  }
  .supportFaq-Rcheri .supportFaq-Rcheri_Category li:nth-of-type(3n) {
    margin-right: 0;
  }
}

.supportFaq-Rcheri .supportFaq-Rcheri_Pager {
  margin: 25px 0 24px;
}
.supportFaq-Rcheri .supportFaq-Rcheri_Pager ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.supportFaq-Rcheri .supportFaq-Rcheri_Pager li {
  margin: 0 4px 0 0;
}
.supportFaq-Rcheri .supportFaq-Rcheri_Pager li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 32px;
  text-decoration: none;
  border: solid 1px #f0f0f0;
  border-radius: 4px;
  color: #464646;
  font-weight: bold;
  font-size: 16px;
}
.supportFaq-Rcheri .supportFaq-Rcheri_Pager li.this a {
  border: none;
  background-color: #0046a4;
  color: #FFF;
}
.supportFaq-Rcheri .supportFaq-Rcheri_Pager li.next a,
.supportFaq-Rcheri .supportFaq-Rcheri_Pager li.back a {
  color: #0046a4;
}
.supportFaq-Rcheri .supportFaq-Rcheri_Pager li.dots {
  border: none;
}


.supportFaq-Rcheri h1,
.supportFaq-Rcheri_SearchCategory h1 {
  font-size: 32px;
  margin: 28px 0 24px;
}
.supportFaq-Rcheri_Question .supportFaq-Rcheri_Unit {
  padding-bottom: 57px;
  border-bottom: dotted 1px #707070;
  margin-bottom: 30px;
}
.supportFaq-Rcheri_Question .supportFaq-Rcheri_Unit dl {
  padding: 13px;
  border-top: solid 1px #C8C8C8;
  display: flex;
  align-items: center;
}
.supportFaq-Rcheri_Question .supportFaq-Rcheri_Unit dl.last {
  border-bottom: solid 1px #C8C8C8;
}
.supportFaq-Rcheri_Question .supportFaq-Rcheri_Unit dt {
  font-size: 120%;
}
.supportFaq-Rcheri_Question .supportFaq-Rcheri_Unit .supportFaq-RcheriUnit_Daytime {
  display: flex;
}
.supportFaq-Rcheri_Question .supportFaq-Rcheri_Unit .supportFaq-RcheriUnit_Daytime span {
  font-size: 16px;
}
.time {
  color: #797979;
  padding-left: 23px;
}
.supportFaq-Rcheri_Question .supportFaq-Rcheri_Unit .supportFaq-RcheriUnit_Item {
  margin: 4px 0;
}
.supportFaq-Rcheri_Question .supportFaq-Rcheri_Unit .supportFaq-RcheriUnit_Item a {
  font-size: 12px;
}
.supportFaq-Rcheri_Question .supportFaq-Rcheri_Unit .supportFaq-RcheriUnit_Item img {
  padding-bottom: 1px;
  margin-right: 5px;
}
.supportFaq-Rcheri_Question .supportFaq-Rcheri_Unit dd {
  margin-left: 113px;
  align-items: center;
}
.supportFaq-Rcheri_Question .supportFaq-Rcheri_Unit dd {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .supportFaq-Rcheri h1,
  .supportFaq-Rcheri_SearchCategory h1 {
    font-size: 18px;
    margin: 18px 0;
  }
  .supportFaq-Rcheri_Question .supportFaq-Rcheri_Unit {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .supportFaq-Rcheri_Question .supportFaq-Rcheri_Unit dl {
    display: block;
  }
  .supportFaq-Rcheri_Question .supportFaq-Rcheri_Unit dd {
    margin-left: 0;
    font-size: 12px;
  }
  .supportFaq-Rcheri_Question .supportFaq-Rcheri_Unit .supportFaq-RcheriUnit_Item {
    margin: 6px 0;
  }
  .supportFaq-Rcheri_Question .supportFaq-Rcheri_Unit .supportFaq-RcheriUnit_Daytime span {
    font-size: 10px;
  }
  .supportFaq-Rcheri_Question .supportFaq-Rcheri_Unit .supportFaq-RcheriUnit_Item a {
    font-size: 10px;
  }
}

.supportFaq-Rcheri_SearchCategory {
  margin-bottom: 50px;
}
.supportFaq-Rcheri_SearchCategory .supportFaq-Rcheri_SearchCategory_Box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.supportFaq-Rcheri_SearchCategory .supportFaq-Rcheri_SearchCategory_Culumn {
  background-color: #F5F5F5;
  margin-right: 22px;
  margin-bottom: 15px;
  width: 32%;
  border-radius: 8px;
}
.supportFaq-Rcheri_SearchCategory .supportFaq-Rcheri_SearchCategory_Culumn:nth-of-type(3n) {
  margin-right: 0;
}
.supportFaq-Rcheri_SearchCategory .supportFaq-Rcheri_SearchCategory_Culumn h2 {
  padding: 24px 17px 22px;
  border-bottom: solid 1px #C8C8C8;
  font-size: 18px;
  font-weight: 500;
  color: #0046A4;
}
.supportFaq-Rcheri_SearchCategory .supportFaq-Rcheri_SearchCategory_Culumn h2 > img {
  margin: 0 6px 3px 0;
}
.supportFaq-Rcheri_SearchCategory .supportFaq-Rcheri_SearchCategory_Culumn ul {
  padding: 16px 40px;
}
.supportFaq-Rcheri_SearchCategory .supportFaq-Rcheri_SearchCategory_Culumn li {
  padding-bottom: 8px;
  font-size: 16px;
}
.supportFaq-Rcheri_SearchCategory .supportFaq-Rcheri_SearchCategory_Culumn p {
  color: #DC0000;
  padding: 18px 15px 0;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .supportFaq-Rcheri_SearchCategory .supportFaq-Rcheri_SearchCategory_Box {
    display: block;
  }
  .supportFaq-Rcheri_SearchCategory .supportFaq-Rcheri_SearchCategory_Culumn {
    width: 100%;
    height: 100%;
    margin-right: 0;
  }
  .supportFaq-Rcheri_SearchCategory .supportFaq-Rcheri_SearchCategory_Culumn h2 {
    padding: 16px 17px 18px;
    font-size: 12px;
  }
  .supportFaq-Rcheri_SearchCategory .supportFaq-Rcheri_SearchCategory_Culumn h2 > img {
    width: 16px;
    margin: 0 6px 1px 0;
  }
  .supportFaq-Rcheri_SearchCategory .supportFaq-Rcheri_SearchCategory_Culumn ul {
    padding: 16px 40px;
  }
  .supportFaq-Rcheri_SearchCategory .supportFaq-Rcheri_SearchCategory_Culumn li {
    font-size: 12px;
  }
}

.supportFaq-Rcheri_Box {
  background-color: #464646;
  display: flex;
  padding: 24px;
  margin-bottom: 50px;
}
.supportFaq-Rcheri_Box .supportFaq-RcheriBox_Left {
  margin-right: 22px;
}
.supportFaq-Rcheri_Box .supportFaq-RcheriBox_Left p,
.supportFaq-Rcheri_Box .supportFaq-RcheriBox_Right p {
  color: #FFF;
  padding-top: 8px;
  font-size: 16px;
}
.supportFaq-Rcheri_Box_Sponly {
  display: none;
}
@media screen and (max-width: 768px) {
  .supportFaq-Rcheri_Box_Sponly {
    display: block;
    padding: 20px;
    background-color: #464646;
    margin-bottom: 71px;
  }
  .supportFaq-Rcheri_Box_Sponly .supportFaq-RcheriBox_Left {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .supportFaq-Rcheri_Box_Sponly .supportFaq-RcheriBox_Left p,
  .supportFaq-Rcheri_Box_Sponly .supportFaq-RcheriBox_Right p {
    color: #FFF;
  }
  .supportFaq-Rcheri_Box {
    display: none;
  }
}
