<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS front Document */

/*****↓ ファーストビューをヘッダーにかける時に利用、利用しない場合は削除かコメントアウト*****/

.path-frontpage #front_top {
  padding-top: 260px;
  z-index: 98;
  position: relative;
}

.path-frontpage .first-view {
  width: 100%;
  /* margin-top: -116px; */
  position: relative;
  min-height: 650px;
  background: url("../img/top/bg_top.webp") no-repeat;
  background-size: cover;
}

.path-frontpage .first-view form {
  max-width: 340px;
  margin-left: auto;
  margin-right: 0px;
  background: var(--white-color);
  padding: 15px 20px;
  box-shadow: 0 6px 12px -2px rgb(50 50 93/25%), 0 3px 7px -3px rgb(0 0 0/30%);
}

/******↑ ファーストビューをヘッダーにかける時に利用、利用しない場合は削除かコメントアウト*****/

.path-frontpage .first-view form .form-actions input[type="submit"] {
  width: 100%;
}

.path-frontpage .first-view .slogan1,
.path-frontpage .first-view h1.front_sitetitle,
.path-frontpage .first-view .slogan2 {
  color: var(--white-color);
}

.path-frontpage .first-view .slogan1 {
  font-size: 1.8em;
  font-weight: 600;
}

.path-frontpage .first-view h1.front_sitetitle {
  font-size: 3.2em;
  font-weight: 600;
}

.path-frontpage .first-view .slogan2 {
  font-size: 1.6em;
  font-weight: 600;
}

@media screen and (max-width: 767.9px) {
  #front_top .container {
    max-width: 100%;
  }

  .path-frontpage .first-view h1.front_sitetitle {
    font-size: 2.1rem;
  }

  .path-frontpage .first-view .slogan1 {
    font-size: 1.6rem;
  }

  .path-frontpage .first-view .slogan2 {
    font-size: 1.2rem;
  }

  .path-frontpage .first-view form {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    gap: 10px;
  }

  .path-frontpage #block-vwork-front-qiurenjiansuouishietsuto #front_top {
    text-align: center;
    position: static;
  }

  .path-frontpage .first-view form {
    margin-left: -15px;
    margin-right: -15px;
  }

  .path-frontpage .first-view form .form-item-area-id,
  .path-frontpage .first-view form #sbox-edit-occupation-id--wrapper.form-wrapper,
  .path-frontpage .first-view form .form-item.js-form-type-select.form-type-select,
  .path-frontpage .first-view form .form-item-keys {
    flex: 1;
  }

  .path-frontpage .first-view form #edit-actions {
    width: 100%;
    margin-bottom: 0px;
  }

  .path-frontpage #block-vwork-front-qiurenjiansuouishietsuto #front_top .col-md-8 {
    position: relative;
    z-index: 2
  }

  .path-frontpage #block-vwork-front-qiurenjiansuouishietsuto form .form-item label:not(.option),
  .path-frontpage #block-vwork-front-qiurenjiansuouishietsuto form .form-item legend .fieldset-legend {
    font-size: 1.1rem;
  }

  .path-frontpage #block-vwork-front-qiurenjiansuouishietsuto #front_top .col-md-4 {
    position: absolute;
    bottom: 0px;

  }

  .path-frontpage #block-vwork-front-qiurenjiansuouishietsuto {
    margin-top: -61px;
    background: url(../img/top/bg_top_sp.webp) no-repeat;
    background-size: 100%;
    min-height: 450px;

  }

  .path-frontpage #front_top {
    padding-top: 150px;
  }

  .path-frontpage #block-vwork-front-qiurenjiansuouishietsuto #front_top .col-md-4 .form-item {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

/**トップページ　メイン画像なしの検索フォーム**/
/* .job_search_no_visiual {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-top: -30px;
  z-index: 9;
  position: relative;
  background: #fff;
  border-radius: 10px;
}
.job_search_no_visiual form{
  display: flex;
  gap: 20px;
  justify-content: center;
}
.job_search_no_visiual .job-search-form-title{
  font-weight: 600;
  color: #000;
  padding: 30px;
  font-size: 18px;
}
.job_search_no_visiual form .form-type-select,
.job_search_no_visiual form .form-type-textfield{
  max-width: 200px;
  flex:1;
}
.job_search_no_visiual form #edit-submit-joblist{
  margin-top: 19px;
  height: 32px;
  line-height: 32px;
  width: 200px;
} */

/**トップページ featureバナー**/
.view-feature .slick__slide {
  padding-left: 0;
  padding-right: 0;
}

.view-feature .feature-top-link {
  position: relative;
  width: 100%;
  display: block;
}

