
* {
  line-height: 1rem;
}

p {
  line-height: 1.2rem;
}

.h6-size {
  font-size: 0.8rem;
  color: #9ea3a6;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}

select::-ms-expand {
    display: none;
}

a {
  text-decoration: none;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  background-color: transparent;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/* 見出しの色(ヴィヴィッド)変更 */
.rhp-bg-mono {
  background-color: #a6a6a6 !important;
}

.rhp-bg-red {
  background-color: #e70f24 !important;
}

.rhp-bg-blue {
  background-color: #3b82d9 !important;
}

.rhp-bg-pink {
  background-color: #f256f6 !important;
}

.rhp-bg-orange {
  background-color: #fb7843 !important;
}

.rhp-bg-green {
  background-color: #00b050 !important;
}

/* 見出しの色(パステル)変更 */

.rhp-bg-red2 {
  background-color: #ff7c65 !important;
}

.rhp-bg-blue2 {
  background-color: #98d9ee !important;
}

.rhp-bg-pink2 {
  background-color: #ffb6c1 !important;
}

.rhp-bg-orange2 {
  background-color: #ffd700 !important;
}

.rhp-bg-green2 {
  background-color: #90ee90 !important;
}

/* 検索部分の背景色 グレーは bg-lightで指定してください*/

.bg-light-y {
  background-color: #fefaea;
}

/* header */

.logo-sidetext {
    font-size: 1.25rem;
}

.figure-logo {
  margin: 0;
  padding: 0;
}

.navbar-bgc {
  background-color: #fff;
}

.navbar-b-style {
    font-size: 1rem;
}

.navbar-collapse2 {
  flex-grow: 0;
}

.form-control-style {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.8rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 1rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* jumbotron */

.jumbotron-back {
  background-color: #fff;
}

.display-white {
  color: #fff;
  text-shadow: #666 0 0 5px;
  font-weight: bold;
}

/* container */

.container-bgw {
}

.cw-40 {
  width: 40%;
  border-radius: 2rem !important;
  font-size: 1.2rem;
}

.osae-text {
  line-height: 2rem;
}

/* form */

.area-form1 select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.area-form1 ::before {
position: absolute;
top: -0.1em;
right: 0.9em;
width: 0;
height: 0;
padding: 0;
content: '';
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 6px solid #666666;
pointer-events: none;
}

.select-wrap {
  position:relative;
}

.select-wrap::before {
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 1px;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    line-height: 30px;
    color: #6c757d;
    pointer-events: none;
    font-weight: 900;
}

/* IE10以上 */
@media all and (-ms-high-contrast: none){
  .select-wrap:before{
    top: 8px;
  }
}

.inputbtn-wrap {
  position:relative;
}

.inputbtn-wrap:before {
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 3px;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    line-height: 30px;
    color: #fff;
    pointer-events: none;
    font-weight: 900;
}

/* IE10以上 */
@media all and (-ms-high-contrast: none){
  .inputbtn-wrap:before{
    top: 5px;
  }
}

.py-2-5 {
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}

input {
padding: 0 15px;
}

/* 職種・特徴検索ボタン用 */
.pr-none {
  padding-right: 0px;
}
.fa{
	margin-right:5px !important;
}

/* ページトップ */
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: "Font Awesome 5 Free";
  content: "\f106";
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  padding-top: 4px;
  text-align: center;
  font-weight: 900;

}

.line-m {
  margin-bottom: 0.15rem;
}

/* ボタン用 */

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: pre-line;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn_mr {
  margin-right: 15px;
}

.btn_ml {
  margin-left: 15px;
}


.form_w {
  max-width: 350px;
}

/* スマホ用 */

@media (max-width: 766px) {

  .jumbotron-pc {
    display: none;
  }

  .img-mb-mt {
    margin-top: 1rem;
  }

  .h6-size {
    font-size: 0.5rem;
  }

  .logo-sidetext {
      font-size: 1rem;
  }

  .display-4 {
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.2;
    font-weight: bold;
  }

  .search-bg-light {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .cw-40 {
    width: 90%;
    font-size: 1rem;
  }

  .area-form1 {
    margin-bottom:1rem;
  }

  .pr-block {
    padding-right: 15px;
  }

  .pr-none2 {
    padding-right: 0px;
  }

  .s-btn-1 {
      font-size: 0.85rem;
  }

  .form_w {
    max-width: 100%;
  }

  .btn_mr {
    margin-right: 0;
  }

  .btn_ml {
    margin-left: 0;
  }
}

@media (min-width: 1920px) {

  .over {
      max-width: 100%;
      height: auto;
      text-align: center;
  }
}
