@charset "UTF-8";
/*===========================================================
[最近の更新]
2020/11/09  勤務地のレイアウトを修正しました。
===========================================================*/
* {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

/*===========================================================
検索結果・募集詳細・応募入力の共通設定
===========================================================*/
/* ページ全体のレイアウト調整 */
@media screen and (max-width: 768px) {
  .inner {
    width: 94% !important;
  }
}

/* 検索結果・○○○の募集詳細にあるh1の設定 */
/* 背景色 */
.pageid {
  background-color: #a1a1a1;
}

/* テキスト */
.pageid h1 {
  /* color: #333; */
}

/* レイアウト調整 */
@media screen and (max-width: 768px) {
  .pageid h1 {
    font-size: 18px;
  }
}

/* 検索結果・募集詳細にある「応募する」ボタン、応募入力にある「入力内容の確認」「この内容で応募する」ボタンの設定 */
/* 背景色・テキスト */
.button_application {
  background: #f74040;
  /* color: #333; */
  border: none;
}

.button_application:hover {
  /* color: #ccc; */
}

/* レイアウト調整 */
@media screen and (max-width: 768px) {
  .button_application {
    height: 70px !important;
  }
}

/* 検索結果・応募入力にある「詳細を見る」ボタンの設定 */
/* 背景色・テキスト */
.button_detail {
  background: #fff;
  border: 2px solid #f74040;
  color: #f74040;
  font-size: 12px !important;
}

.button_detail:hover {
  color: #f74040;
}

/* レイアウト調整 */
@media screen and (max-width: 768px) {
  .button_detail {
    font-size: 130% !important;
    height: 70px !important;
    margin: 10px 0 0 0 !important;
  }
  .result_box_cont_02 {
    padding-bottom: 60px;
  }
}

/* 検索結果・応募入力にある応募先電話番号の設定 */
/* テキスト */
.tell_area p.tell_number,
.tell_area p.tell_number a {
  color: #f74040;
  text-decoration: none;
}

/* 条件のtable(給与・勤務地など)の設定 */
/* 背景色・テキスト */
.table_style_01 th,
.table_style_02 th {
  background-color: #f1f1f1;
  color: #333;
}

/* レイアウト調整 */
.table_style_01 th,
.table_style_01 td,
.table_style_02 th,
.table_style_02 td {
  line-height: 1.5;
}

.table_style_01 th,
.table_style_02 th {
  min-width: 36px;
}

.table_style_01 td,
.table_style_02 td {
  min-width: 100px;
}

@media screen and (max-width: 768px) {
  .table_style_01 th,
  .table_style_01 td,
  .table_style_02 th,
  .table_style_02 td {
    padding: 20px 10px;
    font-size: 12px;
    height: 0 !important;
    vertical-align: baseline !important;
  }
}

/* 元からあるパンくずリストの影を消す */
.aui .breadcrumb > li {
  text-shadow: none;
}

/* 条件のレイアウト調整 */
.result_box_tag ul.tag {
  margin-top: 4px !important;
}

.result_box_tag ul.tag li {
  padding: 0.4em;
  margin: 4px;
}

.merit,
.competence,
.treatment {
  color: #a1a1a1 !important;
  font-weight: bold;
  background-color: #fff !important;
  border: 1px solid #a1a1a1 !important;
}

/* 検索結果・応募入力のform_レイアウト調整 */
/* <label>の左にある緑色の丸を消す */
.circle {
  display: none;
}

@media (max-width: 768px) {
  .whiteBox__ver1 {
    padding: 10px;
  }
  .acord .arrow_down,
  .mb_acord .arrow_down,
  .acord .arrow_up,
  .mb_acord .arrow_up {
    width: 10px;
    height: 10px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
  }
  .acord .arrow_down,
  .mb_acord .arrow_down {
    top: 5px;
  }
  .acord .arrow_up,
  .mb_acord .arrow_up {
    top: 10px;
  }
  .form_entry_layout .wrap_input .input_label {
    font-size: 24px;
  }
  .wrap_input .input_area .radio,
  .wrap_input .input_area .checkbox,
  .wrap_input .input_area .box label {
    font-size: 18px;
    display: block;
  }
  .wrap_input .input_area p,
  .wrap_input .input_area span,
  .btn_box_wrapout span {
    font-size: 18px;
  }
}

/* 一部テキストの調整 */
.aui p,
pre,
address {
  color: #333;
  font-size: 14px;
}

.tag li {
  font-size: 14px !important;
}

/*===========================================================
検索結果のページ設定
===========================================================*/
/* 「全ての一覧」のテキスト設定 */
/* テキスト */
h1.search_headline {
  color: #333 !important;
}

/* 求人の検索フォーム_テキスト設定 */
/* 「検索する」ボタンの背景色、テキストの設定 */
.button_search {
  background: #f74040;
  border: none;
  /* color: #333; */
}

.button_search:hover {
  /* color: #333; */
}

/* 求人の検索フォーム_レイアウト調整 */
.form_entry_layout .box {
  /* margin-top: 14px !important; */
  margin-top: 24px !important;
  margin-right: 24px !important;
}

.form_entry_layout .box:first-child {
  margin-top: 0 !important;
}

.form_entry_layout .box_ttl {
  margin-bottom: 4px !important;
}

@media screen and (max-width: 768px) {
  .form_entry_layout .wrap_input .input_label {
    margin-bottom: 10px;
  }
  .form_entry_layout .box {
    margin-top: 14px !important;
    margin-right: 0 !important;
    padding: 10px 0;
  }
  .wrap_input .input_area .checkbox {
    padding: 10px 0;
  }
  .button_search {
    width: 100% !important;
    padding: 20px 0 !important;
  }
}

/* 求人件数（○○件あり ○○～○○件を表示しています）の「○○件」部分の設定 */
/* テキスト */
.result_number > span > span {
  color: #ff9900;
}

/* 「おすすめ！」求人の設定 */
/* 背景色・テキスト */
.result_pageid_status2 {
  background-color: #ff9900;
  /* color: #333; */
}

/* 求人原稿の検索結果＿見出しの設定 */
/* 背景色 */
.result_box_ttl {
  background-color: #f9f7f8;
}

/* テキスト（標準） */
.result_box_ttl a {
  color: #ff5301;
}

/* テキスト（カーソルホバー） */
.result_box_ttl a:hover {
  color: #ff5301;
}

/* テキスト（アクティブ） */
.result_box_ttl a:active {
  color: #ff5301;
}

/* テキスト（訪問済み） */
.result_box_ttl a:visited {
  color: #ff5301;
}

/* 見出しのレイアウト調整 */
.result_box_ttl {
  height: auto;
  padding: 15px 16px 15px 21px;
}

.result_pageid_ttl {
  float: none;
}

h1.result_pageid_ttl {
  font-size: 15px;
  line-height: 1.5;
}

.result_box_ttl_sub {
  float: none;
  font-size: 18px !important;
  line-height: 1.5;
  text-align: left;
}

p.result_box_ttl_sub {
  width: auto;
  -ms-text-overflow: clip;
  -o-text-overflow: clip;
  text-overflow: clip;
  white-space: normal;
}

@media screen and (max-width: 768px) {
  .result_box_ttl {
    padding: 10px;
  }
  p.result_box_ttl_sub {
    line-height: 1.5;
  }
}

/* 画像ありの求人＿レイアウト調整 */
@media screen and (max-width: 768px) {
  .result_box_cont_01 .result_box_cont_left {
    margin-bottom: 10px;
  }
}

/*===========================================================
募集詳細の設定
===========================================================*/
/* 募集詳細_「正社員・アルバイト・パート」などステータスの設定 */
/* 背景色・テキスト */
.pageid_status {
  background-color: #f74040 !important;
  /* color: #333 !important; */
  font-size: 14px;
}

/* 「おすすめ！」求人の設定 */
/* 背景色・テキスト */
.pageid_status2 {
  background-color: #ff9900 !important;
  /* color: #333 !important; */
  font-size: 14px;
}

/* 求人原稿サブタイトルの設定 */
/* テキスト */
.lead_area .lead_area_ttl {
  color: #333;
}

/* 画像の枠の設定 */
/* 黄土色(#c9b793)から変更する */
div.slideshow-container,
a.thumb {
  /* background-color: #f2f2f2; */
}

/* 注目ポイントの設定 */
/* 見出しの背景色・テキスト */
.appeal_point .wrap_input {
  background-color: #a1a1a1;
}

.appeal_point .wrap_input p {
  /* color: #333; */
  font-size: 16px;
}

/* 内容の背景色・テキスト */
.appeal_point .wrap_input_item {
  background-color: #f9f7f8;
}

.appeal_point .wrap_input_item p {
  font-size: 14px;
  color: #333;
}

/* お仕事情報・応募情報の設定 */
/* 見出しの設定 */
.form_entry_head {
  border-bottom: 1px solid #333;
}

.form_entry_head h2 {
  color: #333 !important;
}

/* 応募先電話番号_テキスト */
.infoBox .infoBox_area .tell_number_detail,
.infoBox .infoBox_area .tell_number_detail a {
  color: #666;
  text-decoration: none;
}

/* レイアウト調整 */
.infoBox .infoBox_label {
  width: 25%;
  padding-right: 2%;
  font-size: 110%;
  display: table-cell;
}

div.slideshow-container {
  height: 350px;
  width: 461px;
}

.aui .job-apply-control-portlet div.slideshow img {
  width: 439px;
  height: 327px;
}

ul.thumbs li {
  padding: 0px 0px 10px 10px;
}

.photo_area_detail {
  height: 350px;
}

/*===========================================================
応募入力の設定
===========================================================*/
/* STEPの設定 */
/* 背景色 */
.step {
  background-color: #a1a1a1;
}

/* 不要な背景色を透明にする */
.head-line_step,
.head-line_step_inactive {
  background: transparent;
}

/* 現在のSTEP_テキスト色の設定 */
.head-line_step {
  /* color: #333; */
}

/* 現在のSTEP_数字の背景色・テキスト色の設定 */
.circle_head {
  background-color: #fff;
}

.circle_head_number p {
  color: #333;
}

/* 現在のSTEP_三角の色設定 */
.triangle:before,
.triangle:after {
  background-color: #fff;
}

/* 現在のSTEP以外_テキスト色の設定 */
.head-line_step_inactive {
  color: rgba(255, 255, 255, 0.6);
}

/* 現在のSTEP_数字の背景色・テキスト色の設定 */
.circle_head_inactive {
  background-color: transparent;
}

.circle_head_number_inactive p {
  color: rgba(255, 255, 255, 0.6);
}

/* 現在のSTEP以外_三角の色設定 */
.triangle_inactive:before,
.triangle_inactive:after {
  background-color: rgba(255, 255, 255, 0.6);
}

/* 三角のレイアウト調整 */
.triangle:before,
.triangle:after,
.triangle_inactive:before,
.triangle_inactive:after {
  width: 50%;
  height: 2px;
  border: none;
}

.triangle:before,
.triangle_inactive:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 8px;
  top: 14px;
}

