@charset "UTF-8";
.btn_white {
  display: block;
  border: 1px solid #f58030;
  background: #fff;
  color: #f58030;
  text-align: center;
  padding: 1em;
  border-radius: 40px;
  text-decoration: none;
}

.btn_orange {
  display: block;
  border: 1px solid #f58030;
  background: #f58030;
  color: #fff;
  text-align: center;
  padding: 1em;
  border-radius: 40px;
  text-decoration: none;
}

@media all and (min-width: 768px) {
  .btn_white {
    display: inline-block;
    padding: 1em 65px;
  }
  .btn_orange {
    display: inline-block;
    padding: 1em 65px;
  }
}

/* arrow_s */
.arrow_s {
  position: relative;
  padding: 0 0 0 32px;
  display: inline-block;
  vertical-align: middle;
}

.arrow_s:before,
.arrow_s:after {
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
}

.arrow_s:before {
  left: 0px;
  width: 14px;
  height: 1px;
  background: #f58030;
}

.arrow_s:after {
  left: 8px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #f58030;
  border-right: 1px solid #f58030;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* arrow_m */
.arrow_m {
  position: relative;
  padding: 0 0 0 45px;
  display: inline-block;
  vertical-align: middle;
}

.arrow_m:before,
.arrow_m:after {
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
}

.arrow_m:before {
  left: 0;
  width: 18px;
  height: 1px;
  background: #f58030;
}

.arrow_m:after {
  left: 12px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #f58030;
  border-right: 1px solid #f58030;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* arrow_w */
.arrow_w {
  position: relative;
  padding: 0 0 0 45px;
  display: inline-block;
  vertical-align: middle;
}

.arrow_w:before,
.arrow_w:after {
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
}

.arrow_w:before {
  left: 0;
  width: 18px;
  height: 1px;
  background: #fff;
}

.arrow_w:after {
  left: 12px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ---------------------------------------------------------
$ テンプレート 一覧
----------------------------------------------------------*/
#content {
  padding-bottom: 17.3%;
}

#content .accordion {
  border: 5px solid #fff7e4;
  background: #fff7e4;
  margin-bottom: 9.85%;
}

#content .accordion .aco_ttl {
  background: url(../img/icon_search_w.png) 5% center no-repeat #f58030;
  background-size: 18px;
  color: #fff;
  font-weight: bold;
  font-size: 19px;
  line-height: 1;
  padding: 0.8em 0 0.6em 13.8%;
  position: relative;
  cursor: pointer;
}

#content .accordion .aco_ttl:before {
  content: '＋';
  position: absolute;
  right: 4%;
  font-size: 18px;
  top: calc(50% - 9px);
  font-weight: bold;
}

#content .accordion.active .aco_ttl:before {
  content: '－';
}

#content .accordion .aco_content form {
  padding: 6.6% 0% 11.3% 6.6%;
}

#content .accordion .aco_content .select_title {
  margin-bottom: 0.2em;
  font-weight: bold;
  padding-left: 25px;
  font-size: 16px;
  line-height: 2;
}

#content .accordion .aco_content .select_title.icon_industry {
  background: url(../img/icon_industry.png) left 5px no-repeat;
  background-size: 10px auto;
}

#content .accordion .aco_content .select_title.icon_type {
  background: url(../img/icon_type.png) left 6px no-repeat;
  background-size: 14px auto;
}

#content .accordion .aco_content ul {
  margin: 0 0 8% 25px;
}

#content .accordion .aco_content ul li {
  float: left;
  margin-right: 1.5em;
  line-height: 1.14;
  margin-bottom: 0.5em;
}

#content .accordion .aco_content ul li.clear_sp {
  clear: both;
}

#content .accordion .aco_content ul input {
  display: none;
}

#content .accordion .aco_content ul input,
#content .accordion .aco_content ul label {
  cursor: pointer;
}

#content .accordion .aco_content ul label {
  padding-left: 22px;
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
}

