/* ********************
 * リセット
 * ********************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, section, aside, header, footer, nav, figure, figcaption {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
  font-weight: normal;
  vertical-align: baseline;
}
div, span, p, a {
  font-weight: unset;
}

body {
  color: #333333;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #664500;
  text-decoration: underline;
}
a:visited {
  color: #9a856a;
  text-decoration: underline;
}
a:hover {
  color: #cc0000;
  text-decoration: none;
}
a:active {
  color: #cc0000;
  text-decoration: none;
}

img {
  display: block;
}

input, textarea {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}










/* ********************
 * オーバーレイ
 * ********************/
#overlay_bg {
  background-color: rgba(0, 0, 0, .6);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 15000;
}
#overlay_bg.active {
  display: block;
}





/* ********************
 * フォームアイテム
 * ********************/
.common_form_item {
  margin-bottom: 25px;
}
.common_form_item h1 {
  background-color: #efebe4;
  font-size: 17px;
  margin-bottom: 8px;
  padding: 3px 0 1px 10px;
}
.common_form_item .required::after {
  background-color: #ff0000;
  color: #ffffff;
  content: '必須';
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  margin-left: 10px;
  padding: 0 6px;
  text-align: center;
  vertical-align: 2px;
}
.common_form_item > div {
  padding: 0 5px;
}






/* ********************
 * フォームボタン
 * ********************/
.common_form_button {
  background-color: transparent;
  background-image: linear-gradient(to bottom, #95cd8d, #2c9217);
  border: 1px solid #ffffff;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 28px;
  height: 45px;
  letter-spacing: 1px;
  margin: 0 auto;
  padding: 1px 20px 0 20px;
  position: relative;
  text-align: center;
}
body.esthe .common_form_button {
  background-image: linear-gradient(to bottom, #99badb, #1c3e7d);
}
.common_form_button::before {
  background-color: #cfcfcf;
  border-radius: 5px;
  content: '';
  display: block;
  height: 47px;
  left: -2px;
  position: absolute;
  top: -2px;
  width: calc(100% + 4px);
  z-index: -1;
}
.common_form_button:hover {
  color: #ffe893;
}
.common_form_button span {
  display: inline-block;
  font-size: 20px;
  letter-spacing: 0;
  margin: 0 1px;
  vertical-align: -2px;
}






/* ********************
 * 在籍女性タイプ／業態 アイコン
 * ********************/
.category_icon {
  border-radius: 4px;
  color: #ffffff;
  font-size: 12px;
  height: 21px;
  line-height: 21px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(214.5px / 3);
}
.category_icon.off {
  background-color: #bfbaba !important;
  color: #888888 !important;
}

/* デリヘル */
.category_icon.deli_celeb {
  background-color: #937247;
}
.category_icon.deli_model {
  background-color: #d042a0;
}
.category_icon.deli_madam {
  background-color: #9b56af;
}
.category_icon.deli_student {
  background-color: #64c036;
}
.category_icon.deli_ol {
  background-color: #6b6bd8;
}
.category_icon.deli_other {
  background-color: #d75d5d;
}
.category_icon.deli_esthe {
  background-color: #00b7ee;
}

/* エステ */
.category_icon.esthe_esthe {
  background-color: #937247;
}
.category_icon.esthe_seikan {
  background-color: #d042a0;
}
.category_icon.esthe_mseikan {
  background-color: #9b56af;
}
.category_icon.esthe_kaisyun {
  background-color: #64c036;
}
.category_icon.esthe_sentai {
  background-color: #00b7ee;
}
.category_icon.esthe_other {
  background-color: #d75d5d;
}








/* ********************
 * ローディング
 * ********************/
.loader,
.loader::after {
  border-radius: 50%;
  height: 10em;
  width: 10em;
}
.loader {
  border-bottom: 1.1em solid rgba(232, 255, 221, .8);
  border-left: 1.1em solid #8add61;
  border-right: 1.1em solid rgba(232, 255, 221, .8);
  border-top: 1.1em solid rgba(232, 255, 221, .8);
  font-size: 10px;
  margin: 60px auto;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
}
body.esthe .loader {
  border-bottom-color: rgba(211, 224, 255, .8);
  border-left-color: #698ce2;
  border-right-color: rgba(211, 224, 255, .8);
  border-top-color: rgba(211, 224, 255, .8);
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}








/* ********************
 * twitterへのリンク
 * ********************/
.link_twitter01 a {
  align-items: center;
  background-color: #1da1f3;
  border-radius: 3px;
  color: #ffffff;
  display: flex;
  font-size: 15px;
  height: 28px;
  justify-content: center;
  text-decoration: none;
  width: 15em;
}
.link_twitter01 a::before {
  background-image: url('/img/pc/common/icon_twitter01.gif');
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  content: '';
  height: 25px;
  margin-right: 5px;
  width: 25px;
}







/* ********************
 * 共通インフォ
 * ********************/
.common_info {
  background-color: #e8e4db;
  margin-bottom: 20px;
  padding: 7px;
}
.common_info p {
  font-size: 14px;
}
.common_info p:not(:last-of-type) {
  margin-bottom: .75em;
}







/* ********************
 * ヘッダー
 * ********************/
#header {
  background-color: #ffffff;
  background-image: url('/img/pc/common/bg_header_bottom.jpg');
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 20px 34px;
  margin-bottom: 5px;
  min-width: 1290px;
  padding-bottom: 39px;
}
body.esthe #header {
  background-image: url('/img/pc/common/bg_header_bottom_esthe.jpg');
}

#header h1 {
  background-image: linear-gradient(to bottom, #dedbd6, #ffffff);
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 10px;
}
#header h1::after {
  border-bottom: 1px solid #dcd9d4;
  content: '';
  display: block;
  margin-bottom: 1px;
  width: 100%;
}
#header h1 span {
  color: #666666;
  display: block;
  font-size: 10px;
  margin: 0 auto;
  overflow: hidden;
  padding: 8px 170px 2px 170px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 1290px;
}

#header > div {
  margin: 0 auto;
  padding: 0 170px;
  width: 1290px;
}

#header .main {
  align-items: center;
  display: flex;
  height: 76px;
  justify-content: space-between;
}


#header .main .logo {
  width: 308px;
}
#header .main .logo img {
  height: 72px;
  width: 240px;
}
body.esthe #header .main .logo img {
  width: 244px;
}
#header.recruit .main .logo img {
  width: 308px !important;
}



#header .main .menu {
  width: 138px;
}
#header .main .menu ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 2px;
}
#header .main .menu ul li {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 5px;
  width: 68px;
}
#header .main .menu ul a {
  color: #000000;
  text-decoration: none;
}
#header .main .menu .favorite img {
  height: 33px;
  width: 138px;
}





/* ********************
 * コンテンツ
 * ********************/
#contents {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 20px auto;
  width: 1290px;
}
#contents_left {
  width: 160px;
}
#contents_center {
  width: 950px;
}
#contents_right {
  position: relative;
  width: 160px;
}


/* ----------
 * 左サイド エリア一覧
 * ---------- */
#side_menu-area_list > h1 {
  margin-bottom: 3px;
}
#side_menu-area_list > h1 img {
  height: 32px;
  width: 160px;
}
#side_menu-area_list section:not(:last-of-type) {
  margin-bottom: 3px;
}
#side_menu-area_list section h1 {
  background-image: url('/img/pc/common/bg_left_side_menu_region.png'), linear-gradient(80deg, #23941f, #46a33f);
  background-repeat: no-repeat;
  border-radius: 3px 3px 0 0;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: -0.9px;
  padding: 6px 0 4px 11px;
}
body.esthe #side_menu-area_list section h1 {
  background-image: url('/img/pc/common/bg_left_side_menu_region.png'), linear-gradient(80deg, #224481, #385a92);
}
#side_menu-area_list.recruit section h1 {
  background-image: url('/img/pc/common/bg_left_side_menu_region.png'), linear-gradient(80deg, #a1102c, #f05a85) !important;
}
#side_menu-area_list section ul li {
  background-color: #f9f9f9;
}
#side_menu-area_list section ul li:nth-of-type(2n) {
  background-color: #f0f0f0;
}
#side_menu-area_list section ul li.middle {
  font-size: 14px;
  line-height: 1.83;
  text-indent: 1em;
}
#side_menu-area_list section ul li:not(.middle) {
  font-size: 12px;
  line-height: 2.14;
  text-indent: 2.3em;
}
#side_menu-area_list section ul li:not(.middle)::before {
  border-color: transparent  transparent transparent #959595;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  content: '';
  display: inline-block;
  margin-right: 9px;
  width: 0;
}


/* ----------
 * メインコンテンツ
 * ---------- */