.view-feature .feature-top-link:before {
  width: 100%;
  display: block;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0px;
}

.view-feature .feature-top-link:hover:after {
  width: 100%;
  display: block;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0px;
}

.view-feature .feature-top-textarea {
  position: absolute;
  top: 140px;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  z-index: 2;
  text-align: center;
  width: 90%;
}

.view-feature div.feature-top-label {
  color: var(--blue-color);
  margin-bottom: 1.0rem;
}

.view-feature h2.feature-top-ttl {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}

.view-feature .feature-top-body {
  color: #fff;
  font-size: 12px;
  line-height: 130%;
}

.view-feature .slick .feature-top-img img {
  height: 350px;
  object-fit: cover;
}

.view-feature .slick-arrow {
  width: 25px;
}

.view-feature .slick-prev:before,
.view-feature .slick-next:before {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 20px;
  line-height: 1;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 37px;
  display: block;
}

@media screen and (max-width: 991.9px) {

  /* .path-frontpage .first-view{
    margin-top:-65px;
  } */
  .job_search_no_visiual {
    border-radius: 0px;
  }

  .job_search_no_visiual form {
    flex-wrap: wrap;
    gap: 10px;
  }

  .job_search_no_visiual .job-search-form-title {
    width: 100%;
    padding: 0px;
    font-size: 1.6rem;
  }

  .job_search_no_visiual #edit-actions {
    width: 100%;
    margin: 0px;
  }

  .job_search_no_visiual form #edit-submit-joblist {
    margin: 0px !important;
  }

  .job_search_no_visiual form .form-item {
    margin: 0px;
  }
}

/* @media screen and (max-width: 767.9px) {

  .path-frontpage .first-view{
    margin-top:-50px;
  } 
} */



/* *************************************************************************************
 * Customize
 ************************************************************************************* */
body.path-frontpage main[role="main"] {
  margin-top: 80px;
}


/* サイド 共通 */
aside[class*="layout-sidebar-"] a img {
  transition: all 0.2s;
  width: 100%;
  height: auto;
}

aside[class*="layout-sidebar-"] a:hover img {
  opacity: 0.7;
}


aside[class*="layout-sidebar-"] .view-ads-contents .views-row {
  margin-bottom: 20px;
}

aside[class*="layout-sidebar-"] .view-ads-contents .views-row a {
  display: block;
}

aside[class*="layout-sidebar-"] .view-ads-contents .views-row a img {
  display: block;
}


#block-dorazamurai-front-views-block-ads-contents-block-1 .view-ads-contents {
  background: #d0e4ff;
  border: 2px solid #d0e4ff;
  border-radius: 3px;
  padding: 20px;
}

#block-dorazamurai-front-views-block-ads-contents-block-1 .view-ads-contents .view-content {
  display: flex;
  flex-wrap: wrap;
  /* 必要に応じて改行可能にする */
}

#block-dorazamurai-front-views-block-ads-contents-block-1 .view-ads-contents .views-row:nth-child(1) {
  order: 1;
  /* 1番目 */
}

#block-dorazamurai-front-views-block-ads-contents-block-1 .view-ads-contents .views-row:nth-child(2) {
  order: 5;
  /* 5番目 */
}

#block-dorazamurai-front-views-block-ads-contents-block-1 .view-ads-contents .views-row:nth-child(3) {
  order: 2;
  /* 2番目 */
}

#block-dorazamurai-front-views-block-ads-contents-block-1 .view-ads-contents .views-row:nth-child(4) {
  order: 4;
  /* 4番目 */
}

#block-dorazamurai-front-views-block-ads-contents-block-1 .view-ads-contents .views-row:nth-child(5) {
  order: 3;
  /* 3番目 */
}


/* 左サイド */
/* 求人検索 */
.block-vwork-job-search-widget-block {
  border-radius: 3px;
  border: 2px solid #2973dc;
  background-color: #d0e4ff;
  margin-bottom: 40px;
}

.block-vwork-job-search-widget-block .job-search-form-title {
  font-size: 0;
}

.block-vwork-job-search-widget-block #edit-submit-joblist {
  width: 100%;
  height: 50px;
  color: #fff;
  background-color: #fb4848;
  border-radius: 3px;
  transition: all .4s;
  margin-top: 10px;
}

@media screen and (max-width: 991.9px) {
  .block-vwork-job-search-widget-block form .form-item {
    margin-bottom: 20px;
  }
}


/* お知らせ */
.block-views-bloc-with-lazy-builder-examplenews-list-block-seeker-1 .news-list.top,
.block-views-blocknews-list-block-seeker-1 .news-list.top {
  border: 2px solid #1488c0;
  border-radius: 3px;
  width: auto;
  height: 300px;
  margin-bottom: 10px;
  padding: 10px;
  overflow-y: scroll;
}