#content .accordion .aco_content ul label:before {
  content: '';
  dipslay: block;
  width: 12px;
  height: 12px;
  border: 1px solid #c3c3c3;
  background: #fff;
  position: absolute;
  left: 0;
  top: calc(50% - 7px);
}

#content .accordion .aco_content ul input[type="checkbox"]:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  left: 5px;
  width: 3px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: 2px solid #f58030;
  border-right: 2px solid #f58030;
}

#content .accordion .aco_content #select_submit {
  width: 75.2%;
  margin-left: -6.6%;
  background: #fff;
  text-align: center;
  cursor: pointer;
  border: 1px solid #f58030;
  color: #f58030;
  font-weight: bold;
  border-radius: 50px;
  font-size: 15px;
  line-height: 1;
  padding: 1.5em 0;
  letter-spacing: 0.04em;
}

#content .accordion .aco_content #select_submit:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 11px;
  background: url(../img/icon_search_o.png) center no-repeat;
  background-size: contain;
  position: relative;
  top: 2px;
}

#content .result_area .result_text {
  font-weight: bold;
  margin-bottom: 5%;
  line-height: 1;
  font-size: 15px;
}

#content .result_area .result_text span {
  color: #f58030;
  font-size: 2.3333em;
  padding-left: 1.5%;
  padding-right: 0.1em;
  display: inline-block;
}

#content .result_area ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -6%;
  margin-bottom: 13.4%;
}

#content .result_area ul li {
  width: 47.1%;
  margin-top: 6%;
}

#content .result_area .pager {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

#content .result_area .pager p, #content .result_area .pager ol, #content .result_area .pager li {
  display: inline-block;
}

#content .result_area .pager p.prev {
  float: left;
}

#content .result_area .pager p.next {
  float: right;
}

#content .result_area .pager p.prev a,
#content .result_area .pager p.next a {
  display: block;
  background: #000;
  color: #fff;
  width: 4.5em;
  height: 2.4em;
  line-height: 2.4;
  border-radius: 30px;
}

#content .result_area .pager ol {
  list-style: none;
}

#content .result_area .pager ol li a {
  display: block;
  width: 2.4em;
  height: 2.4em;
  border: 1px solid #dddddd;
  vertical-align: middle;
  line-height: 2.4;
  border-radius: 50%;
  color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#content .result_area .pager ol li.active a {
  background: #dddddd;
}

@media all and (max-width: 320px) {
  #content .result_area .pager p.prev a,
  #content .result_area .pager p.next a {
    width: 4em;
    height: 2em;
    line-height: 2;
  }
  #content .result_area .pager ol li a {
    display: block;
    width: 2em;
    height: 2em;
    line-height: 2;
  }
}