/* パくずリスト */
#breadcrumb_list {
  height: 35px;
}
#breadcrumb_list ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
}
#breadcrumb_list ul li:not(:first-of-type)::before {
  display: inline-block;
  content: '>';
  text-align: center;
  width: 14px;
}
#breadcrumb_list ul li span {
  font-weight: bold;
}



/* 共通レイアウト */
#article_contents {
  display: flex;
  justify-content: space-between;
}
#article_contents_left {
  width: 740px;
}
#article_contents_right {
  margin-left: 10px;
  width: 200px;
}


.common_section {
  margin-bottom: 40px;
}


.common_section_title {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 7px;
  padding-top: 2px;
  position: relative;
  text-indent: 15px;
}
.common_section_title::before {
  background-image: linear-gradient(to top, #2d7d2b 1%, #b9ca9f 71%, #469025 99%);
  content: '';
  display: block;
  height: 30px;
  left: 0;
  position: absolute;
  top: 0;
  width: 7px;
}
body.esthe .common_section_title::before,
.common_section_title.esthe::before {
  background-image: linear-gradient(to top, #2b307d 1%, #9fa2ca 71%, #252a90 99%);
}
.common_section_title::after {
  content: '';
  display: block;
  background-image: linear-gradient(340deg, #f1eded 0%, #f2f3f3);
  height: 2px;
}





/* ----------
 * 右サイド 求人用パネル
 * ---------- */
#side_menu-recruit {
  background-color: #fae9d6;
  border-radius: 2px;
  margin-top: 35px;
  width: 160px;
}
#side_menu-recruit.fixed {
  position: fixed;
  top: -20px;
}
#side_menu-recruit > header {
  position: relative;
}
#side_menu-recruit > header::before {
  background-color: #f19149;
  bottom: 13px;
  content: '';
  height: 1px;
  position: absolute;
  width: 160px;
}
#side_menu-recruit > header::after {
  border-color: #f19149 transparent transparent transparent;
  border-style: solid;
  border-width: 13px 80px 0 80px;
  content: '';
  display: block;
}
#side_menu-recruit > header h1 {
  background-color: #f19149;
  border-radius: 2px 2px 0 0;
  color: #fff9eb;
  font-size: 18px;
  padding: 10px 0 5px 0;
  text-align: center;
}

#side_menu-recruit > div {
  padding: 0 2px 7px 2px;
}
#side_menu-recruit > div .number {
  border-bottom: 1px dashed #f19149;
  font-size: 18px;
  text-align: center;
}
#side_menu-recruit > div .number .count {
  display: inline-block;
  font-size: 30px;
  margin-right: 5px;
  text-align: right;
  width: 1.4em;
}
#side_menu-recruit > div .number span:not(.count) {
  font-size: 22px;
}

#side_menu-recruit > div .list {
  border-bottom: 1px dashed #f19149;
  max-height: 500px;
  overflow-y: auto;
}
#side_menu-recruit > div .list > p {
  background-color: #ffffff;
  border-radius: 4px;
  font-size: 13px;
  line-height: 1.4;
  margin: 3px 0;
  padding: 5px;
}
#side_menu-recruit > div .list ul {
  margin: 3px 0;
}
#side_menu-recruit > div .list ul li {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 5px 3px 7px 3px;
}
#side_menu-recruit > div .list ul li:not(:last-of-type) {
  margin-bottom: 2px;
}
#side_menu-recruit > div .list ul li .name {
  font-size: 12px;
  word-break: break-all;
}
#side_menu-recruit > div .list ul li .name input {
  margin: 3px;
  vertical-align: middle;
}
#side_menu-recruit > div .list ul li .area {
  font-size: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#side_menu-recruit > div .list ul li .area span {
  display: inline-block;
  margin-right: 4px;
}
#side_menu-recruit > div .list ul li .del {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1;
  text-align: right;
}
#side_menu-recruit > div .list ul li .del span {
  color: #786238;
  cursor: pointer;
  text-decoration: underline;
}

#side_menu-recruit > div .apply_button {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 1px 2px 2px #959595;
  color: #6d4201;
  cursor: pointer;
  font-size: 12px;
  line-height: 1.3;
  margin: 5px auto 0 auto;
  padding: 3px 0;
  text-align: center;
  width: 140px;
}
#side_menu-recruit > div .apply_button.disabled {
  background-color: #999999;
  color: #dddddd;
  cursor: default;
}







/* ********************
 * フッター
 * ********************/
#footer {
  padding-bottom: 75px;
}


#footer-site_description {
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #e5e5e5, #ffffff);
  background-position-y: 1px;
  background-repeat: repeat-x;
  background-size: auto 115px;
  border-top: 1px solid #cccccc;
  margin-top: auto;
  min-width: 1290px;
  padding: 20px 0 30px 0;
  position: relative;
  width: 100%;
}
#footer-site_description .footer_site_description_item {
  background-color: #ffffff;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  margin: 0 auto;
  padding: 15px;
  width: 950px;
}
#footer-site_description .footer_site_description_item:first-of-type {
  border-top:  1px solid #cccccc;
}
#footer-site_description .footer_site_description_item:last-of-type {
  border-bottom:  1px solid #cccccc;
}
#footer-site_description .footer_site_description_item > header {
  padding: 5px 0;
}
#footer-site_description .footer_site_description_item > header h1 {
  border-right: 1px solid #666666;
  border-left: 1px solid #666666;
  display: inline-block;
  font-size: 14px;
  margin-left: 40px;
  padding: 0 10px;
}
#footer-site_description .footer_site_description_item > div {
  color: #666666;
  font-size: 14px;
  line-height: 1.3;
}

#footer-site_description_what .caution {
  color: #ff0000;
  margin-top: 5px;
  text-align: center;
}

#footer-site_description_category .category_list {
  line-height: 1.2;
  margin-top: 5px;
}
#footer-site_description_category li:not(:last-of-type) {
  margin-bottom: 5px;
}
#footer-site_description_category .category_item dt {
  margin-bottom: 2px;
}
#footer-site_description_category .category_item .category_icon {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
}


#footer-link_list {
  background-color: #ffffff;
  border-top: 1px solid #f2f2f2;
  margin-top: auto;
  min-width: 1290px;
  padding-top: 1px;
  width: 100%;
}
#footer-link_list::before {
  background-image: linear-gradient(to bottom, #eaeaea, #fefefe);
  border-top: 1px solid #c9c9c9;
  content: '';
  display: block;
  height: 10px;
}
#footer-link_list .link_list {
  display: flex;
  margin: 0 auto;
  padding: 0 170px;
  width: 1290px;
}

#footer-link_list .link_list .left {
  width: 830px;
}
#footer-link_list .link_list .left ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  line-height: 1.5;
  margin: 10px 0;
}
#footer-link_list .link_list .left ul li:nth-of-type(1)::before,
body.deli #footer-link_list .link_list .left ul li:nth-of-type(9)::before,
#footer-link_list .link_list .left ul li::after {
  color: #666666;
  content: '|';
  display: inline-block;
  margin: 0 4px;
}
#footer-link_list .link_list .left p {
  color: #666666;
  font-size: 10px;
  letter-spacing: 1px;
}

#footer-link_list .link_list .right {
  width: 120px;
}
#footer-link_list .link_list .right .page_top {
  cursor: pointer;
  margin: 0 0 10px auto;
  width: 85px;
}
#footer-link_list .link_list .right .page_top img {
  height: 11px;
  width: 85px;
}
#footer-link_list .link_list .right .logo img {
  height: 38px;
  width: 120px;
}
body.esthe #footer-link_list .link_list .right .logo img {
  height: 35px;
}






/* ********************
 * 店舗の絞り込み
 * ********************/
#narrow_down_shop {
  margin-bottom: 25px;
}

/* ----------
 * チェックボックス
 * ---------- */
#narrow_down_shop .narrow_down_shop_list_item {
  font-size: 16px;
  line-height: 1;
}
#narrow_down_shop .narrow_down_shop_list_item input {
  display: none;
}
#narrow_down_shop .narrow_down_shop_list_item label {
  cursor: pointer;
  display: inline-block;
  padding-left: 23px;
  position: relative;
}
#narrow_down_shop .narrow_down_shop_list_item label::before {
  background-color: #ffffff;
  border: 1px solid #999999;
  border-radius: 3px;
  content: '';
  display: inline-block;
  height: 15px;
  left: 0;
  position: absolute;
  top: -2px;
  width: 15px;
}
#narrow_down_shop .narrow_down_shop_list_item input:checked + label::after {
  content: '';
  border-bottom: 2px solid #b92a44;
  border-right: 2px solid #b92a44;
  display: block;
  height: 13px;
  left: 5px;
  opacity: 1;
  position: absolute;
  top: -3px;
  transform: rotate(45deg);
  width: 6px;
  z-index: 1;
}