.triangle:after,
.triangle_inactive:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 10px;
  right: 8px;
}

/* 応募入力_「正社員・アルバイト・パート」などステータスの設定 */
/* 背景色・テキスト */
.box_style_01_ttl > div {
  background-color: #f74040 !important;
  /* color: #333; */
  font-size: 14px;
}

/* 入力項目の「必須」の設定 */
/* 背景色・テキスト */
.badge-important {
  background-color: #ff9900 !important;
  /* color: #333 !important; */
  text-shadow: none !important;
}

/* 内容確認_「←戻る」ボタンの設定 */
/* 背景色・テキスト */
.btn_box .return_left2 {
  background: #f1f1f1;
  color: #333;
  text-shadow: none;
  border: 1px solid #d7d7d7;
}

.btn_box .return_left2:hover {
  background: #f1f1f1;
  color: #333;
}

/* レイアウト調整 */
@media screen and (max-width: 768px) {
  .btn_box .return_left2 {
    margin-top: 80px !important;
  }
}

/* 応募完了_「求人情報一覧へ」ボタンの設定 */
/* 背景色・テキスト */
.button_map {
  background: #f74040;
  border: none;
}

a.btn_01.button_map {
  /* color: #333 !important; */
}

/* レイアウト調整 */
@media screen and (max-width: 768px) {
  .button_map {
    padding: 20px 0 !important;
    font-size: 18px;
    display: block !important;
  }
}

