@charset "utf-8";

/***************************************************
  faq.css
***************************************************/

ul.list-faq{
  width: 100%;
}
ul.list-faq li{
  float: left;
  width: 23%;
  margin: 0 2.666% 20px 0;
  /*box-shadow: 0 0 3px 1px rgba(0,0,0,.2);*/
  display: table;
}
ul.list-faq li:nth-child(4n){
  margin-right: 0;
}
ul.list-faq li a{
  width: 100%;
  padding: 10px 10px;
  color: #e10000;
  font-size: 16px;
  text-align: center;
  background: url(/shared/img/svg/ico_arr_01.svg) center right 5% no-repeat;
  text-decoration: none;
  padding-right: 25px;
  display: table-cell;
  vertical-align: middle;
  box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
}
ul.list-faq li a:hover{
  background-color: #e10000;
  color: #fff;
  background-image: url(/shared/img/svg/ico_arr_01_cr.svg);
}

ul.list-faq li p{
  display: table-footer-group;
  width: 100%
}
ul.list-faq li p span{
  display: block;
  padding-top: 20px;
}

.under-line a{
  text-decoration: none;
  display: block;
}
.under-line a:hover{
  opacity: 0.6;
}
.under-line a span{
  float: right;
  font-size: 15px;
  padding-right: 15px;
  background: url(/shared/img/svg/ar08.svg)no-repeat center right;
}
.under-line a:hover span {
    text-decoration: underline;
}
@media only screen and (max-width: 640px){
  ul.list-faq li{
    width: 48%;
    margin-right: 4%;
  }
  ul.list-faq li:nth-child(2n){
    margin-right: 0;
    float: right;
  }
  ul.list-faq li a{
    padding: 7px 20px 7px 5px;
    font-size: 14px;
  }
  .under-line a span{
    font-size: 14px;
  }
}

.list-many li {
  float: left;
  width: 23%;
  margin-right: 2%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
  -moz-box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
  box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
}
.list-many li:nth-child(4n) {
  margin-right: 1%;
}
.list-many li:nth-child(4n+1) {
  margin-left: 1%;
}
.list-many li a {
  display: block;
  text-decoration: none;
  border: solid 3px #ff9898;
}
.list-many li a:hover {
  background: rgba(146, 135, 105, 0.2);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.list-many li dl{
  display: table;
  padding: 25px 20px;
  width: 100%;
}
.list-many li dt {
  color: #e10000;
  font-weight: bold;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.list-many li dt span {
  display: inline-block;
  padding-right: 13px;
  background: url(/shared/img/svg/ar01.svg) 100% 50% no-repeat;
  background-size: auto 18px;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
}
.list-many li dd {
  margin-bottom: 15px;
  color: #65562d;
  font-size: 13px;
}
.list-many li dd .text-info {
  margin-left: 1em;
  text-indent: -1em;
}

@media only screen and (max-width: 640px) {
  .box-many .list-many li {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .list-many li:nth-child(4n+1) {
    margin-left: 0%;
  }
  .box-many .list-many li a {
    display: block;
  }
  .box-many .list-many li dl{
    padding: 15px 13px;
  }
  .box-many .list-many li dt {
    margin-bottom: 15px;
    color: #e10000;
    font-weight: bold;
    text-align: left;
  }
  .box-many .list-many li dt span {
    display: inline-block;
    padding-right: 13px;
    background: url(/shared/img/svg/ar01.svg) 100% 50% no-repeat;
    background-size: auto 18px;
    font-size: 14px;
    font-weight: bold;
    vertical-align: bottom;
  }
  .box-many .list-many li dd {
    color: #65562d;
    font-size: 13px;
  }
  .box-many .list-many li dd .text-info {
    margin-left: 1em;
    text-indent: -1em;
  }
  ul.list-faq li a{
  background: url(/shared/img/svg/ar_side_red.svg) center right 5% no-repeat;
}
ul.list-faq li a:hover{
  background-image: url(/shared/img/svg/ar_side_white.svg);
}
}


.pickup-title {
  background-color: rgb(225, 0, 0);
  color: #ffffff;
  font-size: 21px;
  padding: 10px 10px 10px 20px;
  margin-top: 50px;
  display: block;
  font-weight: 500;
}

ul.pickup-list{
  border: solid 1px rgb(225, 0, 0);
}

ul.pickup-list li {
  background: url("/shared/img/svg/toggle_company_Q.svg")no-repeat center left 20px;
  font-size: 16px;
  display: block;
  margin-bottom: 20px;
  padding-left: 49px;
  cursor: pointer;
}

ul.pickup-list li:nth-child(1) {
  margin-top: 20px;
}

ul.pickup-list li a{
  text-decoration: underline;
}