/* ----------
 * 中エリア絞り込み
 * ---------- */
#narrow_down_shop .area_list {
  background-color: #f0f0f0;
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
  padding: 12px 10px 10px 10px;
}
#narrow_down_shop .area_list .narrow_down_shop_list_item {
  width: 20%;
}
#narrow_down_shop .area_list .narrow_down_shop_list_item:nth-of-type(n+6) {
  margin-top: 10px;
}

/* ----------
 * オプション絞り込み
 * ---------- */
#narrow_down_shop .option_list {
  background-color: #fff7f7;
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
  padding: 12px 10px 10px 10px;
}
#narrow_down_shop .option_list .narrow_down_shop_list_item {
  width: calc(100% / 3);
}
#narrow_down_shop .option_list .narrow_down_shop_list_item:nth-of-type(n+4) {
  margin-top: 10px;
}

/* ----------
 * 件数／絞り込みクリア
 * ---------- */
#narrow_down_shop .control {
  position: relative;
}

#narrow_down_shop .count {
  font-size: 18px;
  padding-right: 40px;
  text-align: center;
}
#narrow_down_shop .count .num {
  color: #bf0b2e;
  display: inline-block;
  font-size: 26px;
  margin-right: 5px;
  text-align: right;
  width: 72px;
}

#narrow_down_shop .clear {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  color: #999999;
  cursor: pointer;
  font-size: 12px;
  line-height: 1.2;
  padding: 3px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 0;
  width: 70px;
}
#narrow_down_shop .clear:hover {
  background-color: #efefef;
  text-shadow: 1px 1px 2px #ffffff,  1px -1px 2px #ffffff,  -1px 1px 2px #ffffff,  -1px -1px 2px #ffffff;
}







/* ********************
 * 検索フォーム
 * ********************/
#search_form {
  margin-bottom: 50px;
}
#search_form_item_box {
  height: 500px;
  position: relative;
}


/* ----------
 * 大エリア選択ボタン
 * ---------- */
.search_form_item > header {
  border: 1px solid #c4bbaf;
  border-radius: 3px;
  left: 0;
  padding: 1px;
  position: absolute;
  top: 0;
  width: 106px;
}
.search_form_item > header h1 {
  align-items: center;
  background-image: linear-gradient(to bottom, #f0f0f0, #d3d3d3);
  border-radius: 3px;
  color: #979797;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  height: 55px;
  justify-content: center;
  line-height: 1.2;
  padding-top: 2px;
  text-align: center;
  width: 100%;
}

/* ボタンON時 */
.search_form_item.on > header h1 {
  background-image: linear-gradient(to bottom, #aee1ae, #33a333 75%);
  color: #ffe893;
  cursor: default;
  text-shadow: 2px 1px rgba(0, 0, 0, .6);
}
body.esthe .search_form_item.on > header h1 {
  background-image: linear-gradient(to bottom, #aec8e0, #44669a 75%);
}
.search_form_item.on > header::before,
.search_form_item.on > header::after,
.search_form_item.on > header h1::after {
  border-style: solid;
  border-width: 8px 12px 0 12px;
  content: '';
  display: block;
  position: absolute;
  left: 40px;
}
.search_form_item.kt.on > header::before,
.search_form_item.kt.on > header::after,
.search_form_item.kt.on > header h1::after,
.search_form_item.ks.on > header::before,
.search_form_item.ks.on > header::after,
.search_form_item.ks.on > header h1::after {
  left: 62px;
}
.search_form_item.on > header::before {
  border-color: #c4bbaf transparent transparent transparent;
  bottom: -9px;
}
.search_form_item.on > header::after {
  border-color: #33a333 transparent transparent transparent;
  bottom: -6px;
}
body.esthe .search_form_item.on > header::after {
  border-color: #44669a transparent transparent transparent;
}
.search_form_item.on > header h1::after {
  border-color: #ffffff transparent transparent transparent;
  bottom: -8px;
}

/* 大エリアごとのボタンの調整 */
.search_form_item.kt > header {
  width: 148px;
}
.search_form_item.ks > header {
  left: 152px;
  width: 148px;
}
.search_form_item.ht > header {
  left: 304px;
}
.search_form_item.th > header {
  left: 414px;
}
.search_form_item.cs > header {
  left: 524px;
}
.search_form_item.ko > header {
  left: 634px;
}



/* ----------
 * 検索フォーム
 * ---------- */
.search_form_item a:visited {
  color: #664500;
}
.search_form_item > div {
  display: none;
  padding-top: 70px;
}

.search_form_item input[type="checkbox"] {
  display: none;
}
.search_form_item input[type="checkbox"] + label {
  background-color: #ffffff;
  border: 1px solid #999999;
  border-radius: 3px;
  cursor: pointer;
  display: block;
  height: 15px;
  margin-right: 6px;
  position: relative;
  width: 15px;
}
.search_form_item input[type="checkbox"]:checked + label::before {
  content: '';
  border-bottom: 2px solid #b92a44;
  border-right: 2px solid #b92a44;
  display: block;
  height: 13px;
  left: 3px;
  opacity: 1;
  position: absolute;
  top: -3px;
  transform: rotate(45deg);
  width: 6px;
  z-index: 1;
}

.search_form_item select {
  font-size: 18px;
}

.search_form_sub_title {
  background-color: #e8e4db;
  font-size: 18px;
  padding: 8px 0 6px 10px;
}
.search_form_sub_title > span,
.search_form_sub_title > a {
  font-size: 12px;
  margin-left: 15px;
}


/* エリア */
.search_form_item_area:not(:first-of-type) {
  margin-top: 10px;
}
.search_form_item_area h1 {
  align-items: center;
  background-color: #f0f0f0;
  display: flex;
  font-size: 16px;
  padding: 12px 0 8px 8px;
}
.search_form_item_area ul {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0 15px 20px;
}
.search_form_item_area ul li {
  align-items: center;
  display: flex;
  font-size: 14px;
  width: calc(100% / 5);
}
.search_form_item_area ul li:not(:nth-last-of-type(-n+5)) {
  margin-bottom: 8px;
}


/* 女性タイプ／業態 */
.search_form_item_category {
  margin-top: 15px;
}
.search_form_item_category ul {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0 10px 20px;
}
.search_form_item_category ul li {
  align-items: center;
  display: flex;
  font-size: 14px;
  width: calc(100% / 3);
}
.search_form_item_category ul li:not(:nth-last-of-type(-n+3)) {
  margin-bottom: 8px;
}


/* 予算から選ぶ */
.search_form_item_price {
  margin-top: 15px;
}
.search_form_item_price > div {
  display: flex;
  padding: 10px 0;
}
.search_form_item_price .price {
  padding-left: 20px;
  width: 360px;
}
.search_form_item_price .price span {
  font-size: 18px;
  margin: 0 5px;
}
.search_form_item_price .time {
  padding-left: 20px;
  width: 360px;
}
.search_form_item_price .time span {
  font-size: 18px;
}


/* 検索ボタン */
.search_form_submit {
  margin-top: 20px;
}


/* リンク */
.search_form_link {
  font-size: 18px;
  margin-top: 10px;
  padding-right: 10px;
  text-align: right;
}









/* ********************
 * 検索結果 ソートボタン
 * ********************/
.search_shop_sort {
  display: flex;
}
.search_shop_sort li {
  border: 1px solid #c4bbaf;
  border-radius: 3px;
  padding: 1px;
  position: relative;
  width: 160px;
}
.search_shop_sort li:not(:last-of-type) {
  margin-right: 1px;
}
.search_shop_sort li div,
.search_shop_sort li a {
  align-items: center;
  border-radius: 3px;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  height: 45px;
  justify-content: center;
  line-height: 1.1;
  text-align: center;
  width: 100%;
}
.search_shop_sort li div {
  background-image: linear-gradient(to bottom, #aee1ae, #33a333 75%);
  color: #ffe893;
  text-shadow: 2px 1px rgba(0, 0, 0, .6);
}
body.esthe .search_shop_sort li div {
  background-image: linear-gradient(to bottom, #aec8e0, #44669a 75%);
}
.search_shop_sort li a {
  background-image: linear-gradient(to bottom, #f0f0f0, #d3d3d3);
  color: #979797;
  text-decoration: none;
}

.search_shop_sort li.active::before,
.search_shop_sort li.active::after,
.search_shop_sort li.active div::after {
  border-style: solid;
  border-width: 8px 12px 0 12px;
  content: '';
  display: block;
  position: absolute;
  left: 68px;
}
.search_shop_sort li.active::before {
  border-color: #c4bbaf transparent transparent transparent;
  bottom: -9px;
}
.search_shop_sort li.active::after {
  border-color: #33a333 transparent transparent transparent;
  bottom: -6px;
}
body.esthe .search_shop_sort li.active::after {
  border-color: #44669a transparent transparent transparent;
}
.search_shop_sort li.active div::after {
  border-color: #ffffff transparent transparent transparent;
  bottom: -8px;
}







/* ********************
 * 検索結果 ページャー
 * ********************/

/* ----------
 * 01
 * ---------- */
.search_shop_pager01 {
  display: flex;
}
.search_shop_pager01 h1 {
  font-size: 16px;
}
.search_shop_pager01 h1::after {
  content: '：';
  display: inline-block;
}
.search_shop_pager01 ul {
  display: flex;
}
.search_shop_pager01 ul li.no_decorate {
  margin-left: 7px;
}
.search_shop_pager01 ul li.no_decorate a {
  text-decoration: none;
}
.search_shop_pager01 ul li:not(:first-of-type):not(.no_decorate)::before {
  content: '|';
  display: inline-block;
  margin: 0 5px;
}



/* ----------
 * 02
 * ---------- */
.search_shop_pager02 ul {
  overflow: auto;
}
.search_shop_pager02 ul li.prev {
  float: left;
}
.search_shop_pager02 ul li.next {
  float: right;
}







/* ********************
 * 検索結果 検索条件
 * ********************/
#search-conditions {
  align-items: center;
  background-image: url('/img/pc/common/bg_search_conditions.jpg');
  background-position-x: right;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #cccccc;
  display: flex;
  margin-bottom: 10px;
  min-height: 50px;
}
#search-conditions > header {
  padding-left: 5px;
  width: 165px;
}
#search-conditions > header h1 img {
  height: 30px;
  width: 160px;
}
#search-conditions > div {
  flex: 1;
  padding: 10px 5px 10px 10px;
}
#search-conditions > div dl {
  display: flex;
}
#search-conditions > div dl:not(:last-of-type) {
  margin-bottom: 6px;
}
#search-conditions > div dl dt {
  font-size: 15px;
  width: 4.5em;
}
#search-conditions > div dl dt::after {
  display: inline-block;
  content: '：';
  font-size: 18px;
  line-height: 1;
}
#search-conditions > div dl dt span {
  color: #555555;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 3em;
}
#search-conditions > div dl dd {
  flex: 1;
  font-size: 15px;
}
#search-conditions > div dl dd span:not(:first-of-type) {
  margin-left: 25px;
}






