@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : custom_search.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
/* Hover animation */
/* -----------------------------------------------------------
	.con_search
----------------------------------------------------------- */
.con_search .inner {
  width: 97.5%;
}
.con_search .inner .box_search {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search .inner .box_search {
    padding: 2em 0;
  }
}
.con_search .inner .box_search .search-panel-frame {
  margin-top: -22px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search .inner .box_search .search-panel-frame {
    order: 3;
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search .inner .box_search .search-panel-frame .directin-sp-form {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.con_search .inner .box_search .search-panel-frame .directin-sp-form .directin-sp-form-submit-button button {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 8px 20px;
  border: solid 3px transparent;
  background: url(../images/common/bg_btn_purple.jpg) 0 center no-repeat #4e1f68;
  background-size: auto 100%;
  color: #fff;
  font-size: 108%;
  font-family: "바탕", "Times New Roman", serif;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 0;
  line-height: normal;
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search .inner .box_search .search-panel-frame .directin-sp-form .directin-sp-form-submit-button button {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .inner .box_search .search-panel-frame .directin-sp-form .directin-sp-form-submit-button button {
    font-size: 100%;
  }
}
.con_search .inner .box_search .search-panel-frame .directin-sp-form .directin-sp-form-submit-button button::after {
  content: '\f105';
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -.5em;
  line-height: 1;
  color: #fff;
  font-family: "FontAwesome";
}
.con_search .inner .box_search .search-panel-frame .directin-sp-form .directin-sp-form-submit-button button:hover {
  border: 3px solid #4e1f68;
  background: transparent;
  color: #4e1f68;
}
.con_search .inner .box_search .search-panel-frame .directin-sp-form .directin-sp-form-submit-button button:hover::after {
  color: #4e1f68;
}
@media only screen and (min-width: 1025px) {
  .con_search .inner .box_search .search-panel-frame .directin-sp-form .directin-sp-form-submit-button button {
    width: 135px;
  }
}
@media print {
  .con_search .inner .box_search .search-panel-frame .directin-sp-form .directin-sp-form-submit-button button {
    width: 135px;
  }
}
.ie8 .con_search .inner .box_search .search-panel-frame .directin-sp-form .directin-sp-form-submit-button button {
  width: 135px;
}
.con_search .inner .box_search .search-panel-frame .directin-sp-form .directin-sp-form-nodate-checkbox label input[type="checkbox"] {
  margin-right: 5px;
}

.search_news {
  width: 100%;
  margin-bottom: 2em;
  padding: 1.5em;
  border: 2px solid #5b2b75;
  background: #fff;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .search_news {
    width: 90%;
    margin: 0 auto 2em auto;
    padding: 1.5em 2.5em;
  }
}
.search_news .ttl {
  margin-bottom: .5em;
  color: #5b2b75;
  font-size: 125%;
  font-weight: bold;
}
.search_news .txt {
  margin-bottom: .5em;
}
@media only screen and (min-width: 768px) {
  .search_news .txt {
    word-break: keep-all;
    overflow-wrap: break-word;
  }
}
@media print {
  .search_news .txt {
    word-break: keep-all;
    overflow-wrap: break-word;
  }
}
.ie8 .search_news .txt {
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media only screen and (min-width: 768px) {
  .search_news .txt .view_sp {
    display: none;
  }
}
@media print {
  .search_news .txt .view_sp {
    display: none;
  }
}
.ie8 .search_news .txt .view_sp {
  display: none;
}
.search_news a {
  display: inline-block;
  margin-bottom: .5em;
  font-weight: bold;
}
.search_news a i {
  margin-left: 0.5em;
}
