@charset "UTF-8";
/* カタログフォームCSS */
select:-ms-expand {
  display: none;
}

span.required {
  font-size: 12px;
  background: #ff0000;
  color: #fff;
  padding: 2px 5px;
  text-align: center;
}

form input[type="text"],
form input[type="tel"],
form input[type="email"],
form textarea {
  background: #F5F5F5;
  border: 1px solid #D6D6D6;
  padding: 10px 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  form input[type="text"],
  form input[type="tel"],
  form input[type="email"],
  form textarea {
    width: 100%;
  }
}

div.mv {
  margin: 125px 0 75px;
}
@media screen and (max-width: 767px) {
  div.mv {
    margin: 65px 0;
  }
}
div.mv div.mv__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  div.mv div.mv__inner {
    display: block;
  }
}
div.mv div.mv__inner img {
  width: 50px;
  height: 47px;
}
div.mv div.mv__inner h2.mv__ttl {
  width: 370px;
  color: #000;
  font-size: 40px;
  padding-left: 12px;
}
@media screen and (max-width: 767px) {
  div.mv div.mv__inner h2.mv__ttl {
    width: auto;
    padding-left: 60px;
    margin-top: -50px;
  }
}
div.mv div.mv__inner h2.mv__ttl small {
  display: block;
  padding-top: 3px;
}
div.mv div.mv__inner nav.nav-pagenavi {
  width: 730px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  div.mv div.mv__inner nav.nav-pagenavi {
    width: auto;
    margin: 50px -20px 20px;
  }
}
div.mv div.mv__inner nav.nav-pagenavi ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  display: table;
  table-layout: fixed;
  border-radius: .25rem;
  border: 0;
}
div.mv div.mv__inner nav.nav-pagenavi ol li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 1rem;
  padding: 1rem 0;
  position: relative;
}
div.mv div.mv__inner nav.nav-pagenavi ol li:before {
  left: -50%;
  width: 100%;
}
div.mv div.mv__inner nav.nav-pagenavi ol li:before, div.mv div.mv__inner nav.nav-pagenavi ol li:after {
  position: absolute;
  height: 2px;
  top: 38px;
  margin-top: -1rem;
  content: '';
  background: #303030;
  z-index: 5;
}
div.mv div.mv__inner nav.nav-pagenavi ol li:first-child:before {
  width: 0%;
}
div.mv div.mv__inner nav.nav-pagenavi ol li:last-child:after {
  width: 0%;
}
div.mv div.mv__inner nav.nav-pagenavi ol li div.circle {
  font-style: normal;
  font-size: 1.5rem;
  background: #000000;
  color: #fff;
  text-align: center;
  padding: 0;
  width: 15px;
  height: 15px;
  line-height: 15px;
  border-radius: 50px;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 7;
}
div.mv div.mv__inner nav.nav-pagenavi ol li.actv div.circle {
  width: 40px;
  height: 40px;
  background: #C58F21;
  border: 1px solid #000;
}
div.mv div.mv__inner nav.nav-pagenavi ol li span {
  display: block;
  font-size: 12px;
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  margin: auto;
}

div.form {
  padding: 0;
}
@media screen and (max-width: 767px) {
  div.form {
    padding-top: 0;
    margin: 0 -20px;
  }
}
div.form h3 {
  width: 100%;
  font-size: 26px;
  border-bottom: 2px solid #E4E4E4;
  padding-bottom: 7px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  div.form div.form-message {
    margin: 0 20px 30px;
  }
}
div.form div.form-message p {
  font-size: 14px;
  margin-bottom: 18px;
}
div.form div.form-message p.notes {
  font-size: 12px;
}
div.form div.area-mainform {
  margin-top: 65px;
}
div.form div.area-mainform form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
}
@media screen and (max-width: 767px) {
  div.form div.area-mainform form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
div.form div.area-mainform form div#step00 {
  width: 300px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  div.form div.area-mainform form div#step00 {
    position: fixed;
    top: auto;
    z-index: 9999;
    bottom: 68px;
    width: 100vw;
    margin-top: 20px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}