/* ********************
 * 検索結果アイテム（営業）
 * ********************/

/* ----------
 * 有料
 * ---------- */
.search_shop_item {
  margin-bottom: 25px;
  width: 740px;
}

/* ヘッダー */
.search_shop_item > header {
  background-color: #42a312;
  padding: 8px 5px 8px 55px;
  position: relative;
}
.search_shop_item.esthe > header {
  background-color: #132d6e;
}
.search_shop_item > header.recommend_type1 {
  padding-right: 75px;
}
.search_shop_item > header.recommend_type2 {
  padding-right: 143px;
}
.search_shop_item > header::before {
  background-image: url('/img/pc/common/icon_search_jewelry.png');
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 32px;
  left: 9px;
  position: absolute;
  top: 11px;
  width: 37px;
}
.search_shop_item.esthe > header::before {
  background-image: url('/img/pc/common/icon_search_jewelry_esthe.png');
}
.search_shop_item > header h1 {
  color: #ffffff;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search_shop_item > header h1 a {
  color: #ffffff;
  text-decoration: none;
}
.search_shop_item > header h1 a:hover {
  text-decoration: underline;
}
.search_shop_item > header p {
  color: #ffffff;
  font-size: 12px;
  line-height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 推奨優良店／定期検査 */
.search_shop_item > header .recommend {
  display: flex;
  position: absolute;
  right: -2px;
  top: -13px;
}
.search_shop_item > header .recommend li {
  height: 75px;
  width: 75px;
}
.search_shop_item > header .recommend li:not(:last-of-type) {
  margin-right: -7px;
}
.search_shop_item > header .recommend li img {
  height: 75px;
  width: 75px;
}


/* 休業メッセージ */
.search_shop_item .shop_closed {
  background-color: #fff1f6;
  border: 1px solid #ff3434;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  color: #ff0000;
  font-size: 16px;
  padding: 4px 0 4px 10px;
}


.search_shop_item > .body {
  background-color: #f0f0f0;
  border-radius: 0 0 2px 2px;
  box-shadow: 0px 2px 0 0 rgba(0, 0, 0, .28);
  padding: 10px;
}


/* メイン画像 */
.search_shop_item .main_image {
  margin-bottom: 10px;
}
.search_shop_item .main_image img {
  height: calc(196px * (720 / 950));
  width: 720px;
}


/* オフィシャルスクリーンなど */
.search_shop_item .main {
  display: flex;
  justify-content: space-between;
}

/* オフィシャルスクリーン */
.search_shop_item .main .official_image {
  height: 130px;
  width: 178.75px;
}
.search_shop_item .main .official_image img {
  height: 130px;
  width: 178.75px;
}

/* 女性画像 */
.search_shop_item .main .cast {
  display: flex;
  height: 130px;
  margin: 0 10px 0 4px;
  width: 290.75px;
}
.search_shop_item .main .cast li {
  height: 130px;
  overflow: hidden;
  width: 94.25px;
}
.search_shop_item .main .cast li:not(:last-of-type) {
  margin-right: 4px;
}
.search_shop_item .main .cast img {
  width: 94.25px;
}


.search_shop_item .main .data {
  width: 236.5px;
}
.search_shop_item .main .data .tel_time_box {
  margin-bottom: 6px;
}
.search_shop_item .main .data .tel {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 3px;
  padding-left: 15px;
}
.search_shop_item .main .data .tel::before {
  background-image: url('/img/pc/common/icon_tel01.png');
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 27px;
  margin-right: 3px;
  vertical-align: -6px;
  width: 15.3px;
}
.search_shop_item .main .data .time {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 13px;
  height: calc(1em * 1.5);
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding-left: 20px;
  word-break: break-all;
}
.search_shop_item .main .data .time::before {
  background-color: #000000;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 10px;
  margin-right: 4px;
  vertical-align: -1px;
  width: 10px;
}

.search_shop_item .main .data .category h1 {
  background-color: #42a312;
  border-radius: 3px 3px 0 0;
  color: #ffffff;
  font-size: 12px;
  line-height: 17px;
  padding-top: 2px;
  text-align: center;
}
.search_shop_item.esthe .main .data .category h1 {
  background-color: #132d6e;
}
.search_shop_item .main .data .category ul {
  background-color: #ffffff;
  border-radius: 0 0 3px 3px;
  display: flex;
  flex-wrap: wrap;
  padding: 4px 8px 5px 8px;
}
.search_shop_item .main .data .category .category_icon:not(:nth-of-type(3n)) {
  margin-right: 3px;
}
.search_shop_item .main .data .category .category_icon:not(:nth-last-of-type(-n + 3)) {
  margin-bottom: 4px;
}

.search_shop_item .message {
  margin-top: 9px;
}
.search_shop_item .message .title {
  color: #0a590a;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 2px;
}
.search_shop_item.esthe .message .title {
  color: #0a0a59;
}
.search_shop_item .message .text {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 13px;
  -webkit-line-clamp: 2;
  max-height: calc(2em * 1.5);
  overflow: hidden;
  word-break: break-all;
}


.search_shop_item .footer {
  display: flex;
  height: 45px;
  justify-content: flex-end;
  margin-top: 10px;
}

/* NEWS */
.search_shop_item .footer .notice {
  display: flex;
  flex: 1;
  margin-right: 5px;
}
.search_shop_item .footer .notice h1 {
  align-items: center;
  background-color: #db5c43;
  border-radius: 6px 0 0 6px;
  color: #ffffff;
  display: flex;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  justify-content: center;
  text-align: center;
  width: 65px;
}
.search_shop_item .footer .notice > div {
  background-color: #ffffff;
  border: 1px dashed #d2d2d2;
  border-radius: 0 6px 6px 0;
  flex: 1;
  padding: 3px 5px 1px 7px;
  overflow: hidden;
}
.search_shop_item .footer .notice > div .time {
  color: #db5c43;
  font-size: 12px;
}
.search_shop_item .footer .notice > div p {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 14px;
  -webkit-line-clamp: 1;
  overflow: hidden;
  word-break: break-all;
}

/* 求人ページへのリンク */
.search_shop_item .footer .recruit {
  margin-right: 5px;
  width: 180px;
}
.search_shop_item .footer .recruit a {
  align-items: center;
  background-color: #ffffff;
  border: 2px solid #a1102c;
  border-radius: 3px;
  box-shadow: 1px 2px 3px #7e7e7e;
  color: #850a22;
  display: flex;
  font-size: 20px;
  height: 45px;
  justify-content: center;
  padding-top: 2px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.search_shop_item .footer .recruit a:hover {
  box-shadow: 1px 2px 3px #bebebe;
  text-decoration: underline;
}
.search_shop_item .footer .recruit a span {
  letter-spacing: .3em;
  padding-left: .3em;
}

/* 詳細ページへのリンク */
.search_shop_item .footer .index {
  width: 180px;
}
.search_shop_item .footer .index a {
  align-items: center;
  background-color: #ffffff;
  border: 2px solid #42a312;
  border-radius: 3px;
  box-shadow: 1px 2px 3px #7e7e7e;
  color: #0a590a;
  display: flex;
  font-size: 20px;
  height: 45px;
  justify-content: center;
  padding-top: 2px;
  text-align: center;
  text-decoration: none;
}
.search_shop_item.esthe .footer .index a {
  border-color: #132d6e;
  color: #0a0a59;
}
.search_shop_item .footer .index a:hover {
  box-shadow: 1px 2px 3px #bebebe;
  text-decoration: underline;
}
.search_shop_item .footer .index a span {
  letter-spacing: .3em;
  padding-left: .3em;
}






/* ----------
 * 無料
 * ---------- */
.search_shop_free_item {
  margin-bottom: 15px;
  width: 365px;
}
.search_shop_free_item:last-of-type {
  margin-bottom: 25px;
}

/* ヘッダー */
.search_shop_free_item > header {
  background-color: #adacac;
  padding: 10px 5px 10px 15px;
}
.search_shop_free_item > header h1 {
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search_shop_free_item > header h1 a {
  color: #ffffff;
  text-decoration: none;
}
.search_shop_free_item > header h1 a:hover {
  text-decoration: underline;
}
.search_shop_free_item > header p {
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.search_shop_free_item > div {
  background-color: #f0f0f0;
  border-radius: 0 0 2px 2px;
  box-shadow: 0px 2px 0 0 rgba(0, 0, 0, .28);
  padding: 8px;
}

.search_shop_free_item .main {
  display: flex;
}
.search_shop_free_item .main p {
  font-size: 17px;
  line-height: 19px;
  overflow: hidden;
  padding: 3px 0 0 25px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 50%;
}
.search_shop_free_item .main p::before {
  background-color: #bab6b6;
  border-radius: 4px;
  content: '';
  display: block;
  height: 22px;
  left: 0;
  position: absolute;
  top: 0;
  width: 22px;
}
.search_shop_free_item .main p::after {
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
  border-width: 6px 0 6px 11px;
  content: '';
  display: block;
  left: 6px;
  position: absolute;
  top: 5px;
}

.search_shop_free_item .message {
  color: #696868;
  font-size: 13px;
  line-height: 1.3;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}




/* ********************
 * 検索結果アイテム（求人）
 * ********************/

/* ----------
 * 有料
 * ---------- */
.search_recruit_shop_item {
  margin-bottom: 25px;
  width: 740px;
}

/* ヘッダー */
.search_recruit_shop_item > header {
  background-color: #f05a85;
  padding: 8px 5px 8px 55px;
  position: relative;
}
.search_recruit_shop_item.hurriedly > header {
  background-color: #a1102c;
}
.search_recruit_shop_item > header.recommend_type1 {
  padding-right: 75px;
}
.search_recruit_shop_item > header.recommend_type2 {
  padding-right: 143px;
}
.search_recruit_shop_item > header::before {
  background-image: url('/img/pc/common/icon_search_recruit_jewelry.png');
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 32px;
  left: 9px;
  position: absolute;
  top: 11px;
  width: 37px;
}
.search_recruit_shop_item.hurriedly > header::before {
  background-image: url('/img/pc/common/icon_search_recruit_hurriedly.gif');
  border-radius: 5px;
  height: 44px;
  left: 5px;
  top: 5px;
  width: 44px;
}
.search_recruit_shop_item > header h1 {
  color: #ffffff;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search_recruit_shop_item > header h1 a {
  color: #ffffff;
  text-decoration: none;
}
.search_recruit_shop_item > header h1 a:hover {
  text-decoration: underline;
}
.search_recruit_shop_item > header p {
  color: #ffffff;
  font-size: 12px;
  line-height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 推奨優良店／定期検査 */
.search_recruit_shop_item > header .recommend {
  display: flex;
  position: absolute;
  right: -2px;
  top: -13px;
}
.search_recruit_shop_item > header .recommend li {
  height: 75px;
  width: 75px;
}
.search_recruit_shop_item > header .recommend li:not(:last-of-type) {
  margin-right: -7px;
}
.search_recruit_shop_item > header .recommend li img {
  height: 75px;
  width: 75px;
}


/* 休業メッセージ */
.search_recruit_shop_item .shop_closed {
  background-color: #fff1f6;
  border: 1px solid #ff3434;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  color: #ff0000;
  font-size: 16px;
  padding: 4px 0 4px 10px;
}


.search_recruit_shop_item > .body {
  background-color: #f0f0f0;
  border-radius: 0 0 2px 2px;
  box-shadow: 0px 2px 0 0 rgba(0, 0, 0, .28);
  padding: 15px;
}

/* メイン画像など */
.search_recruit_shop_item .main {
  display: flex;
}

.search_recruit_shop_item .main .main_image {
  height: 150px;
  width: 350px;
}
.search_recruit_shop_item .main .main_image img {
  height: 150px;
  width: 350px;
}


.search_recruit_shop_item .main .data {
  padding-left: 7px;
  width: 360px;
}
.search_recruit_shop_item .main .data .conditions {
  margin-bottom: 7px;
}
.search_recruit_shop_item .main .data .conditions dl {
  align-items: center;
  background-color: #eb7194;
  border-radius: 3px;
  display: flex;
  font-size: 11px;
  height: calc(4.2em + 10px);
}
.search_recruit_shop_item.hurriedly .data .conditions dl {
  background-color: #b52d48;
}
.search_recruit_shop_item .main .data .conditions dl:not(:last-of-type) {
  margin-bottom: 6px;
}
.search_recruit_shop_item .main .data .conditions dl dt {
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  width: 88px;
}
.search_recruit_shop_item .main .data .conditions dl dd {
  align-items: center;
  align-self: stretch;
  background-color: #ffffff;
  border-radius: 0 3px 3px 0;
  display: flex;
  flex: 1;
  padding: 5px 8px;
}
.search_recruit_shop_item .main .data .conditions dl dd div {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 11px;
  -webkit-line-clamp: 3;
  line-height: 1.4;
  max-height: 4.2em;
  overflow: hidden;
  word-break: break-all;
}


.search_recruit_shop_item .main .data .category {
  display: flex;
  justify-content: space-between;
}
.search_recruit_shop_item .main .data .category .category_icon {
  width: calc((100% - 10px) / 6);
}


.search_recruit_shop_item .message {
  margin-top: 9px;
}
.search_recruit_shop_item .message .title {
  color: #d02757;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 2px;
}
.search_recruit_shop_item.hurriedly .message .title {
  color: #850a22;
}
.search_recruit_shop_item .message .text {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 13px;
  -webkit-line-clamp: 2;
  max-height: calc(2em * 1.5);
  overflow: hidden;
  word-break: break-all;
}


.search_recruit_shop_item .footer {
  display: flex;
  height: 45px;
  justify-content: flex-end;
  margin-top: 10px;
}

/* NEWS */
.search_recruit_shop_item .footer .notice {
  display: flex;
  flex: 1;
  margin-right: 5px;
}
.search_recruit_shop_item .footer .notice h1 {
  align-items: center;
  background-color: #db5c43;
  border-radius: 6px 0 0 6px;
  color: #ffffff;
  display: flex;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  justify-content: center;
  text-align: center;
  width: 65px;
}
.search_recruit_shop_item .footer .notice > div {
  background-color: #ffffff;
  border: 1px dashed #d2d2d2;
  border-radius: 0 6px 6px 0;
  flex: 1;
  padding: 3px 5px 1px 7px;
  overflow: hidden;
}
.search_recruit_shop_item .footer .notice > div .time {
  color: #db5c43;
  font-size: 12px;
}
.search_recruit_shop_item .footer .notice > div p {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 14px;
  -webkit-line-clamp: 1;
  overflow: hidden;
  word-break: break-all;
}

/* 詳細ページへのリンク */
.search_recruit_shop_item .footer .index {
  width: 180px;
}
.search_recruit_shop_item .footer .index a {
  align-items: center;
  background-color: #ffffff;
  border: 2px solid #eb7194;
  border-radius: 3px;
  box-shadow: 1px 2px 3px #7e7e7e;
  color: #f05a85;
  display: flex;
  font-size: 20px;
  height: 45px;
  justify-content: center;
  padding-top: 2px;
  text-align: center;
  text-decoration: none;
}
.search_recruit_shop_item.hurriedly .footer .index a {
  border-color: #b52d48;
  color: #a1102c;
}
.search_recruit_shop_item .footer .index a:hover {
  box-shadow: 1px 2px 3px #bebebe;
  text-decoration: underline;
}
.search_recruit_shop_item .footer .index a span {
  letter-spacing: .3em;
  padding-left: .3em;
}




/* ----------
 * 無料
 * ---------- */
.search_recruit_shop_free_item {
  margin-bottom: 15px;
  width: 365px;
}
.search_recruit_shop_free_item:last-of-type {
  margin-bottom: 25px;
}

/* ヘッダー */
.search_recruit_shop_free_item > header {
  background-color: #adacac;
  padding: 10px 5px 10px 15px;
}
.search_recruit_shop_free_item > header h1 {
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search_recruit_shop_free_item > header h1 a {
  color: #ffffff;
  text-decoration: none;
}
.search_recruit_shop_free_item > header h1 a:hover {
  text-decoration: underline;
}
.search_recruit_shop_free_item > header p {
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.search_recruit_shop_free_item > div {
  background-color: #f0f0f0;
  border-radius: 0 0 2px 2px;
  box-shadow: 0px 2px 0 0 rgba(0, 0, 0, .28);
  padding: 8px;
}
.search_recruit_shop_free_item .conditions dl {
  align-items: center;
  background-color: #cccaca;
  border-radius: 3px;
  display: flex;
  height: 31px;
}
.search_recruit_shop_free_item .conditions dl:not(:last-of-type) {
  margin-bottom: 7px;
}
.search_recruit_shop_free_item .conditions dl dt {
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  width: 88px;
}
.search_recruit_shop_free_item .conditions dl dd {
  align-items: center;
  align-self: stretch;
  background-color: #ffffff;
  border-radius: 0 3px 3px 0;
  display: flex;
  flex: 1;
  overflow: hidden;
  padding: 5px 8px;
}
.search_recruit_shop_free_item .conditions dl dd div {
  font-size: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}







/* ********************
 * 新着／更新一覧
 * ********************/
.new_update_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.new_update_item {
  width: 360px;
}
.new_update_item ul {
  height: 300px;
  overflow-y: scroll;
}
.new_update_item ul li {
  border-bottom: 1px dotted #cccccc;
  margin-bottom: 3px;
  line-height: 1.2;
  padding: 3px 5px;
}

.new_update_item .time {
  font-size: 12px;
}
.new_update_item .time .area {
  background-color: #e3f0e1;
  border-radius: 3px;
  display: inline-block;
  line-height: 1;
  margin-left: 10px;
  padding: 3px 7px 1px 7px;
}
body.esthe .new_update_item .time .area {
  background-color: #edf0f5;
}
.new_update_item .time .update {
  border-radius: 3px;
  display: inline-block;
  line-height: 1;
  margin-left: 5px;
  padding: 3px 7px 1px 7px;
}
.new_update_item .time .update.update_type1,
.new_update_item .time .update.update_type3 {
  background-color: #e3f0e1;
}
.new_update_item .time .update.update_type2 {
  background-color: #ffe6f5;
}
.new_update_item .time .update.update_type6 {
  background-color: #dee7ff;
}

.new_update_item .link {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new_update_item .link a {
  font-size: 14px;
}








/* ********************
 * 美女名鑑
 * ********************/
.meikan-section {
  width: 100%;
}
.meikan-section .meikan_list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 5px;
}
.meikan-section .meikan_list li {
  height: 200px;
  overflow: hidden;
  width: 145px;
}
.meikan-section .meikan_list li:not(:nth-of-type(5n)) {
  margin-right: 1.25px;
}
.meikan-section .meikan_list li:not(:nth-last-of-type(-n + 5)) {
  margin-bottom: 5px;
}
.meikan-section .meikan_list li a {
  color: #ffffff;
  display: block;
  position: relative;
  text-decoration: none;
}
.meikan-section .main_img {
  height: 200px;
}
.meikan-section .main_img img {
  width: 145px;
}
.meikan-section .caption {
  background-color: rgba(0, 0, 0, .7);
  bottom: -50px;
  height: 50px;
  left: 0;
  padding: 7px 0 0 5px;
  position: absolute;
  right: 0;
}
.meikan-section .caption p {
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.meikan-section .caption p:nth-of-type(1) {
  font-size: 11px;
}
.meikan-section .caption p:nth-of-type(2) {
  font-size: 13px;
}

.meikan-section .meikan_link_list {
  margin-top: 5px;
}
.meikan-section .meikan_link_list li {
  text-align: right;
}







/* ********************
 * NEWS アイテム（集客）
 * ********************/
.notice_item:not(:last-of-type) {
  margin-bottom: 25px;
}
.notice_item > header {
  align-items: center;
  background-image: linear-gradient(299deg, #038b00 1%, #47a51a);
  display: flex;
  justify-content: space-between;
  padding: 8px 15px 8px 12px;
}
body.esthe .notice_item > header {
  background-image: linear-gradient(299deg, #103f80 1%, #1968a0 100%);
}
.notice_item > header h1 {
  color: #ffffff;
  flex: 1;
  font-size: 18px;
}
.notice_item.new > header h1 {
  padding-left: 57px;
  position: relative;
}
.notice_item.new > header h1::before {
  background-image: url('/img/pc/common/icon_news_new.gif');
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 18px;
  left: 0;
  position: absolute;
  top: calc(50% - 9px);
  width: 42px;
}
.notice_item > header .time {
  color: #ffffff;
  font-size: 12px;
  line-height: 27px;
  text-align: right;
  width: 80px;
}

.notice_item > div {
  background-image: linear-gradient(340deg, #f1eded 0%, #f2f3f3);
  font-size: 16px;
  overflow: auto;
  padding: 8px;
}
.notice_item > div .image {
  float: left;
  margin-right: 12px;
  width: 190px;
}
.notice_item > div .image img {
  margin: 0 auto;
  width: 190px;
}
.notice_item > div p:not(:last-of-type) {
  margin-bottom: .75em;
  word-break: break-all;
}






/* ********************
 * NEWS アイテム（求人）
 * ********************/
.notice_recruit_item:not(:last-of-type) {
  margin-bottom: 25px;
}
.notice_recruit_item > header {
  align-items: center;
  background-image: linear-gradient(299deg, #038b00 1%, #47a51a);
  display: flex;
  justify-content: space-between;
  padding: 8px 15px 8px 12px;
}
body.esthe .notice_recruit_item > header {
  background-image: linear-gradient(299deg, #103f80 1%, #1968a0 100%);
}
.notice_recruit_item > header h1 {
  color: #ffffff;
  flex: 1;
  font-size: 18px;
}
.notice_recruit_item.new > header h1 {
  padding-left: 57px;
  position: relative;
}
.notice_recruit_item.new > header h1::before {
  background-image: url('/img/pc/common/icon_news_new.gif');
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 18px;
  left: 0;
  position: absolute;
  top: calc(50% - 9px);
  width: 42px;
}
.notice_recruit_item > header .time {
  color: #ffffff;
  font-size: 12px;
  line-height: 27px;
  text-align: right;
  width: 80px;
}

.notice_recruit_item > div {
  background-image: linear-gradient(340deg, #f1eded 0%, #f2f3f3);
  font-size: 16px;
  overflow: auto;
  padding: 8px;
}
.notice_recruit_item > div .image {
  float: left;
  margin-right: 12px;
  width: 190px;
}
.notice_recruit_item > div .image img {
  margin: 0 auto;
  width: 190px;
}
.notice_recruit_item > div p:not(:last-of-type) {
  margin-bottom: .75em;
  word-break: break-all;
}






/* ********************
 * 推奨ホテル
 * ********************/
#recommend_hotel {
  margin-bottom: 30px;
}
#recommend_hotel > div ul {
  display: flex;
  flex-wrap: wrap;
  height: 172px;
  overflow: hidden;
  padding: 0 6.25px;
  position: relative;
  width: 740px;
}
#recommend_hotel .recommend_hotel_item {
  width: 242.5px !important;
}
#recommend_hotel .recommend_hotel_item section {
  margin: 0 auto;
  width: 235px;
}
#recommend_hotel .recommend_hotel_item a {
  text-decoration: none;
}
#recommend_hotel .recommend_hotel_item .hotel {
  background-image: linear-gradient(to bottom, #ffffff, #ffffe4);
  border-color: #cccccc;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px 2px 2px 1px;
  height: 105px;
  margin-bottom: 5px;
  padding: 5px;
  position: relative;
}
#recommend_hotel .recommend_hotel_item .hotel::before,
#recommend_hotel .recommend_hotel_item .hotel::after {
  border-style: solid;
  border-width: 15px 20px 0 20px;
  content: '';
  display: block;
  left: 97.5px;
  position: absolute;
}
#recommend_hotel .recommend_hotel_item .hotel::before {
  border-color: #cccccc transparent transparent transparent;
  bottom: -17px;
}
#recommend_hotel .recommend_hotel_item .hotel::after {
  border-color: #ffffe4 transparent transparent transparent;
  bottom: -14px;
}
#recommend_hotel .recommend_hotel_item .hotel header {
  margin-bottom: 5px;
}

#recommend_hotel .recommend_hotel_item .hotel header h1 {
  align-items: center;
  display: flex;
}
#recommend_hotel .recommend_hotel_item .hotel .icon {
  margin-right: 7px;
}
#recommend_hotel .recommend_hotel_item .hotel .icon img {
  height: 52px;
  width: 66px;
}
#recommend_hotel .recommend_hotel_item .hotel .name {
  display: -webkit-box;
  font-size: 14px;
  max-height: calc(2em * 1.5);
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-decoration: underline;
  word-break: break-all;
}
#recommend_hotel .recommend_hotel_item .hotel .text {
  color: #111111;
  display: -webkit-box;
  font-size: 13px;
  height: calc(2em * 1.5);
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
}