/* 応募入力_全体のレイアウト調整 */
.box_style_01_catchcopy {
  margin-bottom: 18px !important;
}

.lead_area.no_iamge {
  padding-left: 0;
}

.lead_area.no_iamge .tell_area {
  margin-bottom: 18px;
}

.lead_area_right.no_image {
  width: 280px;
}

@media screen and (max-width: 768px) {
  .lead_area.no_iamge {
    overflow: visible;
  }
  .lead_area_right.no_image {
    width: 100%;
  }
  .lead_area.no_iamge .tell_area {
    width: 100%;
  }
  .lead_area.no_iamge .tell_area .tell {
    font-size: 18px;
  }
}

/*===========================================================
headerの設定
===========================================================*/
/* 元からある余白を消す */
header {
  padding: 0;
}

.aui h1 {
  margin: 0;
}

/*===========================================================
footerの設定
===========================================================*/
/* 元からある余白を消す */
footer {
  padding: 0;
}

/*===========================================================
検索結果のフォーム＿アコーディオンのレイアウト調整
===========================================================*/
.acord .arrow_down,
.pc_acord .arrow_down,
.acord .arrow_up,
.pc_acord .arrow_up {
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  width: 16px;
  height: 16px;
}

.acord .arrow_down,
.pc_acord .arrow_down {
  top: 0;
}

