@charset "UTF-8";

.c5-d-sp{
  display: none;
}
@media screen and (max-width: 639px) {
  .c5-d-sp{
    display: block;
  }
}

.c5-categorylist{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
}

.c5-categorylist li{
  width: calc(25% - 12px);
  border: 1px solid #969696;
  list-style: none;
  margin: 10px 5px 0;
}

.c5-categorylist li a{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  padding: 18px;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.c5-categorylist li a:before{
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 10px solid #c8c8c8;
}

.c5-categorylist li a:hover{
  text-decoration: none;
  opacity: 0.7;
}

.c5-categorylist li a div{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.c5-categorylist li a .c5-categorylist-pdf{
  text-align: center;
  margin: 0;
  font-size: .75rem;
  color: #83838f;
  width: 100%;
}

.c5-categorylist li a div p:last-child{
  margin: 0 0 0 10px;
  line-height: 1.2;
}

.c5-categorylist li a div p:first-child{
  width: 16%;
  max-width: 40px;
  margin: auto 0;
}
.c5-categorylist li a div p img{
  width: 100%;
  display: block;
}
@media screen and (max-width: 639px) {
  .c5-categorylist li{
    width: calc(50% - 7px);
  }
  .c5-categorylist li:nth-child(2n+1){
    margin-left: 0;
  }
  .c5-categorylist li:nth-child(2n){
    margin-right: 0;
  }
  .c5-categorylist li a{
    padding: 5px;
  }
  .c5-categorylist li a:before{
    left: 8px;
  }
  .c5-categorylist li a div{
    display: block;
    text-align: center;
  }
  .c5-categorylist li a div p:first-child{
    width: 35%;
    max-width: none;
    margin: auto;
  }
  .c5-categorylist li a div p:last-child{
    margin: auto;
  }
}

.c5-categoryList__cellCampAc2{
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  border: 10px solid #ecf0f7;
}
.c5-categoryList__cellCamp2{
  cursor: pointer;
  position: relative;
  text-align: center;
}
.c5-categoryList__cellCamp2::after{
  content: "";
   position: absolute;
   width: 30px;
   top:50%;
   right: 20px;
   height: 30px;
   margin-top: -15px;
   background: url(../images/acc_open.png);
   background-size: cover;
}

.c5-categoryList__cellCamp2.ac2::after {
    content: "";
   position: absolute;
   width: 30px;
   top:50%;
   right: 20px;
   height: 30px;
   margin-top: -15px;
   background: url(../images/acc_close.png);
   background-size: cover;
}
.c5-categoryList__cellCampTitle-document{
  padding: 20px 60px;
}
.c5-categoryList__cellCampBox2 {
  display: none;
}
.c5-categoryList__cellCampInner2{
  background-color: white;
  padding: 30px;
}
.c5-categoryList__cellCampInner2 h3{
  margin: 0;
}

@media screen and (max-width: 639px) {
  .c5-categoryList__cellCampTitle-document{
    padding: 20px 46px 20px 20px;
  }
  .c5-categoryList__cellCamp2::after{
     top:50%;
     right: 10px;
   }
   .c5-categoryList__cellCamp2.ac2::after {
     top:50%;
     right: 10px;
  }
  .c5-categoryList__cellCampAc2{
    width: calc(100% - 10px);
    border: 5px solid #ecf0f7;
  }
  .c5-categoryList__cellCampInner2{
    padding: 20px;
  }
}


.c5-tradeIn-box .c5-tradeIn-inner{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.c5-tradeIn-box .c5-tradeIn-inner > div{
  width: 50%;
  margin: 0 10px;
}

.c5-tradeIn-box .c5-tradeIn-inner > div:first-child{
  margin-left: 0;
}

.c5-tradeIn-box .c5-tradeIn-inner > div:last-child{
  margin-right: 0;
}

.c5-tradeIn-box .c5-tradeIn-inner > div h3{
  text-align: center;
  font-size: 21px;
  color: #fff;
  background-color: #14469b;
  padding: 12px;
  line-height: 1.3;
  margin: auto;
}

.c5-tradeIn-box .c5-tradeIn-inner > div:last-child h3{
  background-color: #22c083;
}

.c5-tradeIn-box .c5-tradeIn-inner > div h3 span{
  font-size: 15px;
}

.c5-tradeIn-box .c5-tradeIn-inner > div ul{
  padding-left: 0;
  list-style: none;
}

.c5-tradeIn-box .c5-tradeIn-inner > div ul li{
  text-indent: -1em;
  padding-left: 1em;
}

.c5-tradeIn-box .c5-tradeIn-inner > div ol{
  padding-left: 0;
  list-style: none;
}

.c5-tradeIn-box .c5-tradeIn-inner > div ol li{
  border: 1px solid #969696;
  display: flex;
  margin-bottom: 20px;
}

.c5-tradeIn-box .c5-tradeIn-inner > div ol li > p{
  color: #fff;
  background-color: #14469b;
  margin: 0;
  width: 5em;
  text-align: center;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
}

.c5-tradeIn-box .c5-tradeIn-inner > div ol li > p span{
  font-size: 14px;
  line-height: 1.3;
  display: block;
  width: 99%;
  margin: 5px auto 0;
}

.c5-tradeIn-box .c5-tradeIn-inner > div ol li div{
  padding: 15px;
  width: calc(100% - 5em);
}

.c5-tradeIn-box .c5-tradeIn-inner > div ol li div h4{
  font-size: 18px;
  margin: 0 0 4px;
}

.c5-tradeIn-box .c5-tradeIn-inner > div ol li div p{
  margin: 0;
}

.c5-tradeIn-box .c5-tradeIn-inner > div ol li div p span{
  display: inline-block;
}

.c5-tradeIn-box .c5-tradeIn-inner > div:last-child ol li > p{
  background-color: #22c083;
}

@media screen and (max-width: 639px) {
  .c5-tradeIn-box .c5-tradeIn-inner{
    display: block;
  }
  .c5-tradeIn-box .c5-tradeIn-inner > div{
    width: 100%;
    margin: 0;
  }
  .c5-tradeIn-box .c5-tradeIn-inner > div h3{
    font-size: 18px;
    padding: 10px 0;
  }
  .c5-tradeIn-box .c5-tradeIn-inner > div h3 span{
    font-size: 14px;
  }
  .c5-tradeIn-box .c5-tradeIn-inner > div ol li > p{
    padding: 10px;
    font-size: 16px;
  }
  .c5-tradeIn-box .c5-tradeIn-inner > div ol li div{
    padding: 10px;
    width: calc(100% - 4em - 26px);
  }
  .c5-tradeIn-box .c5-tradeIn-inner > div ol li div h4{
    font-size: 16px;
    margin: 0;
  }
}