#recommend_hotel .recommend_hotel_item .shop {
  background-color: #edede9;
  border: 1px solid #cccccc;
  padding: 10px 0;
}
#recommend_hotel .recommend_hotel_item .shop a {
  align-items: center;
  display: flex;
  height: 40px;
  margin: 0 auto;
  width: 200px;
}
#recommend_hotel .recommend_hotel_item .shop img {
  height: 40px;
  width: 200px;
}
#recommend_hotel .recommend_hotel_item .shop p {
  font-size: 12px;
  word-break: break-all;
}

#recommend_hotel .slick-arrow {
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  content: '';
  display: block;
  height: 43px;
  position: absolute;
  top: 67px;
  width: 43px;
  z-index: 1;
  cursor: pointer;
}
#recommend_hotel .slick-arrow.prev {
  background-image: url('/img/pc/common/btn_prev01.png');
  left: 0px;
}
#recommend_hotel .slick-arrow.next {
  background-image: url('/img/pc/common/btn_next01.png');
  right: 0px;
}







/* ********************
 * コラム
 * ********************/
.column_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
}
.column_list .column_item {
  border: 1px solid #cccccc;
  border-radius: 5px;
  box-shadow: 1px 2px 2px #959595;
  transition: width .05s ease-out;
  width: calc(50% - 5px);
}
.column_list .column_item:first-of-type:last-of-type {
  flex: 1;
}
.column_list .column_item:hover {
  box-shadow: 1px 2px 2px #bebebe;
}
.column_list .column_item_header {
  align-items: center;
  background-color: #ffffff;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  height: 46px;
  line-height: 1.4;
  padding: 4px 3px 0 6px;
}
.column_list .column_item_header h1 {
  -webkit-box-orient: vertical;
  color: #494949;
  display: -webkit-box;
  font-size: 15px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
}
.column_list .column_item_body {
  background-color: #ffffff;
  border-radius: 0 0 5px 5px;
  color: #494949;
  cursor: pointer;
  display: none;
  font-size: 14px;
  padding: 0 5px 5px 5px;
}
.column_list .column_item_body p:not(:last-of-type) {
  margin-bottom: .6em;
}