div.form div.area-mainform form div#step00 div.step00__inner {
  background: #C8C8C8;
  padding: 15px 20px 20px;
}
@media screen and (max-width: 767px) {
  div.form div.area-mainform form div#step00 div.step00__inner {
    background: #EBEBEB;
    padding: 0;
    position: relative;
    overflow: hidden;
    height: 65px;
  }
}
@media screen and (max-width: 767px) {
  div.form div.area-mainform form div#step00 div.step00__inner.open {
    height: auto;
  }
}
div.form div.area-mainform form div#step00 div.step00__inner h4 {
  font-size: 16px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  div.form div.area-mainform form div#step00 div.step00__inner h4 {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    font-size: 18px;
    margin-bottom: 0;
  }
}
div.form div.area-mainform form div#step00 div.step00__inner h4 small.select_cat_num {
  display: none;
}
@media screen and (max-width: 767px) {
  div.form div.area-mainform form div#step00 div.step00__inner h4 small.select_cat_num {
    color: #ffffff;
    background: #C58F21;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    margin-left: 5px;
  }
}
div.form div.area-mainform form div#step00 div.step00__inner h4 span {
  display: none;
}
@media screen and (max-width: 767px) {
  div.form div.area-mainform form div#step00 div.step00__inner h4 span {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 20px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
div.form div.area-mainform form div#step00 div.step00__inner h4 span.select_cat_box_arrow {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
div.form div.area-mainform form div#step00 div.step00__inner h4 span.select_cat_box_arrow__active {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
div.form div.area-mainform form div#step00 div.step00__inner section {
  background: #fff;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  div.form div.area-mainform form div#step00 div.step00__inner section {
    padding: 0 0 10px;
    margin: 0 20px 20px;
  }
}
div.form div.area-mainform form div#step00 div.step00__inner section p.txt-select {
  font-size: 14px;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  div.form div.area-mainform form div#step00 div.step00__inner section p.txt-select {
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 20px;
    padding: 0 20px 0 0;
    border-bottom: none;
    pointer-events: none;
  }
}
div.form div.area-mainform form div#step00 div.step00__inner section p.next_btn {
  display: none;
  margin-bottom: 10px;
}
div.form div.area-mainform form div#step00 div.step00__inner section ul.box-catalog {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media screen and (max-width: 767px) {
  div.form div.area-mainform form div#step00 div.step00__inner section ul.box-catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    border: none;
  }
}
div.form div.area-mainform form div#step00 div.step00__inner section ul.box-catalog li {
  padding: 0 10px;
  position: relative;
  border-bottom: 1px solid #000000;
}
div.form div.area-mainform form div#step00 div.step00__inner section ul.box-catalog li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  div.form div.area-mainform form div#step00 div.step00__inner section ul.box-catalog li {
    border-bottom: none;
    width: 33%;
    padding: 0 20px;
  }
}
div.form div.area-mainform form div#step00 div.step00__inner section ul.box-catalog li.sel_on dt {
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  div.form div.area-mainform form div#step00 div.step00__inner section ul.box-catalog li.sel_on dt {
    padding-bottom: 0;
  }
}
div.form div.area-mainform form div#step00 div.step00__inner section ul.box-catalog li img.mod-catalog-no {
  position: absolute;
  top: 25px;
  left: 10px;
  width: 21px;
  height: 28px;
}
@media screen and (max-width: 767px) {
  div.form div.area-mainform form div#step00 div.step00__inner section ul.box-catalog li img.mod-catalog-no {
    width: 10px;
    height: 14px;
  }
}
div.form div.area-mainform form div#step00 div.step00__inner section ul.box-catalog li dl {
  padding-top: 20px;
}
div.form div.area-mainform form div#step00 div.step00__inner section ul.box-catalog li dl dt {
  text-align: center;
}
div.form div.area-mainform form div#step00 div.step00__inner section ul.box-catalog li dl dt img {
  width: 56px;
  height: 81px;
}
div.form div.area-mainform form div#step00 div.step00__inner section ul.box-catalog li dl dd {
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  div.form div.area-mainform form div#step00 div.step00__inner section ul.box-catalog li dl dd {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  div.form div.area-mainform form div#step00 div.step00__inner section ul.box-catalog li dl dd p {
    font-size: 14px;
  }
}
div.form div.area-mainform form div#step00 div.step00__inner section ul.box-catalog li dl dd .del_btn {
  position: absolute;
  display: inline-block;
  top: 25px;
  right: 0px;
  width: 32px;
  height: 32px;
  border: 0;
  background-color: #646464;
  border-radius: 32px;
  margin: 0;
  padding: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  cursor: pointer;
}
div.form div.area-mainform form div#step00 div.step00__inner section ul.box-catalog li dl dd .del_btn:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 4px;
  left: 14px;
  width: 3px;
  height: 24px;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