.news-list.top ul {
  margin: 0;
}

.news-warp {
  display: block;
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
}

.news-warp .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 3px 10px;
  margin-bottom: 8px;
}

.news-warp .info time:before {
  content: '';
  display: inline-block;
  background-image: url(../img/icon/clock.svg);
  background-repeat: no-repeat;
  background-size: cover;
  filter: invert(60%) sepia(0%) saturate(0%) hue-rotate(358deg) brightness(97%) contrast(86%);
  width: 10px;
  height: 10px;
  margin-right: 5px;
}

.news-warp .info .category {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #1488c0;
  border-radius: 2px;
  color: #fff;
  padding: 3px 5px;
  font-size: 1.0rem;
  line-height: 1;
}

.news-warp .ttl a {
  color: #00a0b8;
}

.news-warp .ttl a:hover {
  color: #23527c;
}

.readmore {
  text-align: right;
}

.readmore a {
  display: inline-block;
  color: #fff;
  padding: 8px 10px;
  background-color: #1488c0;
  border: solid 1px #1488c0;
  border-radius: 3px;
}

/* バナー */
.block-simple-blockcta-register-bnr {
  margin-bottom: 40px;
}

.block-simple-blockcta-register-bnr a {
  display: block;
  font-size: 0;
}

.block-simple-blockcta-register-bnr a img {
  width: 100%;
}


/* LINE 友だち追加 バナー */
.line-desc {
  font-size: 1.5rem;
  line-height: 1.6;
}


/* 中央 */
body.path-frontpage .layout-content .block-page-title-block h1.page-title {
  display: none;
}

body.path-frontpage .layout-content .block-views-blockjoblist-block-2,
body.path-frontpage .layout-content .block-views-blockjoblist-block-1 {
  margin-bottom: 40px;
}

body.path-frontpage .layout-content h2.block-title {
  margin: 0 0 20px;
  font-size: 24px !important;
  font-weight: 600;
  line-height: 1.6;
  color: #232323;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 768px) {
body.path-frontpage .layout-content h2.block-title{
  border-top: 4px solid var(--main-color);
  /* border-bottom: 8px solid var(--background-breadcrumb-color); */
  padding: 12px 16px;
}
}
/*
* 簡単求人検索エリア
*********************************/

/*アコーディオンの設定*************/
.ac-checkbox {
  display: none;
}

/* 初期状態で ac-container を隠す */
.ac-container {
  display: flex;
  align-items: center;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s;
  cursor: pointer;
}