/* on */
.column_list .column_item.on {
  width: calc(100% - 36px);
}
.column_list .column_item.on .column_item_header {
  border-radius: 5px 5px 0 0;
  height: auto;
  min-height: 46px;
}
.column_list .column_item.on .column_item_header h1 {
  display: block;
}
.column_list .column_item.on .column_item_body {
  display: block;
}

/* off */
.column_list .column_item.off {
  height: 46px;
  width: 28px;
}
.column_list .column_item.off .column_item_header {
  align-items: inherit;
}





/* ********************
 * お遊びガイド記事一覧アイテム
 * ********************/
.contents_guide_article_item {
  align-items: center;
  border-bottom: 2px solid #b9b9b9;
  display: flex;
  height: 130px;
  justify-content: space-between;
  padding-left: 30px;
  position: relative;
}
.contents_guide_article_item::before {
  border-radius: 6px;
  content: '';
  display: block;
  height: 111px;
  left: 6px;
  position: absolute;
  top: 8px;
  width: 16px;
}
.contents_guide_article_item.guide::before {
  background-image: linear-gradient(to bottom, #fab6b6, #df9595);
}
.contents_guide_article_item.how::before {
  background-image: linear-gradient(to bottom, #d19de3, #8f689c);
}
.contents_guide_article_item.exp::before {
  background-image: linear-gradient(to bottom, #c8c8a4, #b19d5b);
}
.contents_guide_article_item.qa::before {
  background-image: linear-gradient(to bottom, #c4d2b8, #7d906d);
}
.contents_guide_article_item.report::before {
  background-image: linear-gradient(to bottom, #50becc, #3366cc);
}

.contents_guide_article_item figure {
  border: 1px solid #cccccc;
  height: 110.95px;
  width: 140px;
}
.contents_guide_article_item figure a {
  border: 1px solid #ffffff;
  display: block;
  overflow: hidden;
}
.contents_guide_article_item figure a img {
  transition-duration: 0.3s;
  width: 100%;
}
.contents_guide_article_item figure a img:hover {
  transform: scale(1.1);
  transition-duration: 0.3s;
}
.contents_guide_article_item > div {
  height: 115px;
  padding: 0 10px;
  width: 570px;
}
.contents_guide_article_item > div h1 {
  font-size: 20px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contents_guide_article_item > div .text {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  height: calc(13px * 4.2);
  -webkit-line-clamp: 3;
  overflow: hidden;
  word-break: break-all;
}
.contents_guide_article_item > div .text p {
  font-size: 13px;
  line-height: 1.4;
}
.contents_guide_article_item > div .link {
  text-align: right;
}







/* ********************
 * 関連記事
 * ********************/
.related_article {
  background-color: #ffffff;
  margin-bottom: 20px;
}







/* ********************
 * おすすめコンテンツへのバナー
 * ********************/
.link-recommend_content {
  margin: 30px 0;
}
.link-recommend_content a {
  display: block;
}
.link-recommend_content img {
  height: 200px;
  width: 740px;
}







/* ********************
 * VIPバナー
 * ********************/
#banner-vip {
  background-image: linear-gradient(to bottom, #fbfcfe, #eaeaea);
  bottom: 0;
  height: 64px;
  min-width: 1290px;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
#banner-vip::before {
  background-image: linear-gradient(to bottom, #119202, #307e28);
  border-bottom: 1px solid #e1ffde;
  content: '';
  display: block;
  height: 3px;
}
body.esthe #banner-vip::before {
  background-image: linear-gradient(to bottom, #1a3773, #2a5357);
}
#banner-vip::after {
  border-top: 1px solid #c1d4c1;
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  width: 100%;
  z-index: -1;
}

#banner-vip ul {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 1290px;
}
#banner-vip ul li:not(:first-of-type) {
  padding-left: 10px;
}
#banner-vip img {
  height: 60px;
  width: 310px;
}







/* ********************
 * ロイヤルバナー（営業／求人／特集）
 * ********************/
.banner-royal {
  width: 468px;
}
.banner-royal img {
  height: 60px;
  width: 468px;
}







/* ********************
 * コンテンツバナー（営業／求人／特集）
 * ********************/
#banner-content {
  margin-bottom: 20px;
}
#banner-content ul {
  background-color: #eff1f1;
  border: 1px solid #cad1d2;
  padding: 10px 0;
}
#banner-content ul li:not(:last-of-type) {
  margin-bottom: 5px;
}
#banner-content a {
  display: block;
  margin: 0 auto;
  width: 640px;
}
#banner-content img {
  height: 100px;
  width: 640px;
}