@media screen and (max-width: 768px) {
  .form_entry_layout .box {
    padding: 0;
    margin-top: 0 !important;
  }
  .wrap_input .input_area .checkbox {
    padding: 0;
  }
  .form_entry_layout .box_ttl {
    margin-bottom: 0 !important;
  }
  .form_entry_layout .wrap_input .input_label {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .form_entry_layout .acord .input_label,
  .form_entry_layout .mb_acord .input_label {
    width: 100%;
  }
}

/*===========================================================
こだわり条件のレイアウト調整
===========================================================*/
.form_entry_layout .box_underline {
  float: none;
}

@media (max-width: 850px) {
  .hidden-md {
    display: none !important;
  }
}

@media (max-width: 415px) {
  .hidden-xs {
    display: none !important;
  }
}

.visible-xs,
.visible-md {
  display: none !important;
}

@media (max-width: 850px) {
  .visible-md {
    display: block !important;
  }
}

@media (max-width: 415px) {
  .visible-xs {
    display: block !important;
  }
}

.inner {
  max-width: 1010px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.max_width {
  max-width: 1010px;
}

.box_center {
  margin-left: auto;
  margin-right: auto;
}

img {
  max-width: 100%;
}

.va-bottom {
  vertical-align: bottom;
}

.text-right {
  text-align: right;
}

@-webkit-keyframes mHover {
  0% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes mHover {
  0% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes mHover2 {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes mHover2 {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@media (max-width: 850px) {
  .js_nav_fixed header {
    top: 0;
    z-index: 999;
  }
}

body,
article,
footer,
.block_hero {
  -webkit-transition: opacity 0.5s, background 0.5s, -webkit-filter 0.5s;
  transition: opacity 0.5s, background 0.5s, -webkit-filter 0.5s;
  -o-transition: filter 0.5s, opacity 0.5s, background 0.5s;
  transition: filter 0.5s, opacity 0.5s, background 0.5s;
  transition: filter 0.5s, opacity 0.5s, background 0.5s, -webkit-filter 0.5s;
}

@media (max-width: 850px) {
  body.js_show_nav article,
  body.js_show_nav footer,
  body.js_show_nav .block_hero {
    -webkit-filter: blur(3px) brightness(80%);
    filter: blur(3px) brightness(80%);
    opacity: 0.5;
  }
  body.js_show_nav header button > span {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  body.js_show_nav header button > span span:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 0px;
    top: 10px;
  }
  body.js_show_nav header button > span span:nth-of-type(2) {
    opacity: 0;
  }
  body.js_show_nav header button > span span:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 0px;
    top: 10px;
  }
  body.js_show_nav header nav {
    opacity: 1;
    top: 50px;
    -webkit-transition: top 0.4s 0.1s, opacity 0.1s 0s;
    -o-transition: top 0.4s 0.1s, opacity 0.1s 0s;
    transition: top 0.4s 0.1s, opacity 0.1s 0s;
  }
  body.js_show_nav header .header_hit {
    height: 100vh;
  }
}

@media (max-width: 850px) {
  body .header .header_main {
    padding-top: 0;
  }
  body .header h1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    height: 50px;
    margin: 0;
    padding-top: 3px;
    position: relative;
    z-index: 1;
  }
  body .header h1 img {
    width: 200px;
  }
  body .header nav {
    display: block;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    left: 0;
    top: -1000px;
    padding: 20px 15px 20px;
    opacity: 0;
    -webkit-transition: top 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s;
    -o-transition: top 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s;
    transition: top 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s;
    font-size: 16px;
  }
  body .header nav ul {
    display: block;
    padding: 0;
  }
  body .header nav li {
    display: block;
  }
  body .header nav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5em;
  }
  body .header nav li span {
    text-align: left;
  }
  body .header nav li span:nth-of-type(1) {
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
  }
  body .header nav li span:nth-of-type(1) img {
    width: 70px;
  }
  body .header nav li span:nth-of-type(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 9em;
    flex: 0 0 9em;
  }
  body .header nav li.entry_overray {
    position: relative;
  }
  body .header nav li.entry_overray .entry_bg {
    top: 0.3em;
    right: auto;
    left: 50%;
    -webkit-transform: skewX(-20deg) translateX(-50%);
    -ms-transform: skewX(-20deg) translateX(-50%);
    transform: skewX(-20deg) translateX(-50%);
    height: 50px;
    width: 200px;
  }
  body .header p {
    position: static;
    text-align: center;
    padding-top: 1.5em;
    margin-left: auto;
    margin-right: auto;
  }
}

header {
  -webkit-transition: top 0.5s;
  -o-transition: top 0.5s;
  transition: top 0.5s;
}

header img {
  vertical-align: middle;
}

@media (max-width: 850px) {
  header.header {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 50px;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

header .header_hit {
  display: block;
  height: 0;
  height: 50px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

header button {
  border: none;
  outline: none;
  background-color: #fc97b4;
  width: 50px;
  height: 50px;
  padding: 0;
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 10;
}

@media (max-width: 850px) {
  header button > span {
    width: 24px;
    height: 24px;
    left: 13px;
    top: 13px;
  }
  header button span {
    position: absolute;
    display: block;
    -webkit-transition: top 0.3s, left 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition: top 0.3s, left 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, top 0.3s, left 0.3s, opacity 0.3s;
    transition: transform 0.3s, top 0.3s, left 0.3s, opacity 0.3s;
    transition: transform 0.3s, top 0.3s, left 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  }
  header button span span {
    border-top: 2px solid #fff;
    width: 24px;
    height: 0;
    left: 0;
  }
  header button span span:nth-of-type(1) {
    top: 4px;
  }
  header button span span:nth-of-type(2) {
    top: 11px;
  }
  header button span span:nth-of-type(3) {
    top: 18px;
  }
}

.header {
  width: 100%;
  height: 120px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: background 1s;
  -o-transition: background 1s;
  transition: background 1s;
  position: fixed;
  z-index: 100;
  top: 0;
}

.header .inner {
  max-width: 1500px;
}

.header_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header h1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 388px;
  flex: 0 0 388px;
  margin: 0;
  padding: 0;
  height: 100px;
  position: relative;
}

@media (max-width: 1200px) {
  .header h1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20vw;
    flex: 0 0 20vw;
  }
}

.header h1 img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header nav {
  position: relative;
  font-size: 16px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 95%;
  flex: 0 1 95%;
}

@media (max-width: 1200px) {
  .header nav {
    font-size: 14px;
  }
}

@media (max-width: 850px) {
  .header nav {
    background-color: rgba(255, 255, 255, 0.85);
  }
}

.header nav ul {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 95%;
  flex: 0 1 95%;
  padding: 0 0 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.header nav ul a {
  color: #000;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.header nav ul a:hover {
  color: #fc97b4;
}

.header nav li {
  text-align: center;
}

.header nav li span:nth-of-type(1) {
  display: block;
}

.header nav li img {
  width: 100%;
  max-width: 87px;
  margin-bottom: 5px;
}

@media (max-width: 1200px) {
  .header nav li img {
    max-width: 70px;
    margin-bottom: 3px;
  }
}

.header p {
  width: 200px;
  position: absolute;
  right: 15px;
  top: 95px;
}

@media (max-width: 1200px) {
  .header p {
    top: 83px;
  }
}

.header p img {
  width: 30px;
}

@media (max-width: 1200px) {
  .header p img {
    width: 20px;
  }
}

.header p a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 200px;
  background: #fc97b4;
  color: #fff;
  border-radius: 7px;
  text-align: center;
  padding: 10px;
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}

.header p a:hover {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.header p a .icon {
  padding-right: 10px;
}

.js_nav_fixed .header {
  background: rgba(255, 255, 255, 0.9);
}

body .footer {
  background: -webkit-gradient(linear, left top, right top, color-stop(38%, white), color-stop(38.1%, #fc97b4));
  background: -webkit-linear-gradient(left, white 38%, #fc97b4 38.1%);
  background: -o-linear-gradient(left, white 38%, #fc97b4 38.1%);
  background: linear-gradient(90deg, white 38%, #fc97b4 38.1%);
}

@media (max-width: 850px) {
  body .footer {
    background: #fc97b4;
  }
}

body .footer_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
}

@media (max-width: 850px) {
  body .footer_main {
    display: block;
  }
}

body .footer_main > div {
  padding: 15px 0 50px;
}

@media (max-width: 850px) {
  body .footer_main > div {
    text-align: center;
  }
}

body .footer_main > div:nth-of-type(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}

@media (max-width: 850px) {
  body .footer_main > div:nth-of-type(1) {
    border-top: 2px solid #fc97b4;
    background: #fff;
    padding: 15px 0 10px;
    margin-left: -15px;
    margin-right: -15px;
  }
}

body .footer_main > div:nth-of-type(2) {
  background-color: #fc97b4;
  padding: 15px 0 50px 50px;
}

@media (max-width: 850px) {
  body .footer_main > div:nth-of-type(2) {
    padding: 5px 0 25px;
  }
}

body .footer_main img {
  width: 80%;
}

@media (max-width: 850px) {
  body .footer_main img {
    width: 180px;
  }
}

body .footer_main a {
  color: #fff;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

body .footer_main a:hover {
  opacity: 0.5;
}

body .footer_main ul {
  margin-bottom: 0.3em;
}

@media (max-width: 850px) {
  body .footer_main ul {
    margin-bottom: 0;
  }
}

body .footer_main li {
  display: inline-block;
  padding-right: 1.5em;
  font-size: 15px;
}

@media (max-width: 850px) {
  body .footer_main li {
    padding: 0.3em 1em;
    font-size: 14px;
  }
}

body .footer_main p {
  font-size: 12px;
}

.footer_totop {
  position: fixed;
  bottom: -100px;
  right: 15px;
  z-index: 1;
  -webkit-transition: bottom 0.5s;
  -o-transition: bottom 0.5s;
  transition: bottom 0.5s;
}

@media (max-width: 850px) {
  .footer_totop {
    width: 55px;
    right: 10px;
  }
}

.footer_totop a {
  background-color: #fff7c9;
  color: #fc97b4;
  display: block;
  width: 100px;
  height: 100px;
  text-decoration: none;
  border-radius: 100px;
  position: relative;
  -webkit-transition: background 0.3s, -webkit-transform 0.3s;
  transition: background 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, background 0.3s;
  transition: transform 0.3s, background 0.3s;
  transition: transform 0.3s, background 0.3s, -webkit-transform 0.3s;
  font-size: 21px;
  text-align: center;
  border: 1px solid #fff7c9;
}

@media (max-width: 850px) {
  .footer_totop a {
    font-size: 15px;
  }
}

.footer_totop a span {
  display: block;
}

.footer_totop a span:nth-of-type(1) {
  font-size: 0;
  padding-top: 25px;
}

@media (max-width: 850px) {
  .footer_totop a span:nth-of-type(1) {
    padding-top: 12px;
  }
}

.footer_totop a img {
  width: 22px;
}

@media (max-width: 850px) {
  .footer_totop a img {
    width: 15px;
  }
}

.footer_totop a:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

@media (max-width: 850px) {
  .footer_totop a {
    width: 55px;
    height: 55px;
  }
}

.js_nav_fixed .footer_totop {
  bottom: 30px;
}

@media (max-width: 850px) {
  .js_nav_fixed .footer_totop {
    bottom: 10px;
  }
}

.aui .pageid {
  background: #fff0d7 url(../img/cmn_bg_dot.png);
  background-size: 32px 27px;
}

.aui .pageid h1 {
  color: #333;
}

body .header {
  position: static;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  height: auto;
}

body .header p {
  margin: 0;
  color: #fff;
}

body .header h1 {
  padding-top: 15px;
  padding-bottom: 15px;
  height: auto;
}

body .header h1 img {
  position: static;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.aui footer {
  background-color: #fc97b4;
}

.aui footer ul {
  padding-left: 0;
}

.aui footer li {
  list-style: none;
}

.aui footer dd,
.aui footer dt {
  margin-left: 0;
  line-height: 1.6;
}

.aui footer .copyrights {
  color: #fff;
}

.aui footer a {
  text-decoration: none;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.aui footer a:visited, .aui footer a:active {
  color: #fff;
  text-decoration: none;
}

.aui footer a:hover {
  opacity: 0.8;
}

.aui a {
  color: #fc97b4;
}

.aui a:visited, .aui a:active {
  color: #fc97b4;
}

.result_box_ttl a {
  color: #000;
}

.result_box_ttl a:active, .result_box_ttl a:visited {
  color: #000;
}

.button_detail {
  border-color: #fc97b4;
  color: #fc97b4;
  -webkit-transition: border 0.3s, color 0.3s;
  -o-transition: border 0.3s, color 0.3s;
  transition: border 0.3s, color 0.3s;
}

.button_detail:hover {
  border-color: #fc97b4;
  color: #fc97b4;
}

.button_application {
  background: #fc97b4;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  color: #fff;
}

.button_application:hover {
  background: #fc97b4;
}

.button_search {
  background: #fc97b4;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

.button_search:hover {
  background: #fc97b4;
}

div.pagination li a {
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

div.pagination li a:hover {
  background: #fc97b4 !important;
}

div.pagination li.active a {
  background: #fc97b4 !important;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

div.pagination li.active a:hover {
  background: #fc97b4 !important;
}