div.form div.area-mainform form div#step00 div.step00__inner section ul.box-catalog li dl dd .del_btn:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 4px;
  left: 14px;
  width: 3px;
  height: 24px;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
div.form div.area-mainform form div#step00 div.step00__inner div.reset_bt,
div.form div.area-mainform form div#step00 div.step00__inner div.reselect_bt {
  font-size: 16px;
  margin: 15px 30px 0;
  text-align: center;
  cursor: pointer;
  padding: 5px;
  background: #646464;
  color: #FFFFFF;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  div.form div.area-mainform form div#step00 div.step00__inner div.reset_bt,
  div.form div.area-mainform form div#step00 div.step00__inner div.reselect_bt {
    margin: 10px 35px 0;
  }
}
div.form div.area-mainform form div#step01,
div.form div.area-mainform form div#step02,
div.form div.area-mainform form div#step03 {
  width: 760px;
  /*margin-right: 40px;*/
	/**/margin-right: auto;
	/**/margin-left: auto;
  display: none;
}
@media screen and (max-width: 767px) {
  div.form div.area-mainform form div#step01,
  div.form div.area-mainform form div#step02,
  div.form div.area-mainform form div#step03 {
    width: auto;
    margin-right: 0;
  }
}
div.form div.area-mainform form div#step01 .sec-catalog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  div.form div.area-mainform form div#step01 .sec-catalog-list {
    margin: 0;
  }
}
div.form div.area-mainform form div#step01 .sec-catalog-list > section {
  width: 33.33%;
  height: 460px;
  padding: 10px 15px;
  position: relative;
  border-right: 1px solid #DEDEDE;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  div.form div.area-mainform form div#step01 .sec-catalog-list > section {
    width: 49.99%;
    height: auto;
    margin-bottom: 10px;
  }
}
div.form div.area-mainform form div#step01 .sec-catalog-list > section:nth-child(3n-1) {
  border-left: 1px solid #DEDEDE;
}
@media screen and (max-width: 767px) {
  div.form div.area-mainform form div#step01 .sec-catalog-list > section:nth-child(3n-1) {
    border-left: none;
  }
}
@media screen and (max-width: 767px) {
  div.form div.area-mainform form div#step01 .sec-catalog-list > section:nth-child(2n) {
    border-left: 1px solid #DEDEDE;
  }
}
div.form div.area-mainform form div#step01 .sec-catalog-list > section.checked {
  background: #c58f21;
}
div.form div.area-mainform form div#step01 .sec-catalog-list > section figure {
  text-align: center;
  margin-bottom: 25px;
}
div.form div.area-mainform form div#step01 .sec-catalog-list > section figure img {
  -webkit-box-shadow: 3px 3px 7px 0px #A9A9A9;
          box-shadow: 3px 3px 7px 0px #A9A9A9;
}
div.form div.area-mainform form div#step01 .sec-catalog-list > section h4 {
  margin-bottom: 20px;
  font-size: 18px;
}
div.form div.area-mainform form div#step01 .sec-catalog-list > section p {
  font-size: 14px;
  margin-bottom: 50px;
}
div.form div.area-mainform form div#step01 .sec-catalog-list > section span {
  width: 230px;
  padding: 10px 0;
  background: #EBEBEB;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  div.form div.area-mainform form div#step01 .sec-catalog-list > section span {
    position: static;
    width: auto;
    display: block;
  }
}
div.form div.area-mainform form div#step01 .sec-catalog-list > section img.ico-reco {
  position: absolute;
  top: 10px;
  left: 15px;
  width: 50px;
  height: 50px;
}
div.form div.area-mainform form div#step03 #btn03a p.btn-nounq {
  background: #C8C8C8;
  margin: 50px auto 85px;
  color: #000000;
  width: 430px;
  max-width: 430px;
  padding: 3px;
  border: none;
}
@media screen and (max-width: 767px) {
  div.form div.area-mainform form div#step03 #btn03a p.btn-nounq {
    width: auto;
    max-width: 100%;
    font-size: 14px;
    padding: 10px 5px;
    margin: 25px auto 50px;
  }
}
div.form div.area-mainform form div#step03 #btn03a p.btn-nounq span {
  background: #000000;
}
div.form div.area-mainform form div#step03 #btn03a p.btn-nounq span:before {
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
}
div.form div.area-mainform div.pagenation {
  width: 100%;
}
div.form .area-form h4 {
  font-size: 20px;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  div.form .area-form h4 {
    padding: 25px 0;
  }
}
div.form .area-form div.form-area .form-parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 2px solid #E4E4E4;
}
@media screen and (max-width: 767px) {
  div.form .area-form div.form-area .form-parts {
    padding-bottom: 20px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
div.form .area-form div.form-area .form-parts.no-b {
  border-bottom: none;
}
div.form .area-form div.form-area .form-parts label {
  position: relative;
  width: 240px;
  font-size: 14px;
  padding: 0 20px 0 40px;
}
@media screen and (max-width: 767px) {
  div.form .area-form div.form-area .form-parts label {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  div.form .area-form div.form-area .form-parts label > br {
    display: none;
  }
}
div.form .area-form div.form-area .form-parts label span.required {
  position: absolute;
  top: 0;
  left: 0;
}
div.form .area-form div.form-area .form-parts label span.repletion {
  font-size: 12px;
}
div.form .area-form div.form-area .form-parts label.no-required {
  padding-left: 0;
}
div.form .area-form div.form-area .form-parts .form-in {
  position: relative;
  width: 420px;
}
div.form .area-form div.form-area .form-parts .form-in .w100 {
  width: 100px;
}
@media screen and (max-width: 767px) {
  div.form .area-form div.form-area .form-parts .form-in .w100sp {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  div.form .area-form div.form-area .form-parts .form-in.sp-list-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  div.form .area-form div.form-area .form-parts .form-in.sp-list-2 label {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  div.form .area-form div.form-area .form-parts .form-in.sp-list-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  div.form .area-form div.form-area .form-parts .form-in.sp-list-3 label {
    width: 33%;
  }
}
div.form .area-form div.form-area .form-parts .form-in.unq-pl-address {
  margin: 10px 0 0 240px;
}
@media screen and (max-width: 767px) {
  div.form .area-form div.form-area .form-parts .form-in.unq-pl-address {
    margin-left: 0;
  }
}
div.form .area-form div.form-area .form-parts .form-in.unq-pl-address input {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  div.form .area-form div.form-area .form-parts .form-in {
    width: 100%;
  }
}
div.form .area-form div.form-area .form-parts .form-in p {
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 5px;
}
div.form .area-form div.form-area .form-parts .form-in label {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  div.form .area-form div.form-area .form-parts .form-in label {
    padding-right: 0;
  }
}
div.form .area-form div.form-area .form-parts .form-in label input[type=checkbox],
div.form .area-form div.form-area .form-parts .form-in label input[type=radio] {
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  div.form .area-form div.form-area .form-parts .form-in label.unq-know-note {
    display: block;
    padding-left: 20px;
  }
}
div.form .area-form div.form-area .form-parts .form-in label.unq-know-note br {
  display: block;
}
div.form .area-form div.form-area .form-parts .form-in span.comments {
  font-size: 12px;
}
div.form .area-form div.form-area .form-parts .form-in textarea {
  height: 216px;
}
div.form .area-form div.form-area .form-parts .form-in ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
div.form .area-form div.form-area .form-parts .form-in ul li {
  margin-right: 10px;
}
div.form .area-form div.form-area .form-parts .form-in ul li input[type="tel"] {
  width: 120px;
}
@media screen and (max-width: 767px) {
  div.form .area-form div.form-area .form-parts .form-in ul.list-mailmaga {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
div.form .area-form div.form-area .form-parts .form-in div.multi-box ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
div.form .area-form div.form-area .form-parts .form-in.pulldown_select {
  width: 250px;
}
div.form .area-form div.form-area .form-parts .form-in.pulldown_select .catalog-form-arrow {
  position: absolute;
  right: 13px;
  top: 50%;
  border-style: solid;
  border-width: 18px 12.5px 0 12.5px;
  border-color: #000 transparent transparent transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
div.form .area-form div.form-area .form-parts .form-in.pulldown_select .catalog-form-select {
  width: 100%;
  padding: 9px 50px 9px;
  background: #C8C8C8;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
}
div.form .area-form div.area-pp {
  padding: 20px 35px;
  border: 1px solid #CFCFCF;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  div.form .area-form div.area-pp {
    padding: 20px 12px;
  }
}
div.form .area-form div.area-pp h4 {
  padding: 0;
}
div.form .area-form div.area-pp p {
  padding: 40px 0 25px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  div.form .area-form div.area-pp p {
    padding-top: 20px;
  }
}
div.form .area-form div.area-pp div.mod-kiyaku {
  text-align: center;
}
div.form .area-form div.area-pp a {
  border-bottom: 1px solid #E4808F;
  -webkit-transition: .8s;
  transition: .8s;
}
div.form .area-form div.area-pp a:hover {
  color: #c58f21;
}
div.form .area-form div.unq-pp {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  div.form .area-form div.unq-pp {
    margin-bottom: 15px;
  }
}

div.pagenation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  div.pagenation ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
div.pagenation ul li {
  text-align: center;
}
div.pagenation ul li a {
  width: 280px;
  padding: 5px;
  cursor: pointer;
  -webkit-transition: background .4s, color .4s;
  transition: background .4s, color .4s;
  border-radius: 5px;
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  div.pagenation ul li a {
    width: 100%;
    padding: 10px;
  }
}
div.pagenation ul li a span {
  -webkit-transition: background .4s;
  transition: background .4s;
}
div.pagenation ul li a span:before {
  -webkit-transition: background .4s, color .4s;
  transition: background .4s, color .4s;
}
div.pagenation ul li a span:after {
  -webkit-transition: border-color .4s;
  transition: border-color .4s;
}
div.pagenation ul li.prev a {
  background: #C8C8C8;
  color: #000;
  border: 1px solid #C8C8C8;
}
div.pagenation ul li.prev a span:before {
  background: #000;
}
div.pagenation ul li.prev a span:after {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}
div.pagenation ul li.prev a span.btn-pagenation:before {
  left: 5px;
  width: 40px;
  height: 1px;
}
div.pagenation ul li.prev a span.btn-pagenation:after {
  left: 5px;
  width: 11px;
  height: 11px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
div.pagenation ul li.prev a:hover {
  color: #000;
  background: #fff;
}
div.pagenation ul li.prev a:hover span {
  background: #000;
}
div.pagenation ul li.prev a:hover span:before {
  background: #000;
}
div.pagenation ul li.next {
  margin-left: auto;
/**/margin-right: auto;
}
@media screen and (max-width: 767px) {
  div.pagenation ul li.next {
    margin: 0 0px 20px;
  }
}
div.pagenation ul li.next.next__single {
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  div.pagenation ul li.next.next__sp {
    margin: 0 0 20px;
  }
}
div.pagenation ul li.next a {
  background: #00295F;
  border: 1px solid #00295F;
  color: #fff;
}
div.pagenation ul li.next a span:before {
  background: #ffffff;
}
div.pagenation ul li.next a span:after {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
div.pagenation ul li.next a span.btn-pagenation:before {
  left: 5px;
  width: 40px;
  height: 1px;
}
div.pagenation ul li.next a span.btn-pagenation:after {
  left: 34px;
  width: 11px;
  height: 11px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
div.pagenation ul li.next a:hover {
  color: #00295F;
  background: #fff;
}
div.pagenation ul li.next a:hover span {
  background: #00295F;
}
div.pagenation ul li.next a:hover span:before {
  background: #00295F;
}
div.pagenation ul li.next a:hover span:after {
  border-top: 1px solid #00295F;
  border-right: 1px solid #00295F;
}
div.pagenation ul li.btn-nounq {
  margin: 50px auto 85px;
}
@media screen and (max-width: 767px) {
  div.pagenation ul li.btn-nounq {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
div.pagenation ul li.btn-nounq a {
  background: #C8C8C8;
  border: 1px solid #C8C8C8;
  color: #000;
  width: 430px;
}
@media screen and (max-width: 767px) {
  div.pagenation ul li.btn-nounq a {
    width: 100%;
  }
}
div.pagenation ul li.btn-nounq a span:before {
  background: #000;
}
div.pagenation ul li.btn-nounq a span:after {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
div.pagenation ul li.btn-nounq a span.btn-pagenation:before {
  left: 5px;
  width: 40px;
  height: 1px;
}
div.pagenation ul li.btn-nounq a span.btn-pagenation:after {
  left: 34px;
  width: 11px;
  height: 11px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
div.pagenation ul li.btn-nounq a:hover {
  color: #000;
  background: #fff;
}
div.pagenation ul li.btn-nounq a:hover span {
  background: #000;
}
div.pagenation ul li.btn-nounq a:hover span:before {
  background: #000;
}
div.pagenation ul li.btn-nounq a:hover span:after {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
div.pagenation .arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 56px;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
div.pagenation .arrow:before, div.pagenation .arrow:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