/* ********************
 * コンテンツバナー（メインページ下部）
 * ********************/
#banner-content_main_footer {
  margin-bottom: 20px;
}
#banner-content_main_footer ul {
  background-color: #eff1f1;
  border: 1px solid #cad1d2;
  padding: 10px 0;
}
#banner-content_main_footer ul li:not(:last-of-type) {
  margin-bottom: 5px;
}
#banner-content_main_footer a {
  display: block;
  margin: 0 auto;
  width: 640px;
}
#banner-content_main_footer img {
  height: 100px;
  width: 640px;
}






/* ********************
 * プレミアム認証バナー
 * ********************/
#banner-premium .banner_premium_list {
  display: flex;
  flex-wrap: wrap;
  height: 212px !important;
  margin-bottom: 45px;
  padding-left: 142px;
  position: relative;
  overflow: hidden;
}
#banner-premium .banner_premium_item {
  display: block !important;
  height: 212px;
  padding: 0 8px;
  width: 826px !important;
}

#banner-premium .banner_premium_section {
  background-color: #fafafa;
  border-radius: 3px;
  display: flex;
  justify-content: space-between;
  padding: 5px;
  width: 810px;
}
#banner-premium .banner_premium_section figure {
  height: 200px;
  width: 500px;
}
#banner-premium .banner_premium_section figure img {
  height: 200px;
  width: 500px;
}
#banner-premium .banner_premium_section .wrapper {
  width: 290px;
}
#banner-premium .banner_premium_section .wrapper p {
  font-size: 16px;
  line-height: 1.2;
  padding-top: 4px;
  word-break: break-all;
}
#banner-premium .banner_premium_section .wrapper p:not(:last-of-type) {
  border-bottom: 1px dashed #cccccc;
  margin-bottom: 4px;
  padding-bottom: 4px;
}
#banner-premium .banner_premium_section .wrapper p:not(.information) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#banner-premium .banner_premium_section .shop_name {
  border-bottom: 1px dashed #999999;
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 4px;
  padding: 5px 0;
  word-break: break-all;
}
#banner-premium .banner_premium_section .tel span:nth-of-type(2)::before {
  content: '/';
  display: inline-block;
  margin: 0 8px;
}