@media all and (min-width: 768px) {
  #content {
    padding-bottom: 150px;
  }
  #content .accordion {
    margin-top: 70px;
    margin-bottom: 70px;
    border: 10px solid #fff7e4;
  }
  #content .accordion .aco_ttl {
    background: url(../img/icon_search_w.png) 35px center no-repeat #f58030;
    background-size: 18px;
    font-size: 24px;
    letter-spacing: 0.08em;
    line-height: 1;
    padding: 0.7em 0 0.6em 74px;
  }
  #content .accordion .aco_ttl:before {
    content: '＋';
    position: absolute;
    right: 22px;
    font-size: 40px;
    top: calc(50% - 20px);
    font-weight: normal;
  }
  #content .accordion .aco_content form {
    padding: 40px 35px 60px;
  }
  #content .accordion .aco_content .select_title {
    margin-bottom: 15px;
    font-weight: bold;
    padding-left: 38px;
    font-size: 20px;
    line-height: 2;
  }
  #content .accordion .aco_content .select_title.icon_industry {
    background: url(../img/icon_industry.png) left 2px no-repeat;
    background-size: 16px auto;
  }
  #content .accordion .aco_content .select_title.icon_type {
    background: url(../img/icon_type.png) left 7px no-repeat;
    background-size: 21px auto;
  }
  #content .accordion .aco_content ul {
    margin: 0 0 30px 40px;
  }
  #content .accordion .aco_content ul li {
    display: inline-block;
    margin-right: 38px;
    margin-bottom: 1em;
  }
  #content .accordion .aco_content ul li.clear_sp {
    clear: none;
  }
  #content .accordion .aco_content ul li.clear_pc {
    clear: both;
  }
  #content .accordion .aco_content ul label {
    padding-left: 30px;
    position: relative;
    font-size: 16px;
    line-height: 1;
  }
  #content .accordion .aco_content ul label:before {
    content: '';
    dipslay: block;
    width: 18px;
    height: 18px;
    border: 1px solid #c3c3c3;
    background: #fff;
    position: absolute;
    left: 0;
    top: calc(50% - 11px);
  }
  #content .accordion .aco_content ul input[type="checkbox"]:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 7px);
    left: 7px;
    width: 4px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: 2px solid #f58030;
    border-right: 2px solid #f58030;
  }
  #content .accordion .aco_content #select_submit {
    width: 276px;
    margin-left: 0;
    font-size: 16px;
    padding: 1.2em 0;
  }
  #content .result_area .result_text {
    margin-bottom: 40px;
    font-size: 16px;
    margin-left: 0;
  }
  #content .result_area .result_text span {
    font-size: 2.5em;
  }
  #content .result_area ul {
    margin-top: -50px;
    margin-bottom: 100px;
  }
  #content .result_area ul li {
    width: 17.1%;
    margin-top: 50px;
  }
  #content .result_area ul li a {
    display: block;
    position: relative;
  }
  #content .result_area ul li a:after {
    content: '';
    display: block;
    background: #f58030;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.4s opacity;
    -o-transition: 0.4s opacity;
    transition: 0.4s opacity;
  }
  #content .result_area ul li a:hover:before {
    content: '';
    display: block;
    background: url(../img/icon_search_o.png) center center no-repeat #fff;
    background-size: 21px auto;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
  }
  #content .result_area ul li a:hover:after {
    opacity: 0.85;
  }
  #content .result_area .pager {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
  }
  #content .result_area .pager p.prev,
  #content .result_area .pager p.next {
    float: none;
    display: inline-block;
  }
  #content .result_area .pager p.prev a,
  #content .result_area .pager p.next a {
    display: block;
    width: 126px;
    height: 48px;
    background: #000;
    color: #fff;
    line-height: 48px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 30px;
    position: relative;
  }
  #content .result_area .pager p.prev a:before, #content .result_area .pager p.prev a:after,
  #content .result_area .pager p.next a:before,
  #content .result_area .pager p.next a:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    vertical-align: middle;
  }
  #content .result_area .pager p.prev a {
    padding: 0 0 0 20px;
    margin-right: 30px;
  }
  #content .result_area .pager p.prev a:before, #content .result_area .pager p.prev a:after {
    left: 0;
  }
  #content .result_area .pager p.prev a:before {
    left: 24px;
    width: 14px;
    height: 1px;
    background: #fff;
  }
  #content .result_area .pager p.prev a:after {
    left: 24px;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #content .result_area .pager p.next a {
    padding: 0 20px 0 0;
    margin-left: 30px;
  }
  #content .result_area .pager p.next a:before, #content .result_area .pager p.next a:after {
    right: 0;
  }
  #content .result_area .pager p.next a:before {
    right: 24px;
    width: 14px;
    height: 1px;
    background: #fff;
  }
  #content .result_area .pager p.next a:after {
    right: 24px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #content .result_area .pager ol {
    list-style: none;
  }
  #content .result_area .pager ol li + li {
    margin-left: 8px;
  }
  #content .result_area .pager ol li a {
    display: block;
    width: 48px;
    height: 48px;
    border: 1px solid #dddddd;
    vertical-align: middle;
    line-height: 48px;
    border-radius: 50%;
    color: #000;
    -webkit-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
  }
  #content .result_area .pager ol li a:hover,
  #content .result_area .pager ol li.active a {
    background: #dddddd;
  }
}