.top-sch-warpr {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.top-sch-warpr .top-sch-container:first-child label.top-sch-lead {
  border-radius: 5px 5px 0 0;
}

.top-sch-warpr .top-sch-container:last-child label.top-sch-lead {
  border-radius: 0px 0px 5px 5px;
}

.ac-checkbox:checked .top-sch-container:last-child .ac-container .top-sch-item:last-child {
  border-radius: 0px 0px 5px 5px;
}

.top-sch-container:last-child .ac-checkbox:checked+label.top-sch-lead {
  border-radius: 0px;
}

/*h3タイトル*/
label.top-sch-lead {
  display: flex;
  align-items: center;
  padding: 12px 20px 12px 32px;
  background: #fff;
  cursor: pointer;
  position: relative;
  border: solid 1px #0E7AC4;
  gap: 20px;
  justify-content: space-between;
}

.top-sch-container:not(:last-child) label.top-sch-lead {
  border-bottom: none;
}

.ac-checkbox:checked+label.top-sch-lead {
  background: #0E7AC4;
  color: #fff;
}

label.top-sch-lead:hover {
  background: #0E7AC4;
  color: #fff;
}

.top-sch-lead h3 {
  margin: 0;
  font-weight: normal;
}

/*中身*******************/
/* チェックボックスがチェックされた時に ac-container を表示する */
.ac-checkbox:checked+.top-sch-lead+.ac-container {
  height: auto;
  opacity: 1;
  background: #ffffff;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  gap: 20px;
}
/* プラスボタン */
.top-sch-lead {
  position: relative;
}
.top-sch-lead ::before,.top-sch-lead ::after  {
  content: '';
  display: inline-block;
  position: absolute;
  width: 2px;
  height: 12px;
  background-color: #0E7AC4;
  right:16px;
  top:16px;
  z-index: 5;
}
.top-sch-lead ::after {
  transform: rotate(90deg);
}
.ac-checkbox:checked+.top-sch-lead ::before,
.ac-checkbox:checked+.top-sch-lead ::after{
  transform: rotate(90deg);
  background-color: #fff!important;
}
label.top-sch-lead:hover ::before,
label.top-sch-lead:hover ::after {
  transition: none;
  background-color: #fff!important;
  color: #fff;
}
/* 矢印 */
/*
.top-sch-lead::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  color: #0E7AC4;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
  transition: .5s;
}

label.top-sch-lead:hover::after {
  transition: none;
  color: #fff;
}

.ac-checkbox:checked+.top-sch-lead:after {
  transform: translateY(-25%) rotate(135deg);
  color: #fff;
}
*/
.ac-container {
  position: relative;
}

.top-sch {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.top-sch-item {
  flex: 0 1 50%;
  /*padding: 18px 10px;*/
  background-color: #d0e4ff;
  border-bottom: solid 3px #ffffff78;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* 影や動きがスムーズになるように */
}

.top-sch-item:hover {
  background-color: #b0d8ff;
  /* 背景色の変更 */
}

.top-sch-item:hover a {
  color: #185a8d;
}

/* 最初の1つ目と2つ目 */
.top-sch-item:nth-child(even) {
  border-left: solid 3px #ffffff78;
}

/* 最後から1つ目と2つ目 */
.top-sch-item:nth-last-child(1),
.top-sch-item:nth-last-child(2) {
  border-bottom: none;
}

.top-sch-item a {
  padding: 18px 10px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  position: relative;
}

.top-sch-item&gt;a:not(.is-disabled):after {
  /*  
  font-size: 11px;
  color: #89abda;*/
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #89abda;
  line-height: 1;
  width: 6px;
  height: 6px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
}


/*企業名・キーワード検索エリア****************/

/* 基本のスタイル */
.path-frontpage .views-exposed-form {
  background-color: #d0e4ff;
  /* フォーム全体の背景 */
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
}

.views-exposed-widgets {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.views-exposed-widget {
  /* ここを変更してflexを使わないようにする */
  flex: 0 0 100%;
  /* 各フィールドを横並びにせず、100%幅にします */
}

label[for="edit-combine"],
label[for="edit-keywords"] {
  font-size: 1.1rem;
  color: #0E7AC4;
  margin-bottom: 6px;
  font-weight: bold;
  display: inline-block;
}

.form-item {
  margin-bottom: 20px;
}

.form-text {
  width: 100%;
  padding: 10px;
  border: 1px solid #2973dc;
  border-radius: 5px;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.form-text:focus {
  border-color: #1e5fa1;
  box-shadow: 0 0 8px rgba(41, 115, 220, 0.5);
}

.form-submit {
  background-color: #fb4848;
  color: white;
  font-size: 1.2rem;
  padding: 12px 20px;
  border: none !important;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.form-submit:hover {
  background-color: #ec3a3a;
  transform: scale(1.05);
}

.form-submit:active {
  background-color: #ec3a3a;
}


/* タイトル部分 **************/
.title-search {
  margin-bottom: 10px;
  font-weight: 600;
  text-align: center;
  padding: 12px 0;
  letter-spacing: 2px;
  position: relative;
  background-color: #0E7AC4;
  color: #fff;
  padding-left: 25px;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-top: 0;
}

/* タイトルアイコン（オプション） */
.title-search::before {
  content: '';
  position: absolute;
  left: 10px;
  bottom: -2px;
  width: 43px;
  height: 40px;
  background-image: url('/themes/custom/dorazamurai_front/img/icon/job_sch_ttl.webp');
  background-size: contain;
  background-repeat: no-repeat;
}

/* 大枠 *********************/

.block-simple-blockfront-job-sch-area {
  background-color: #f5f9ff;
  border-radius: 6px;
  padding: 15px;
  position: relative;
}

/*さらに条件を絞り込む **************/
#hmodelarea:not(.tel-etry) {
  width: 100%;
  margin-top: 10px;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.3s ease; /* スムーズに変化させる */
}

#hmodelarea:not(.tel-etry):hover {
  background-color: #213e7d; /* ホバー時に背景色変更 */
  color: #fff; /* テキスト色を白に変更 */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* ホバー時に影を追加して浮かせる */
}

/* レスポンシブ　***************/
@media (max-width: 1200px) {
  .title-search::before {
    left: 3px;

  }

  .title-search {
    font-size: 18px;
    padding-left: 43px;
  }
}

@media (max-width: 992px) {
  .title-search::before {
    left: 0px;
    bottom: 0px;
    width: 260px;
    background-position: right;
  }

  .title-search {
    padding-left: 0px;
  }
}

@media (max-width: 768px) {
  .title-search::before {
    left: 50%;
    width: 230px;
    transform: translateX(-50%);
    background-position: left;
  }

  .block-simple-blockfront-job-sch-area {
    margin-top: -40px
  }
}


/* [front]会員登録・ログイン **/
.block-simple-blockfront-userregister-login-warp {
  background-color: #f5f9ff;
  border-radius: 6px;
  position: relative;
  margin-bottom: 20px!important;
}
.front-userregister-login-warp {
  background: #fff;
  border: solid 2px #0E7AC4;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.front-userregister-login-warp h3 {
  background: #0E7AC4;
  color: #fff;
  padding: 8px;
  margin: 0;
  text-align: center;
}
.front-userregister-login-warp .desc-warp {
  padding: 8px;
}
.front-userregister-login-warp .desc-warp p {
  line-height: 1.4;
}
.front-userregister-login-warp .pick {

  font-weight: bold;
  background: linear-gradient(transparent 60%, #ff6 60%);
}

.front-userregister-login-warp .btn-warp {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 20px;
  margin-bottom: 8px;
}

.front-userregister-login-warp .btn-warp a {
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1.6rem;
  font-weight: bold;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  min-width: 230px;
  text-align: center;
}
.front-userregister-login-warp .btn-warp a.register {
  background: #4cc764 url(/themes/custom/dorazamurai_front/img/icon/line_logo.svg) no-repeat left 0px top 0px;
  border-color: #4cc764;
  color: #fff;
  min-width: 230px;
  text-align: center;
  position: relative;
  background-size: contain;
  padding: 12px 10px 12px 25px;
}
.front-userregister-login-warp .btn-warp a.register:hover {
  border-color: #4cc764;
  color: #fff;
}

/* 会員登録で優先 ********/
.front-userregister-login-warp .btn-warp a.register span {
  font-size: 1rem;
  position: absolute;
  top: -1.25rem;
  left: calc(50% - 92px);
  width: 180px;
  display: block;

  padding: 0.2rem 0;
  color: #4cc764;
  border: 2px solid #4cc764;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.front-userregister-login-warp .btn-warp a.register span:before,
.front-userregister-login-warp .btn-warp a.register span:after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
}

.front-userregister-login-warp .btn-warp a.register span:before {
  bottom: -10px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #4cc764 transparent transparent transparent;
}
.front-userregister-login-warp .btn-warp a.register span:after {
  bottom: -7px;
  border-width: 7px 8px 0 8px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.front-userregister-login-warp .btn-warp a.register:hover span {
  color: #4cc764;
  border: 2px solid #4cc764;
}
.front-userregister-login-warp .btn-warp a.register:hover span:before {
  border-color: #4cc764 transparent transparent transparent;
}

/**********/
.front-userregister-login-warp .btn-warp a.login,
.front-userregister-login-warp .btn-warp a.mail-register{
  color: #333;
}

.front-userregister-login-warp .btn-warp a.login:hover,
.front-userregister-login-warp .btn-warp a.mail-register:hover{
  color: #fff;
  background: #0E7AC4;
  border-color: #0E7AC4;
}
.front-userregister-login-warp .desc-warp p br {
  display: none;
}

@media only screen and (max-width: 992px) {
  .block-simple-blockfront-userregister-login-warp {
      margin-top: -80px;
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      margin-bottom: 60px!important;
      display: block;
      width: 100vw;
  }
  .front-userregister-login-warp {
      margin: 0 2px;
      background: #fff;
      border: none;
      border-radius: 0 0 6px 6px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      min-width: auto;
  }
  .front-userregister-login-warp h3 {
      background: none;
      color: #0E7AC4;
      font-size: 2.8rem;
      font-weight: bold;
      padding: 16px 24px 0;
      margin: 0;
      text-align: center;
  }
  .front-userregister-login-warp .desc-warp {
      padding: 16px 24px;
  }

  .front-userregister-login-warp .desc-warp p {
      font-size: 1.6rem;
      line-height: 1.5;
      text-align: center;
      margin-top: 0;
  }
}

@media only screen and (max-width :768px) {
  .front-userregister-login-warp h3 {
      text-align: left;
  }
  .front-userregister-login-warp .desc-warp p {
      font-size: 1.6rem;
      text-align: left;
      margin-top: 0;
  }
  .front-userregister-login-warp .desc-warp p br {
      display: none;
  }
  .front-userregister-login-warp .btn-warp a.register {
      width: 70%;
  }
}

@media only screen and (max-width :500px) {
  .front-userregister-login-warp .btn-warp a.register{
    width: 100%;
  }
}</pre></body></html>