#banner-premium .slick-slider {
  height: auto;
  padding: 0 40px;
  overflow: initial;
}
#banner-premium .slick-slide .banner_premium_section {
  position: relative;
}
#banner-premium .slick-slide .banner_premium_section::after {
  background-color: rgba(255, 255, 255, 0.6);
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
#banner-premium .slick-slide.slick-active .banner_premium_section {
  box-shadow: 1px 2px 2px #aaaaaa;
}
#banner-premium .slick-slide.slick-active .banner_premium_section::after {
  display: none;
}

#banner-premium .slick-dots {
  display: flex;
  justify-content: center;
  position: initial;
}
#banner-premium .slick-dots li {
  height: 20px;
  margin: 0 7px;
  width: 40px;
}
#banner-premium .slick-dots li button {
  height: 100%;
  width: 100%;
}
#banner-premium .slick-dots li button:hover {
  opacity: .9;
}
#banner-premium .slick-dots li button::before {
  background-color: #686868;
  border-radius: 3px;
  content: '';
  height: 6px;
  top: 50%;
  width: 100%;
}
#banner-premium .slick-dots li.slick-active button::before {
  opacity: 1;
}

#banner-premium .slick-arrow {
  border: 1px solid #cccccc;
  border-radius: 2px;
  cursor: pointer;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1;
}
#banner-premium .slick-arrow:hover {
  background-color: #e0e0e0;
}
#banner-premium .slick-arrow::before,
#banner-premium .slick-arrow::after {
  border-color: transparent transparent transparent transparent;
  border-style: solid;
  border-width: 15px 0 15px 0;
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 15px);
}
#banner-premium .slick-arrow.prev {
  left: 0;
}
#banner-premium .slick-arrow.prev::before {
  border-right-color:#999999;
  border-right-width: 12px;
  left: 6px;
}
#banner-premium .slick-arrow.prev::after {
  border-right-color:#ffffff;
  border-right-width: 12px;
  left: 8px;
}
#banner-premium .slick-arrow.prev:hover::after {
  border-right-color: #e0e0e0;
}
#banner-premium .slick-arrow.next {
  right: 0;
}
#banner-premium .slick-arrow.next::before {
  border-left-color:#999999;
  border-left-width: 12px;
  right: 6px;
}
#banner-premium .slick-arrow.next::after {
  border-left-color:#ffffff;
  border-left-width: 12px;
  right: 8px;
}
#banner-premium .slick-arrow.next:hover::after {
  border-left-color: #e0e0e0;
}







/* ********************
 * 認証バナー
 * ********************/
/* width: 740px */
#banner-auth.type1 {
  margin-bottom: 20px;
}
#banner-auth.type1 ul {
  background-color: #eff1f1;
  border: 1px solid #cad1d2;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
#banner-auth.type1 .banner_auth_item {
  line-height: 1.2;
  width: 355px;
}
#banner-auth.type1 .banner_auth_item:nth-of-type(2n) {
  margin-left: 8px;
}
#banner-auth.type1 .banner_auth_item:not(:nth-last-of-type(-n+2)) {
  margin-bottom: 12px;
}
#banner-auth.type1 .banner_auth_item .image {
  margin-bottom: 2px;
}
#banner-auth.type1 .banner_auth_item .image img {
  height: calc(100px * (355 / 365));
  width: 355px;
}
#banner-auth.type1 .banner_auth_item .text {
  display: inline-block;
  flex: 1;
  font-size: 13px;
  margin-left: 15px;
  position: relative;
  text-decoration: underline;
  word-break: break-all;
}
#banner-auth.type1 .banner_auth_item a:hover .text {
  text-decoration: none;
}
#banner-auth.type1 .banner_auth_item a .text::before {
  background-color: #664500;
  border-radius: 50%;
  content: '';
  display: block;
  height: 10px;
  left: -13px;
  position: absolute;
  top: 2px;
  width: 10px;
}
#banner-auth.type1 .banner_auth_item a:visited .text::before {
  background-color: #9a856a;
}
#banner-auth.type1 .banner_auth_item a:hover .text::before,
#banner-auth.type1 l.banner_auth_itemi a:active .text::before {
  background-color: #cc0000;
}
#banner-auth.type1 .banner_auth_item .text .area::before {
  content: '[';
  display: inline;
}
#banner-auth.type1 .banner_auth_item .text .area::after {
  content: ']';
  display: inline;
}

/* width: 1110px */
#banner-auth.type2 {
  margin-bottom: 20px;
}
#banner-auth.type2 > ul {
  background-color: #eff1f1;
  border: 1px solid #cad1d2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 11px;
}
#banner-auth.type2 .banner_auth_item {
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 1px 2px 2px #aaaaaa;
  width: 535px;
}
#banner-auth.type2 .banner_auth_item:not(:nth-last-of-type(-n+2)) {
  margin-bottom: 12px;
}
#banner-auth.type2 .banner_auth_item a {
  color: #333333;
  display: block;
  padding: 5px;
  text-decoration: none;
}
#banner-auth.type2 .banner_auth_item .name {
  font-size: 14px;
  line-height: 1;
  padding: 2px 0 5px 15px;
  position: relative;
}
#banner-auth.type2 .banner_auth_item .name::before {
  background-color: #333333;
  border-radius: 50%;
  content: '';
  display: block;
  height: 10px;
  left: 2px;
  position: absolute;
  top: 3px;
  width: 10px;
}
#banner-auth.type2 .banner_auth_item .wrapper {
  display: flex;
}
#banner-auth.type2 .banner_auth_item .image {
  margin: 0;
}
#banner-auth.type2 .banner_auth_item .image img {
  height: 100px;
  width: 365px;
}
#banner-auth.type2 .banner_auth_item .text {
  flex: 1;
  font-size: 15px;
  margin-left: 5px;
  padding-top: 5px;
}
#banner-auth.type2 .banner_auth_item .text li {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-height: 1.8em;
  max-height: 1.9em;
  overflow: hidden;
  padding-left: 3px;
  word-break: break-all;
}
#banner-auth.type2 .banner_auth_item .text li:not(:last-of-type) {
  border-bottom: 1px dashed #cccccc;
  margin-bottom: 4px;
}







/* ********************
 * スクエアバナー
 * ********************/
#banner-square {
  margin-bottom: 20px;
}
#banner-square ul {
  display: flex;
  justify-content: space-between;
}
#banner-square img {
  height: 180px;
  width: 180px;
}







/* ********************
 * TOP2倍バナー
 * ********************/
#banner-top_double ul li {
  margin-bottom: 8px;
}
#banner-top_double img {
  height: 80px;
  width: 200px;
}
#banner-top_double p {
  font-size: 10px;
  line-height: 1.1;
  margin-top: 2px;
}
#banner-top_double p::before {
  background-color: #119202;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 7px;
  margin: 0 3px;
  width: 7px;
}
body.esthe #banner-top_double p::before {
  background-color: #1a3773;
}





/* ********************
 * TOPバナー
 * ********************/
#banner-top ul li {
  margin-bottom: 8px;
}
#banner-top img {
  height: 40px;
  width: 200px;
}
#banner-top p {
  font-size: 10px;
  line-height: 1.1;
  margin-top: 2px;
}
#banner-top p::before {
  background-color: #119202;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 7px;
  margin: 0 3px;
  width: 7px;
}
body.esthe #banner-top p::before {
  background-color: #1a3773;
}



