@charset "utf-8";body{background-color:#fff;font-family:ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ\ Ｐゴシック, MS PGothic, sans-serif;font-size:16px}
body, div{margin:0;padding:0}
h1, h2, h3,h4,h5{font-weight:400;font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}
h1{color:#32373c;font-size:140%;line-height:1.7em;margin:30px 0;width:auto;padding:0 10px;font-weight:400;text-align: center;}
h2{clear:both}
p {margin: 1rem 1.5rem 2rem;color: #666;line-height: 1.9rem;letter-spacing: .125rem;}
mark{color:#00A0DD}
.fade-up {
  transition: all 0.7s;
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
}
.display_pc{display:none}
.display_phone, a.center-btn{display:block;}
a.center-btn.pc_ctl{width: 90%;max-width: 330px;padding: 10px 60px;}
a.center-btn.pc_ctl span{display: inline-block;}
.clearfix:after{content:".";display:block;clear:both;height:0;visibility:hidden;}
.clearfix{min-height:1%;}
* html .clearfix{height:1%;}
#wrapper{display:block;padding:50px 0 0 0;}
.top-slide{width:100%;margin:0 auto 0;position:relative;box-shadow: 0 0 5px 0 #0009;}
.top-slide img{display:block;width:100%;height:100%;object-fit:cover;}
.top-slide img.fv-text{position: absolute; top: 10%;right:5%; width: 50%; height: auto;
  animation: slide-in-from-left 0.5s ease-out forwards; /* アニメーションを追加 */
  opacity: 0; /* 初期状態では非表示にする */}
@keyframes slide-in-from-left {
  0% {
    transform: translateX(-100%); /* 初期位置を左に100%ずらす */
    opacity: 0; /* 初期状態では非表示 */
  }
  100% {
    transform: translateX(0); /* 最終位置を元の位置に戻す */
    opacity: 1; /* アニメーション終了時に表示 */
  }
}

.top-slide-movie{width:100%;margin:0 auto 0;position:relative;}
.top-slide-movie video {width:100%;height:auto;display:block;}
.contact-area {position: fixed;bottom: 10px;right: 10px; background-color: var(--black-color); width: 50px; margin: auto; padding: 5px; border-radius: 37px; z-index: 300; box-shadow: 0px 0px 2px 6px rgb(0 0 0 / 10%); box-sizing: initial;}
.contact-area div a {color:white;text-decoration: none;display: block;background-color: #e8526a;padding: 0;background-position: 6px center,0 0;background-repeat: no-repeat,repeat;background-size: 28px auto,auto auto;height:100%;position:relative;border-radius:30px;box-sizing:border-box;}
.contact-area div#line_box a{background-color: #3cb034; background-image: url(https://chat-lady.jp/img/icon-line.webp),linear-gradient(173deg, hsla(0,0%,100%,.1) 0%, hsla(0,0%,100%,0) 49.22%, hsla(0,0%,100%,.1) 49.22%, hsla(0,0%,100%,0) 98.96%);padding: 0; background-position: center,0 0;}
.contact-area div#mail_box a{background-image: url(https://chat-lady.jp/img/icon-mail.webp),linear-gradient(173deg, hsla(0,0%,100%,.1) 0%, hsla(0,0%,100%,0) 49.22%, hsla(0,0%,100%,.1) 49.22%, hsla(0,0%,100%,0) 98.96%);background-size: auto 20px, auto;background-position: center top 10px;padding: 20px 0 0 0;}
/**
.contact-area div#mail_box a:before{display: block; content: "今なら入店祝金10万円！"; font-size: 80%; background-color: var(--sub-color); padding: 0 5px; line-height: 25px; width: 200px; position: absolute; height: 25px; overflow: hidden; top: -30px;right: 0px;border-radius: 20px;border: 1px solid #eaeaea;color: #fff;z-index: 1;
animation: updown 2s ease-in-out infinite;}

.contact-area div#mail_box a:after {display:block;content:"";position:absolute;top:-5px;right:20px;width: 0;height: 0;border-style: solid;border-width: 8px 6px 0 6px;border-color: var(--sub-color) transparent transparent transparent; z-index: 2; filter: drop-shadow(0px 1px 0px #eaeaea);
animation: updown 2s ease-in-out infinite;} **/
@keyframes updown {
  0% {
    transform: translateY(0); /* 初期位置 */
  }
  50% {
    transform: translateY(-4px); /* 上に20px移動 */
  }
  100% {
    transform: translateY(0); /* 初期位置に戻る */
  }
}
.contact-area div#tel_box a{background-color: #555; background-image: url(https://chat-lady.jp/img/icon-tel.webp),linear-gradient(173deg, hsla(0,0%,100%,.1) 0%, hsla(0,0%,100%,0) 49.22%, hsla(0,0%,100%,.1) 49.22%, hsla(0,0%,100%,0) 98.96%);padding: 0; background-position: center,0 0;}
#line_box,#mail_box,#tel_box{display:block;width:50px;line-height:48px;margin:auto;font-size:12px;text-align: center;letter-spacing: 1px;z-index:101;border-radius:25px;max-width: 180px;height:50px;border: 1px solid #00000030;border-bottom-width:2px;box-sizing: border-box;}
#tel_box,#line_box{text-indent: -1000em;}
#mail_box{height: 140px; writing-mode: vertical-rl;}
#r_area{background-repeat:no-repeat;clear:both;width:100%;margin: 0px auto 0;padding: 0 0 ;}
#route_nav{line-height:2em;color:#fff;text-align:left;padding:5px 0;font-size:12px;position:relative;}
#route_nav a{color: white; text-decoration: none; font-weight: 600;}
#route_nav p {margin: 0;line-height:40px;height:40px;white-space: nowrap;overflow-x: scroll;}
#route_nav p > span {padding:0 1em;}
#route_nav p > span span{margin: 0 0.5em;}
#front_area{padding:0;background-color:#fff;display:block;width:100%;}
#r_main{padding-top:10px;padding-bottom:0px;background-color:#fff;display:block;width:100%;}
#r_main img.wp-post-image{width:100%;height:auto;}
/*#r_main p{margin: 1em 1.5em 2em;color: #666;line-height: 1.9em;letter-spacing: 2px;}*/
#r_main h3{position:relative;margin:40px 10px 20px;color: #E85169;font-size:180%;text-align:center;line-height:1.6em;font-weight:400;}
#r_main h3:before{display: block;  content: " "; background-image: url(/img/icon-naname-3color.png); position: absolute; left: -9px; top: -30px;  height: 50px;  width: 50px;  background-size: 100%;  background-repeat: no-repeat;}
#r_main h3 a{color: #666;text-decoration:none;}
#r_main h3 a:hover{color:#333;text-decoration:none}
#r_main h4{clear:both;}
#r_main ul.normal {font-size: 95%; line-height: 1.8em; width: 85%;margin: 30px auto 50px;letter-spacing: 0.2em;color: rgba(139,139,139,1.00);box-sizing:border-box;border-left: 1px solid #aaaaaa;}
#r_main ul.normal li {margin: 0 0 10px 0;}
#r_main .text-box {margin: 0 auto 40px;}
#r_main .text-box h3 {padding:15px;margin: 80px 10px 50px;color: #414141;font-size: 130%;position:relative;border-bottom: 1px solid #eaeaea; border-top: 1px solid #eaeaea;}
#r_main .text-box h3:before{display:block;content:" ";background-image:url(/img/icon-naname-3color.png);position:absolute;left:0;top:-30px;height: 50px; width: 50px;background-size: 100%; background-repeat: no-repeat;}
#r_main .text-box h3:after{display:block;content:" ";background-image:url(/img/icon-naname-3color.png);position:absolute;right:0;bottom:-30px;height: 50px; width: 50px;background-size: 100%; background-repeat: no-repeat;}
#r_main .text-box h4 {}
#r_main .text-box h5{font-weight:400;text-align:center;color:#444;border-top: solid 1px; border-bottom: solid 1px; padding: 10px; margin: 2em auto;font-size: 95%;}
#r_main ol.normal {font-size: 95%; line-height: 1.8em; width: 85%;margin: 30px auto 50px;letter-spacing: 0.2em;color: rgba(139,139,139,1.00);}
#r_main ol.normal li {margin: 0 0 10px 0;}

#r_main dl.normal {	width: 90%;margin: 20px auto;box-sizing: border-box;display: flex;display: -webkit-flex;flex-wrap: wrap;-webkit-flex-wrap: wrap;border: rgba(224,224,224,1.00) 1px solid;padding: 15px 20px;color: rgba(114,114,114,1.00);}
#r_main dl.normal dd {margin: 0;padding: 0;box-sizing: border-box;padding: 15px;line-height: 1.9em;border-bottom: 1px solid rgba(233,233,233,1.00);}
#r_main dl.normal dt:nth-last-child(2),#r_main  dl.normal dd:last-child {border: none;}
#r_main dl.normal dt {width: 80px;}
#r_main dl.normal dd {width: calc(100% - 80px);}
#r_main dl.normal dt, #r_main dl.normal dd {font-size: 85%;margin: 0;padding: 0;box-sizing: border-box;padding: 7px;line-height: 1.9em;border-bottom: 1px solid rgba(233,233,233,1.00);}


#r_main .text-box img{	width: 100%;height: auto;display:block;}
#r_main .text-box img.center {margin:auto;width: 95%;}
#r_main .text-box img.aligncenter {margin:auto;}
#r_main .text-box img.left{margin: 10px auto 20px;}
#r_main .text-box img.alignleft,#r_main .text-box img.alignright{margin: 10px auto 20px;}
table.pay{width:90%;margin:40px auto;font-size:80%;line-height:1.7em;}
table.pay thead tr td,
table.pay thead tr th{background-color:#DCC99F;color:#fff;padding:5px 10px;border-bottom:1px solid rgba(0,0,0,.11)}
table.pay tfoot{background-color:#DCC99F;color:#fff;font-size:80%}
table.pay tfoot td{padding:5px 10px}
table.pay tbody tr th{background-color:#F6F1E6;color:#C9AC6B;}
table.pay tbody tr td,
table.pay tbody tr th{padding:10px;border-bottom:1px solid rgba(0,0,0,.11);display:block;}
table.pay tbody tr td{color:#C9AC6B;border:none;}

table.left-th {margin: 30px auto;max-width:95%;color: #666;font-size:12px;border-collapse: collapse;}
table.left-th tbody {border: 6px solid rgba(0, 0, 0, 0.08);border-radius: 6px; overflow: hidden;display: block;}
table.left-th tr{background:#f9f9f9;}
table.left-th tr:nth-child(2n){background:#eee;}
table.left-th tr th,table.left-th tr td {padding:20px 10px;box-sizing:border-box;background-image:url(/img/icon-naname-white.png);}
table.left-th tr th {width: 120px;box-sizing:border-box;position:relative;padding: 20px calc(3em + 10px) 20px 10px;text-align: right;}
table.left-th tr th:after{content:"・・・";position:absolute;right:0;color:#e85169;top: 0; bottom: 0; margin: auto; display: block; height: 1em;}
table.left-th tr td {}
table.left-th tr td:nth-child(2n+3) {border-left:1px solid #dedede;}
ul.check{padding:30px;color:#637989;background-color:#f8fcff;margin:30px 20px 40px;border-radius:8px;border:none;}
ul.check li{list-style:none;font-size:95%;box-sizing:border-box;line-height:1.9;min-height:50px;margin:0px 0 10px;padding:10px 0 20px 30px;background:url(/img/li-check01.png)left 15px no-repeat;background-size:15px auto;border-bottom:1px solid rgba(0,0,0,0.05);}
ul.check li:last-child{border:none;}
.site_bnr_00 img{width:100%;height:auto}
#must_area{margin:20px 0 0px;padding:10px 0;border-radius:0;border: none;}
#must_area h3{ font-size: 100%; margin: 50px auto 10px;color: white; width: 80%;line-height: 36px; border-radius: 18px;}
#must_area ul{width:100%;padding:0;margin:0 auto;list-style-type:none;overflow-x:auto;}
#must_area li{color:#666;padding:10px 5px;box-sizing:border-box;display:table-cell;}
#must_area li a{width:40vw;list-style-type:none;height:45vw;margin:2px auto;color:#fff;text-decoration:none;position:relative;border-radius:10px;border:rgba(0,0,0,.1) 1px solid;border-bottom:rgba(0,0,0,.2) 2px solid}
#must_area li a, #must_area li a div.title{display:block;text-align:center;}
#must_area li a div.title{height:10vw;line-height:10vw;width:100%;margin:auto;position:absolute;left:0;right:0;bottom:0;font-size:85%;background-color:rgba(42,38,31,1.00);}
#must_area li a div.image{display:block;width:100%;height:35vw;overflow:hidden}
#must_area li a div.image img{height:100%;width:100%;object-fit: cover;}
/**#must_area li a div.image img{height:100%;width:auto;}**/
#must_area li a:hover{color:#fff;background-color:#F8BB1A}
.shop-index-box{padding:0 0 50px;border:#f3f3f3 1px solid;margin:20px 10px 60px}
.shop-index-box h3 {}
.shop-index-box h3 a {text-decoration: none !important;}
.shop-index-box a.img-link{margin:10px 0 40px;height:15pc;width:100%;box-sizing:border-box;overflow:hidden}
.shop-index-box a.img-link img{width:100%;height:auto}
.shop-index-box div.btn{clear:both;width:70%;margin:30px auto 0;line-height:50px;text-align:center;display:block}
.shop-index-box div.btn a{font-size:85%;display:block;background-color:#F8BB1A;color:#fff;text-decoration:none;border-radius:5px;border-top:rgba(0,0,0,.05) 1px solid;border-right:rgba(0,0,0,.1) 2px solid;border-bottom:rgba(0,0,0,.25) 3px solid;border-left:rgba(0,0,0,.1) 2px solid}



.post-text-single.area-single { background-color: #f3f3f3; background-image: url(/img/bg-stripe.png); background-repeat: repeat; padding: 16px 0;position: relative;}
#r_main .area-single h3 {margin:var(--block-margin) auto !important;width:95%;}
#r_main .area-single h3:before {
    left: 0;
}
#r_main .area-single h4 {  line-height: 1.7em;  display: block;  font-size: 110%; font-weight: normal;  margin: 80px 15px 0; padding: 15px;  }
#r_main .shop-comment h4:first-child {
    margin-top: 16px;
}
ul.shop-img { display: flex; overflow-x: auto; margin: var(--block-margin) 0; list-style: none; padding: 10px;}
ul.shop-img li + li {margin-left: 15px;}
ul.shop-img li img {
    object-fit: cover;
    width: 200px;
    height: 200px;
}
span.Recommend-check{display:block;width:80%;max-width:200px;margin: 0em auto 1em;}
table.shop-info {
    width: calc(100% - 30px);
    margin: 0 auto;
    border-radius: 4px;
    padding: 24px;
    box-sizing: border-box;
    background: #ffffff;
}
table.shop-info tbody tr {
    border-bottom: 1px dashed #ccc;
    display: grid;
	padding:var(--text-margin) 0;
}
table.shop-info tbody tr:last-child {
    border: none;
}
table.shop-info tbody tr th,
table.shop-info tbody tr td {
    padding: var(--text-margin);
    min-width: 100px;
    font-weight: 400;
    position: relative;
    color: #545454;
}
table.shop-info tbody tr th {
    font-size: 90%;
    text-align: left;
    color: #999;
}
table.shop-info tbody tr th:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 9px;
    border-color: transparent transparent transparent #f8bb1a;
    margin: auto;
}
ul.conditions {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}
ul.conditions li {
    display: block;
    border-left: 2px solid #E85169;
    border-right: 2px solid #E85169;
    padding:3px 10px ;
    margin: 0 15px 15px 0;
    font-size: 95%;
    position: relative;
    color: #E85169;
    background: white;
	border-radius: 6px;
}
ul.benefits {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 0;
    margin: var(--block-margin) auto;
	width:95%;
}
ul.benefits li {
    display: block;
    width: 120px;
    height: 120px;
    box-sizing: border-box;
    border: 1px solid #eaeaea;
    margin: 8px 0;
    text-align: center;
    font-size: 85%;
    padding: 8px 4px;
}
ul.benefits li.staff {
    background: url(./images/icon_benefits_05.gif) center bottom 20px/45% no-repeat;
}
ul.benefits li.dress {
    background: url(./images/icon_benefits_06.gif) center bottom 20px/45% no-repeat;
}
ul.benefits li.freetime {
    background: url(./images/icon_benefits_01.gif) center bottom 20px/45% no-repeat;
}
ul.benefits li.day-pay {
    background: url(./images/icon_benefits_09.gif) center bottom 20px/45% no-repeat;
}
ul.benefits li.h-warranty {
    background: url(./images/icon_benefits_14.gif) center bottom 20px/45% no-repeat;
}
ul.benefits li.d-arranty {
    background: url(./images/icon_benefits_13.gif) center bottom 20px/45% no-repeat;
}
ul.benefits li.m-warranty {
    background: url(./images/icon_benefits_12.gif) center bottom 20px/45% no-repeat;
}
ul.benefits li.Dormitory {
    background: url(./images/icon_benefits_03.gif) center bottom 20px/45% no-repeat;
}
ul.benefits li.bonus {
    background: url(./images/icon_benefits_07.gif) center bottom 20px/45% no-repeat;
}
ul.benefits li.free-d {
    background: url(./images/icon_benefits_02.gif) center bottom 20px/45% no-repeat;
}
ul.benefits li.food {
    background: url(./images/icon_benefits_04.gif) center bottom 20px/45% no-repeat;
}
ul.benefits li.long-v {
    background: url(./images/icon_benefits_11.gif) center bottom 20px/45% no-repeat;
}
ul.benefits li.side {
    background: url(./images/icon_benefits_10.gif) center bottom 20px/45% no-repeat;
}
ul.benefits li.parking {
    background: url(./images/icon_benefits_08.gif) center bottom 20px/45% no-repeat;
}
ul.benefits li.t-expenses {
    background: url(./images/icon_benefits_15.gif) center bottom 20px/45% no-repeat;
}
ul.benefits li.transfer {
    background: url(./images/icon_benefits_16.gif) center bottom 20px/45% no-repeat;
}
ul.benefits li.private {
    background: url(./images/icon_benefits_17.gif) center bottom 20px/45% no-repeat;
}
ul.benefits li.alibi {
    background: url(./images/icon_benefits_18.gif) center bottom 20px/45% no-repeat;
}
ul.benefits li.design {
    background: url(./images/icon_benefits_19.gif) center bottom 20px/45% no-repeat;
}
ul.benefits li.child {
    background: url(./images/icon_benefits_20.gif) center bottom 20px/45% no-repeat;
}

table.shop-info tfoot tr td {
    color: #999;
    font-size: 85%;
    text-align: right;
}
.shop-comment {
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 8px 0;
}
.interview {}
.interview-con{ display:flex;overflow-x: auto; /* 横スクロール */ white-space: nowrap; /* 折り返し禁止 */padding:0 0 5px;}
.interview-box {flex-shrink: 0;width: 80%; /* 画面幅の80% */ box-sizing: border-box; padding: 15px; margin-right: 10px; /* 右に余白 */border-radius: 6px;box-shadow: 4px 4px #0001;max-width: 300px; }
.interview-box a {text-decoration:none;color:#222;}
.interview-box a h5{margin: 1em 0.5em;font-size: 1em;white-space: break-spaces;}
.interview-box a img{width:100%;height:auto;aspect-ratio: 16 / 9;object-fit: cover;}

/**認定店舗のみ**/
.single_area.certified{}
.single_area.certified .post-thum-single{position:relative;overflow: inherit;padding:0;}
.single_area.certified .post-thum-single:after{content: " ";position: absolute; display: block;background-image: url(https://chat-lady.jp/blog/wp-content/uploads/2024/12/640x640-normal.webp);background-size: auto 80px;width: 80px;height: 80px;top: -40px;left: 0;right: 0;margin: auto;background-repeat: no-repeat;background-position: center;background-color: #3d3d3d;padding: 5px; border-radius: 100%;border: 2px solid white;}
.single_area.certified .post-thum-single:after{animation: heartbeat 1s ease-in-out;animation-iteration-count: 2;}
@keyframes heartbeat {
  0% {
    transform: scale(1); /* 初期状態 */
  }
  25% {
    transform: scale(1.15); /* 少し拡大 */
  }
  50% {
    transform: scale(1); /* 元のサイズに戻る */
  }
  75% {
    transform: scale(1.1); /* 再び少し拡大 */
  }
  100% {
    transform: scale(1); /* 元のサイズに戻る */
  }
}
.single_area.certified .blog_info{padding-bottom:30px;}
/*////////////////////////////////////////////////通勤エリア 店舗詳細投稿ページここまで***/

#entry_mail_TABLE{width:98%}
#entry_mail_TABLE img{display:block;width:20pc;height:auto}
.entry_mail_TABLE{width:98%;margin:20px auto 30px}
.entry_mail_TABLE img{display:block;width:100%;height:auto}
.QandA{margin:auto 0px;background-color:#fff;padding:20px;line-height:1.9em}
.QandA dt{font-size:120%;border-radius:4px;margin-bottom:10px;padding:15px 10px !important;color:#fff !important;background-color:#71b8db;position:relative;}
.QandA:nth-child(3n+1) dt{background-color:rgba(255,178,64,1.00);}
.QandA:nth-child(3n+2) dt{background-color:rgba(255,154,188,1.00);}
.QandA dt:after{position:absolute;bottom:-15px;left:30px;content:"";width:0;height:0;border:5px solid transparent;border-top:10px solid #71b8db;}
.QandA:nth-child(3n+1) dt:after{border-top:10px solid rgba(255,178,64,1.00);}.QandA:nth-child(3n+2) dt:after{border-top:10px solid rgba(255,154,188,1.00);}
.QandA dd{margin:0;font-size:16px;color:#7c7c7c;padding:30px 20px 40px;margin-bottom:30px;line-height: 2em;}
.QandA dd br{content:" ";display:block;height:10px;}
#lc_WORD{margin-right:10px;margin-left:10px;background-color:#fff;padding:20px 10px;line-height:1.7em}
#lc_WORD dt{font-size:90%;border-radius:10px;margin-bottom:10px;padding:5px 10px;color:#fff;background-color:#71b8db;}
#lc_WORD dd{margin:0;font-size:90%;color:#7c7c7c;padding:10px;margin-bottom:30px;}
.aboutlc_img{display:block;width:95%;height:auto;margin:20px auto;}
#mail_Form{margin:0 auto;background-color:#fff;line-height:25px;padding: 0 30px;}
#mail_Form dt{font-size:1pc;font-weight:400;text-align:center;line-height:1.6em;padding:0;margin:0 0 5px;color:#999;}
#mail_Form dd{margin:0 0 10px;color:#666;width:100%;padding:10px;border-radius:4px;background-color:#efefef;box-sizing:border-box;}
#mail_Form dd span{box-sizing:border-box;}
#mail_Form dd span.wpcf7-checkbox{--line-height:40px;}
#mail_Form dd span.wpcf7-checkbox .wpcf7-list-item{}
#mail_Form dd span.wpcf7-checkbox .wpcf7-list-item label{display:flex;}
#mail_Form dd span.wpcf7-checkbox .wpcf7-list-item label input{}
#mail_Form dd span.wpcf7-checkbox .wpcf7-list-item label span{text-indent: 0.5em;}
#mail_Form dd.area_choice label {}
#mail_Form dd.area_choice label input{display: none;}
#mail_Form dd.area_choice label input + span {color:#777;background-color: white; width: calc(100% - 10px); display: block;text-align: center;margin:auto;border-radius:8px;height: 50px; line-height: 50px;}
#mail_Form dd.area_choice label input:checked + span{background-color:var(--green-color);color:white;}
#mail_Form dd.area_choice select {display: block; margin: 0.5em auto; border-radius: 100px;border: 1px solid var(--green-color);}
#mail_Form dd img{margin:0;width:100%;height:auto}
#mail_Form dd input, #mail_Form dd select, #mail_Form dd textarea{height:50px;margin:0 0 10px;border-radius:3px;font-size:1pc;border: 1px solid #666;}
#mail_Form dd input::placeholder, #mail_Form dd select::placeholder, #mail_Form dd textarea::placeholder{font-size:14px;}
#mail_Form dd span input[type="text"],#mail_Form dd span input[type="email"],#mail_Form dd span input[type="tel"],#mail_Form dd span input[type="password"],#mail_Form dd span > textarea{width: 100%;box-sizing: border-box;padding: 0.5em;}
#mail_Form dd textarea{height:8em;}
#mail_Form dd span.radioelement input.radio{margin:4%;width:20px;height:20px}
#mail_Form dd input[type="radio"]{position:relative;top:5px}
#mail_Form dd select {text-align: center;background-color: #fff;width: auto; max-width: 100%;font-size:14px;color:#555;padding: 0 0.5em;}
#mail_Form dd select option:first-child{font-size:14px;}
#mail_Form dd select option:not(:first-child){font-size:1rem;}
input.submit{-webkit-appearance:none;border-radius:20px;height:40px;text-decoration:none;width:80%;display:block;text-align:center;font-size:90%;margin:20px auto 40px;}
#mail_Form dd textarea{width:100%}
input#submit{-webkit-appearance:none;border:1px solid #ff3b7c;background-color:#ff1663;height:50px;line-height:50px;width:70%;margin:20px auto;color:#fff}
#mail_Form dd span.checkelement label{display:block;line-height:30px;padding:5px 0;margin:0 0 0 10px;}
#mail_Form dd span.checkelement label input{margin:0 10px 0 5px;width:20px;height:20px;position:relative;top:5px;}
#mail_Form dd label span.checkelement{text-align:center;line-height:30px;padding:5px 0;display:block;width:100%;}
#mail_Form dd label span.checkelement input{margin:0 10px 0 5px;width:20px;height:20px;position:relative;top:5px;}
#mail_Form dd textarea#txt4{margin:0 1% 0 0;width:98%}
#mail_Form2{margin-right:10px;margin-left:10px;background-color:#fff;padding:10px;border:1px solid #999;font-size:9pt;line-height:25px;}
#mail_Form2 dt{border-left-width:2px;border-left-style:solid;border-left-color:#666;font-weight:700;padding-left:3px;margin-bottom:5px;color:#333;}
#mail_Form2 dd{margin-bottom:10px;color:#00A0DD;font-size:1pc}
.required{position:relative;width:100%;display:block}
.required:after{content:"必須";position:absolute;top:0;left:0;color:#fff;font-size:60%;padding:0 5px;background-color:#e35965;}
@-webkit-keyframes a{0%{left:-600px}
to{left:-1px}
}
.errs{position:fixed;top:56px;left:-1px;width:80%;box-shadow:rgba(0,0,0,.3) 0 2px 6px 0;background-color:hsla(0,0%,99%,.98);z-index:4;border-radius:0 4px 4px 0;border:#e35965 1px solid;-webkit-animation-name:a;-webkit-animation-delay:0s;-webkit-animation-duration:1s;-webkit-animation-iteration-count:1;-ms-animation-name:a;-ms-animation-delay:0s;-ms-animation-duration:1s;-ms-animation-iteration-count:1;-moz-animation-name:a;-moz-animation-delay:0s;-moz-animation-duration:1s;-moz-animation-iteration-count:1}
.errs ul li{color:#e35965;font-size:90%}
#sitemap{width:100%;margin:0px auto 0;overflow:hidden;clear:both;box-sizing:border-box;padding: 4em 20px;}
#sitemap h2{font-weight:400;line-height:35px;display:block;height:35px;margin:0;padding:0 0;text-align: center; border-radius: 5px;}
.ul_box{width:auto;list-style-type:none;line-height:30px;margin:10px;padding: 20px 10px;overflow:hidden}
.ul_box:last-child{border-bottom:0;}
.ul_box li{margin:0 auto 10px;}
.ul_box li, .ul_box>li a{display:block}
.ul_box>li a{}
.ul_box a{text-decoration:none;font-weight:400}
.ul_box02{list-style-type:none;margin:0;padding:0;display: flex; flex-wrap: wrap;}
.ul_box02 li{font-size:75%;text-align:center;line-height:40px;max-height:40px;width:50%;margin:0 0 10px}
.ul_box02 li a{display:block;padding:0;width:97%;margin:auto;border-radius:20px;}
.ul_box02 li a:hover{color:#aad4e9}
footer{font-size:80%;}
.caution{background-color:rgba(255,255,255,1.00);text-align:center;padding:30px;color:rgba(136,136,136,1.00);background-image:url(/img/bg-001.png);background-size:200px auto;background-position:60px;}
.caution p{margin:0;}
.caution img{display:block;margin:20px auto 0;width:80px;height:auto;}
#foot_area{background-color:var(--black-color);clear:both;text-align:center;color:#fff;width:100%;padding-top:5px;padding-bottom:100px;margin:0;}
#foot_area a{color:#fff}
/**** FrontPage Banner ***/
ul.pr-box{background-color: #ccc; scroll-snap-type: x mandatory;list-style:none;display:flex;overflow-x:scroll;width:100%;padding: 1em 0;margin:0;background-image:radial-gradient(circle at 5px 5px, #ffffff2e 2px, transparent 3px); background-size: 10px 10px;border-top: 2px solid #0006; border-bottom: 2px solid #0006}
ul.pr-box li {color: black;scroll-snap-align: center; width: auto;scroll-snap-stop:always;}
ul.pr-box li img{width: 240px; height: auto; object-fit: cover; border-radius: 8px; margin: 0 0.5em; display: block; filter: drop-shadow(0px 1px 2px #0006);}

.award-img{width:98%;margin:20px auto}
.mente-line{padding:30px;margin:20px;background-color:#f7f7f7;color:#606060}
.line-btn-mente{width:80%;height:60px;display:block;margin:60px auto 20px;text-align:center;line-height:60px;background-color:#21ce26}
.line-btn-mente a{display:block;height:60px;color:#fff;text-decoration:none;font-size:90%}
div.post{padding:0 0 30px; width: 90%; margin: auto auto 50px; box-sizing: border-box; border: 1px solid #ddd; border-radius: 8px; max-width: 600px;}
div.post span.btn{display:block;min-width:70%;max-width: 90%;text-align:center;background-color:#E85169;line-height:50px;margin:30px auto;border-radius:25px;font-size:80%;box-shadow: 5px 5px 0 0 #00000020; border: 1px solid white;}
div.post span.btn:hover{opacity:.8}
div.post span.btn a{display:block;color:#fff;text-decoration:none}
div.post h2.title a{color:#E85169;text-decoration:none}
div.post .post-thum{margin:10px 0;overflow:hidden;width:100%;height:auto;max-height:56.25vw;background-color:#fff;}
div.post .post-thum a{width:100%;height:100%;}
div.post .post-thum img{display:block;width:100%;height:100%;object-fit:cover;}
div.VideoWrapper {width: 90vw; height: calc(90vw / 16 * 9); position: relative; margin:var(--block-margin) auto;border: 3px solid white; border-radius: 8px; overflow: hidden; box-shadow: 5px 10px 0 0 #00000044;max-width: 512px; max-height: 288px;box-sizing:border-box;}
div.VideoWrapper iframe{width:100%;height:100%;display: block;}
div.post .post-text{margin:0;box-sizing:border-box;width:100%;padding:10px 20px}
div.post .post-text p{line-height:1.8em}
div.post .post-text img{max-width:100%;height:auto}
/*Only categry-interview.php*/
.interview div.post{position:relative;width: 90%; border: 1px solid #333; padding:120px 10px 30px 60px; margin: 25px auto;border-radius: 5px;box-sizing:border-box;}
.interview div.post:before{content: "Interview"; position: absolute; top: 30px; right: 10px; display: block; font-family:'HelveticaNeue',fantasy; font-size: 300%; color: #050505;letter-spacing: 3px;text-shadow: 1px 0 0 #666, 0 1px 0 #666, -1px 0 0 #666, 0 -1px 0 #666, 2px 2px 0 #666;}
.interview div.post h2{border-top: 3px solid #333; border-bottom: 3px solid #333; padding-bottom: 1em; background-position: right 5px bottom 20px;padding-top: 20px;font-size: 150%;background: none;}
.interview div.post .blog_info{position: absolute; width: 320px; box-sizing: border-box; margin: 10px auto; top: 280px; left: -135px; transform: rotate(90deg); height: 50px; background: #333; border-radius: 5px 5px 0 0;padding:0;}
.interview .blog_info ul li{margin:0 0 0 10px !important;color:white !important;line-height:50px;background-position: left center; font-size: 100%;display: inline-block;}
.interview .blog_info ul li a{color:white;}
.interview div.post h2.title a{color:#666;}
.interview div.post .post-thum{height:150px;width:100%;  margin: 30px auto 10px; border:1px solid #333;}
.interview div.post .post-thum img{object-fit: cover; width: 100%; height: 100%; left: 0;}
.interview div.post .post-text{width:100%;margin:auto;padding:0;}
.interview div.post span.btn{width:95%;min-width: 200px; height: 50px; line-height: 50px; border-radius: 30px;position:inherit;}
@media screen and (min-width:768px) {
	.interview div.post .post-thum{height:300px;}
}
/* ----- / Only categry-interview.php*/
.blog_info {background: #ffffffbb;padding: 5px 0; box-sizing: border-box;margin: 0 0 20px;}
.blog_info ul{font-size:12px;padding:0;margin:0;overflow:hidden;display: flex; flex-wrap: wrap;}
.blog_info ul li{display:block;padding:2px 0 2px 23px;background-position:left center;line-height: 20px;}
.blog_info ul li a{text-decoration:none;color:#E85169}
.blog_info ul li.cal{margin: 5px 0;width:50%;color: #777;}
.blog_info ul li.cat{margin: 5px 20px;background-image:url(//chat-lady.jp/blog/wp-content/themes/CLJPcstm/img/icon_cat.png);background-repeat:no-repeat}
.blog_info ul li.tag{display: flex;overflow-x: auto;overflow-y: hidden; padding: 0;scrollbar-color:transparent;/* border: 1px solid #eaeaea; border-radius: 25px;　iphoneの挙動がいまいちのため消す*/max-height: 40px; height: auto;}
.blog_info ul li.tag::-webkit-scrollbar{width:10px;height:1px;}
.blog_info ul li.tag::-webkit-scrollbar-thumb{background:#ffffff11;}
.blog_info ul li.tag a{position: relative; background-color:#f794a4; color: white; margin: 5px 0px 5px 5px;  display: block;  font-size: 90%;  padding: 0 10px 0;border-radius: 15px; width: auto; text-align: center; min-width: 120px; max-width: 300px;  height: 30px; line-height: 30px;}
.blog_info ul li.tag a:nth-child(5n+2){background-color:#58b1d7;}
.blog_info ul li.tag a:nth-child(5n+3){background-color:#e9c464;}
.blog_info ul li.tag a:nth-child(5n+4){background-color:#7cbba3;}
.blog_info ul li.tag a:nth-child(5n+5){background-color:#b796b6;}
.blog_info ul li.tag a:last-child{margin-right:5px;}
.post-thum-single {height:auto;max-height:400px;overflow:hidden;width: 100%;font-size: 0;}
.post-text-single.theme-single{}
.post-thum-single img{width:100%;height:auto;}
.nav-below{border-radius:4px;position:relative;background-color:#000;font-size:80%;height:40px;line-height:40px;width:90%;text-align:center;margin: 30px auto 15px;max-width: 400px;padding: 10px 0;    border-radius: 30px;}
.post-text-single p img {width:90%;max-width:460px;height:auto;display:block;margin:20px auto;}
.nav-below span.nav-next, .nav-below span.nav-previous{float:left;display:block;width:50%}
#tweet{width:65%;margin:auto;padding:0 10px}
#tweet h3 img{width:100%;height:auto;display:block}
.btn_area{width:90vw;margin:30px auto 60px;display:block;overflow:hidden;}
.btn_area a{color:white;text-decoration:none;}
.btn_entry{float:left;background-color:#F8BB1A}
.btn_entry, .btn_mail{width:48%;box-sizing:border-box;font-size:0.8em;height:50px;padding:5px 0;line-height:20px;text-decoration:none;text-align:center;color:#fff;border-radius:100px;border:1px solid rgba(0,0,0,0.08);border-bottom:3px solid rgba(0,0,0,0.08);}
.btn_mail{float:right;display:block;background-color:#309B72}
.btn_mail:hover{color:white;opacity:0.8;}.form-page #l_area_1st ul, .form-page #sitemap{display:none}
.form-page #foot_area{margin:0}
.widget-container{background-color:white;padding:10px;width:100%;box-sizing:border-box;background-color:rgba(236,236,236,0.40)}
.widget-container h3{text-align:center;font-size:160%;color:#878787;}
#npcatch{margin:0px auto;list-style:none;width:100%;padding:0;}
#npcatch li{float:left;font-size:12px;width:98%;box-sizing:border-box;padding:10px;margin:0px 1% 20px;border:1px rgba(0,0,0,0.10) solid;position:relative;background-color:rgba(255,255,255,0.90)}
#npcatch li a{color:rgba(179,179,179,1.00);}
#npcatch img{float:left;height:auto;width:120px;padding:0px;}
#npcatch span{line-height:1.7em;display:block;}
#npcatch span.title{width:calc(100% - 130px);box-sizing:border-box;font-size:100%;float:right;padding:0px;}
#npcatch span.date{font-size:70%;position:absolute;bottom:-10px;right:20px;color:white;background-color:rgba(109,218,145,1.00);padding:5px 10px;}
#npcatch span.date:after{position:absolute;bottom:0px;right:-12px;content:"";width:0;height:0;border-style:solid;border-width:0px 0 9px 12px;border-color:transparent transparent transparent rgba(51,204,102,1.00);}
div.special{padding:30px 0px;}
div.special h3{text-align:center;font-size:200%;color:#7a7a7a;margin:0 0 20px;}
ul.special{overflow-x:scroll;flex-wrap: nowrap; width: 100%;padding: 30px 0;display:flex;display:-webkit-flex;justify-content:space-around;-webkit-justify-content:flex-start;}
ul.special li{min-width:215px;list-style:none;box-sizing:border-box;margin:0px 5px 10px;padding:0 0 20px;background-color:white;display:block;overflow:hidden;position: sticky; left: 0;box-shadow: 0 0 5px 0 #0008;}
ul.special li .thumbnail{background-color: rgba(249,249,236,1.00);overflow: hidden;height: 215px;position: relative;}
ul.special li .thumbnail img{display: block;  object-fit: cover; width: 100%; height: 100%;}
ul.special li .h a{color:rgba(228,136,166,1.00);text-decoration:none;height:46px;padding:10px 10px 0;display:block;line-height:20px;overflow:hidden;}
ul.special li .excerpt{font-size:80%;padding:10px 12px 0px;line-height:20px;height:66px;overflow:hidden;display:block;}

/************Tbaleあれこれ(1列目にthが連続する場合)*/
table.normal-2{color:#7d7d7d;width:80%;margin:40px auto 60px;padding:15px;border:solid 1px #777;}
table.normal-2 tr th,table.normal-2 tr td{line-height:1.8em;font-size:85%;padding:5px 0;}
table.normal-2 tr th{border-bottom: 1px solid #2f658e;font-weight:400;color:#2f658e;}
table.normal-2 tr td{padding:10px;}
table.normal-2 thead td {text-align: center; padding:10px 0 10px;color:#2f658e;font-size:140%;}
table.normal-2 tfoot td {text-align:center;}
table.normal-2 tbody td{text-align:center;border-bottom: 1px solid #a1abb2;}
/************メディアページ*/
.media-box {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content:space-around;
	-webkit-justify-content:space-around;
}
.media-box .media-topix {position: relative; width: 90%;height: 320px; box-sizing: border-box;border:rgba(0,0,0,0.10) 1px solid;margin: 0 0 30px;}
.media-box .media-topix h3 {position: absolute;width: 100%; top:160px;margin: 0 !important;padding: 8px 10px !important;height: 45px;box-sizing: border-box;}
.media-box .media-thumb {width:100%;height: 160px;overflow: hidden;position: absolute;top:0;}
.media-box .media-thumb img {width:100%;height: auto;}
.media-topix .description {line-height: 25px;height: 100px;position: absolute;top: 205px; padding: 5px 15px;box-sizing: border-box;font-size: 95%;overflow: hidden;}
.media-topix .description p {margin: 0 !important;padding: 0 !important;}
/****メディア詳細ページ*/
.media .media-image {width: 100%;box-sizing: border-box;overflow: hidden;}
.media .media-image img {width: 100%;height: auto;display: block;}
.media dl.media-info {
	width: 90%;
	margin: 20px auto;
	box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	border:rgba(224,224,224,1.00) 1px solid;
padding: 15px 20px;
color: rgba(114,114,114,1.00);}
.media dl.media-info dt,.media dl.media-info dd {font-size: 85%;margin: 0;padding: 0;box-sizing: border-box;padding: 7px;line-height: 1.9em;border-bottom: 1px solid rgba(233,233,233,1.00);}
.media dl.media-info dt:nth-last-child(2),.media dl.media-info dd:last-child {border: none;}
.media dl.media-info dt {width: 80px;}
.media dl.media-info dd {width: calc(100% - 80px);}
/***2018年10月追加**/
.page-image {}
.page-image img{width: 100%; height: auto; display: block;}
/***年間ランキング**/
ol.ranking {display: flex;display: -webkit-flex;flex-wrap: wrap;-webkit-flex-wrap: wrap;margin:0 auto;padding:0;list-style:none;counter-reset:item;border-left: none;width: 100%; max-width: 500px;}
ol.ranking li {box-sizing:border-box;margin:0;padding:0;padding:30px 0px;border-bottom:1px solid #888;position:relative;list-style: none;}
ol.ranking li:after {counter-increment:item;content:counter(item)"位";position:absolute;top:0;left:0;display:block;width:40px;text-align:center;font-size:14px;color:white;padding:5px 0 0 ;}
ol.ranking li:before {content:"";position:absolute;top:0;left:0;width: 0;height: 0;border-style: solid;border-width:60px 60px 0 0;border-color:#000 transparent transparent transparent;}
ol.ranking li:nth-child(1){width:100%;}
ol.ranking li:nth-child(1):after {font-size:18px;width:55px;padding:13px 0 0 ;}
ol.ranking li:nth-child(1):before{border-width: 90px 90px 0 0;border-color:#e9566d  transparent transparent transparent;}
ol.ranking li:nth-child(2),
ol.ranking li:nth-child(3){width:calc(100% / 2);}
ol.ranking li:nth-child(2):before{border-color: #f8bf27 transparent transparent transparent;}
ol.ranking li:nth-child(3):before{border-color: #06a2de transparent transparent transparent;}
ol.ranking li:nth-child(n+4){width:calc(100% / 3);}
ol.ranking li:nth-child(2){border-right:1px solid #888;}
ol.ranking li:nth-child(3n+5){border-right:1px solid #888;border-left:1px solid #888;}
ol.ranking li span {display:block;}
ol.ranking li span.chat-name {display:block;margin:auto;text-align:center;color:#555;padding: 0 0 10px;}
ol.ranking li:nth-child(1) span.chat-name {background-color:#444;color:white;width:auto;max-width: 300px;padding: 10px;margin: 0 auto 20px;border-radius: 3px;}
ol.ranking li span.chat-image {overflow:hidden;}
ol.ranking li:nth-child(1) span.chat-image{width:auto;max-width:320px;margin: auto;}
ol.ranking li:nth-child(2) span.chat-image,
ol.ranking li:nth-child(3) span.chat-image {width:100%;margin:auto;}
ol.ranking li span.chat-image img {display:block;width:100%;height:auto;}
ol.ranking li span.site-name {text-align:center;font-size:90%;padding:10px;}


body.chatladyjp_home .about-lc-top .text-box-img{width:100%;border-radius:10px;position:relative;z-index:5;box-shadow:0 2px 4px 0 #0003;padding:0;overflow: hidden;box-sizing: border-box; border: 3px solid white;}
#front_area h2{margin:30px 0 15px;padding:0 10px 20px;line-height:1.7em;color:#E85169;font-size:190%;font-weight:400;clear:both;text-align:center;background-image:url(/img/h2-main-area.webp);background-repeat:no-repeat;background-position:center bottom;background-size:auto 20px;}
.single_area h2 ,.page_area h2{margin: 1.7em 0.5em 1em;padding: 1em 10px 0;line-height: 1.7em;color: var(--black-color);font-size: 190%;font-weight: 400;clear: both;text-align: center;background-image: url(https://chat-lady.jp/blog/wp-content/themes/CLJPcstm/img/front-h-icon.webp); background-repeat: no-repeat; background-position: center top;background-size: auto 20px;}
.post-flex h2.title{margin:30px 0 15px;padding:0 10px 20px;line-height:1.7em;color:#E85169;font-size:120%;font-weight:600;clear:both;text-align:center;background-image:url(/img/h2-main-area.webp);background-repeat:no-repeat;background-position:center bottom;background-size:auto 20px}
#front_area h3.otoku{display:block;line-height:46px;border-radius:23px;background-color:#ec7286;color:white;width:300px;text-align:center;margin:50px auto 20px;font-size:20px;position:relative;z-index:3;}
#front_area h3.otoku:before{display:none;}

/*待遇アイコン*/
ul.Commute-t{margin: 0 0 100px 0;padding: 0 10px; font-size: 80%; box-sizing: border-box; display: -webkit-flex; display: flex; flex-wrap: wrap; width: auto; justify-content: space-between; -webkit-justify-content: space-between;list-style-type: none;}
ul.Commute-t > li{width: 90px;height:20px; padding: 75px 0px 0px; background-image: url(images/icon-sozai.gif); background-size: 90px 2250px; text-align: center; font-size: 14px; background-repeat: no-repeat;}
.icon-no01{background-position:0px 0px;}/*24時間自由*/
.icon-no02{background-position:0px -90px;}/*即日勤務*/
.icon-no03{background-position:0px -180px;}/*主婦OK*/
.icon-no04{background-position:0px -270px;}/*交通費*/
.icon-no05{background-position:0px -360px;}/*副業OK*/
.icon-no06{background-position:0px -450px;}/*短期可*/
.icon-no07{background-position:0px -540px;}/*長期歓迎*/
.icon-no08{background-position:0px -630px;}/*長期休暇OK*/
.icon-no09{background-position:0px -720px;}/*初心者OK*/
.icon-no10{background-position:0px -810px;}/*髪型自由*/
.icon-no11{background-position:0px -900px;}/*服装自由*/
.icon-no12{background-position:0px -990px;}/*駐車場あり*/
.icon-no13{background-position:0px -1080px;}/*単発OK*/
.icon-no14{background-position:0px -1170px;}/*社員登用あり*/
.icon-no15{background-position:0px -1260px;}/*日払い*/
.icon-no16{background-position:0px -1350px;}/*送迎あり*/
.icon-no17{background-position:0px -1440px;}/*制服・衣装*/
.icon-no18{background-position:0px -1530px;}/*託児所有*/
.icon-no19{background-position:0px -1620px;}/*履歴書不要*/
.icon-no20{background-position:0px -1710px;}/*友人同士OK*/
.icon-no21{background-position:0px -1800px;}/*シフト自由*/
.icon-no22{background-position:0px -1890px;}/*週一日から*/
.icon-no23{background-position:0px -1980px;}/*まかない有*/
.icon-no24{background-position:0px -2070px;}/*住み込み可*/
.icon-no25{background-position:0px -2160px;}/*ボーナス有*/

/*店舗詳細ページ*/
.shop_tel_btn{}
.shop_t-entry_btn{}
.shop_line_btn{}
/*チャットレディJP関連サイト*/
aside.cljp-service {background:#f5f5f5;border-top:1px solid #00000005;border-bottom:1px solid #00000005;padding:30px 0;width:100%;}
aside.cljp-service h2 {text-align:center;font-size:140%;}
aside.cljp-service ul {width:100%;padding:0;margin:30px auto;display:flex;display:-webkit-flex;justify-content:space-evenly;-webkit-justify-content:space-evenly;flex-wrap:wrap;-webkit-flex-wrap:wrap;}
aside.cljp-service ul li {display:block;background:white;border:1px solid #00000033;border-radius:3px;box-sizing:border-box;width:40%; padding: 5px 10px 10px;margin: 0 0 30px;transition:0.3s;}
aside.cljp-service ul li:hover{box-shadow:5px 5px 0 0 #00000044;transition:0.3s;}
aside.cljp-service ul li a {font-size:85%;text-decoration:none;text-align:center;color:#777;display:block;}
aside.cljp-service ul li img,aside.cljp-service ul li span {display:block;}
aside.cljp-service ul li img{width:100%;height:auto;}
/*トップページ*/
.emergency_box {
    position: relative;
    margin: 60px auto;
    padding: 1em 0.5em;
    border: solid 4px #e8536b;
    border-radius: 2px;
    width: 80%;
	  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", sans-serif;
    color: #333;
}

.emergency_box .box-title {
    position: absolute;
    display: inline-block;
    top: -8px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 15px;
    background: #FFF;
    color: #e8536b;
    font-weight: bold;
}

.emergency_box p {
    margin: 0;
    padding: 0;
}

/* 投稿ページ目次 */
ul.single_table_of_contents { background: #f4fbff; padding: 56px 16px 8px 16px; position: relative; border: none; margin: 40px 20px; counter-reset: item; }
.single_table_of_contents::before { content: "目次"; position: absolute; top: 0; left: 0; height: 40px; width: 100%; background: #1795cc; padding: 8px 8px 8px 56px; color: #fff; box-sizing: border-box; font-size: 16px; }
.single_table_of_contents::after { content: ""; position: absolute; left: 16px; top: 10px; background: url(images/icon_toc_w.png); width: 32px; height: 20px; background-repeat: no-repeat; background-size: 100%; background-position: center; }
ul.single_table_of_contents li { list-style: none; position: relative; padding-left: 32px; }
ul.single_table_of_contents li::before { position: absolute; left: 0; top: 0; bottom: 0; margin: auto; counter-increment: item; content: counter(item)''; background: #1795cc; color: #fff; font-weight: 700; border-radius: 50%; height: 24px; width: 24px; display: flex; align-items: center; justify-content: center; }



.wp-block-image {
    margin: auto;
}
.wp-block-image img {
    width: 100% !important;
    height: auto !important;
}

/*
カテゴリー 通勤エリア 都道府県 説明
-------------------------------------- */
.category_description.text-box {
    margin-top: 60px !important;
}

.category_description h2 {
    margin-bottom: 50px !important;
        margin: 30px 0;
        padding: 0 10px 20px;
        line-height: 1.7em;
        color: #5B5B5B;
        font-size: 190%;
        font-weight: 400;
        clear: both;
        text-align: center;
        background-image: url(/img/h2-main-area.webp);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: auto 20px;	
}

.title_list_01.area_category ul li {
    background-image: url(https://chat-lady.jp/blog/wp-content/uploads/2024/06/location-dot-solid.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left 5px center;
}

.title_list_01.area_category ul li::before,
.title_list_01.area_category ul li::after {
    content: none;
}

/*
カテゴリー 通勤エリア 都道府県 おすすめ店舗
-------------------------------------- */
.recommended-office-area { margin-top: 60px; }
.recommended-office-area h2{margin: 30px 0;padding: 0 10px 20px;line-height: 1.7em;color: #5B5B5B;font-size: 190%;font-weight: 400;clear: both;text-align: center;background-image: url(/img/h2-main-area.webp);background-repeat: no-repeat;background-position: center bottom;background-size: auto 20px;}
#r_main .recommended-office { border: 1px solid #eaeaea; border-radius: 10px; padding: 0; margin: 40px 10px 0; }
#r_main .recommended-office h3 { margin-top: 50px; }
.recommended-office ul.shop-img { margin: 0; padding: 10px 15px; }
#r_main .recommended-office ul.shop-img img { width: 200px; height: 200px;object-fit: cover; }
.recommended-office ul.benefits { border: 1px solid #E85169; border-radius: 8px; padding: 10px 20px; margin: 15px 15px 20px; }
.recommended-office .handling-site { border: 1px solid #E85169; border-radius: 8px; padding: 24px 20px; margin: 15px; list-style: none; }
.recommended-office .handling-site li { position: relative; padding-left: 32px; color: #545454; }
.recommended-office .handling-site li::before,
.recommended-office .handling-site li::after { content: ""; display: block; height: 5px; width: 10px; background: #E85169; border-radius: 10px; transform: rotate(45deg); position: absolute; left: 6px; top: 4px; bottom: 0px; margin: auto; }
.recommended-office .handling-site li::after { transform: rotate(-45deg); width: 16px; left: 10px; bottom: 2px; }
.recommended-office .handling-site li + li { margin-top: 12px; }
.recommended-office .explanation { margin-top: 10px; }
.recommended-office .explanation p strong { background:linear-gradient(transparent 60%, #ffec67 60%); }

/*
カテゴリーナビリスト
-------------------------------------- */
.category_nav_area { margin: 12px; }
.category_nav_list { display: flex; flex-wrap: wrap; justify-content: space-between; list-style: none; padding: 0; margin: 0; }
.category_nav_list li { width: 48%; margin-bottom: 12px;}
.category_nav_list a { text-align: center; background: #f9bb1a; display: block; padding: 8px; font-size: 14px; border-radius: 8px; color: #fff; text-decoration: none; transition: opacity .3s; }
.category_nav_list a:hover { opacity: .7; }
.category_nav_list img { width: auto; height: 20px; margin: 0 auto 8px;display: block; }

/*
固定ページ用 デザイン CSS
-------------------------------------- */
.title_list_01 {}
.title_list_01 .title { color: #E85169; border-bottom: solid 1px #E85169; padding-bottom: 12px; font-size: 100%; }
.title_list_01 ul { margin: 16px 0 0; padding: 0; border: none; list-style: none; }
.title_list_01 ul li { position: relative; padding-left: 32px; color: #545454; font-size: 95%; }
.title_list_01 ul li::before,
.title_list_01 ul li::after { content: ""; display: block; height: 5px; width: 10px; background: #E85169; border-radius: 10px; transform: rotate(45deg); position: absolute; left: 6px; top: 4px; bottom: 0px; margin: auto; }
.title_list_01 ul li::after { transform: rotate(-45deg); width: 16px; left: 10px; bottom: 2px; }
.title_list_01 li + li { margin-top: 12px; }

/*
カスタムブロック(Lazy Blocks) デザイン CSS
-------------------------------------- */
.wp-block-lazyblock-block-simple-box-point { margin: 40px auto; padding: 30px 30px 50px;width: 80%; }
.wp-block-lazyblock-block-simple-box-point .title { color: #ff5407; font-size: 20px; position: relative; padding: 10px;text-align:center; }
.wp-block-lazyblock-block-simple-box-point .title::before {content: ""; position: absolute; left: 0; top: -60px; height: 64px; width: 32px; background: url(images/icon_point_o.png); background-repeat: no-repeat; background-size: 100%; background-position: center; right: 0; margin: auto; }
#r_main .wp-block-lazyblock-block-simple-box-point p { padding: 0; margin: 16px 0 0; }

.wp-block-lazyblock-block-simple-box-check { margin: 40px auto; padding: 30px 30px 50px;width: 80%; }
.wp-block-lazyblock-block-simple-box-check .title { color: #ff5407; font-size: 20px; position: relative;padding: 10px;text-align:center; }
.wp-block-lazyblock-block-simple-box-check .title::before {content: ""; position: absolute; left: 0; top: -60px; height: 64px; width: 90px;  background: url(images/icon_check_o.png);  background-repeat: no-repeat; background-size: 100%; background-position: center; right: 0; margin: auto;}
#r_main .wp-block-lazyblock-block-simple-box-check p { padding: 0; margin: 16px 0 0; }

.wp-block-lazyblock-block-chat-balloon { margin: 40px 20px; }
.wp-block-lazyblock-block-chat-balloon .chat_balloon_item + .chat_balloon_item { margin-top: 35px; }
.wp-block-lazyblock-block-chat-balloon .left { display: flex;justify-content: space-between; }
.wp-block-lazyblock-block-chat-balloon .right { display: flex;flex-direction: row-reverse; justify-content: space-between; }
.wp-block-lazyblock-block-chat-balloon .icon img {width: 80px; height: 80px; border-radius: 50%; overflow: hidden; object-fit: cover; box-sizing: border-box; }
#r_main .wp-block-lazyblock-block-chat-balloon p { position: relative; border: solid 1px #d4d4d4; margin: 0; padding: 16px; width: calc( 100% - 96px ); border-radius: 16px; box-sizing: border-box; }
#r_main .wp-block-lazyblock-block-chat-balloon p::before,
#r_main .wp-block-lazyblock-block-chat-balloon p::after { content: ""; position: absolute; width: 0; height: 0; border-style: solid; }
#r_main .wp-block-lazyblock-block-chat-balloon .left p::before { top: 33px; left: -10px; border-width: 10px 10px 10px 0; border-color: transparent #d4d4d4 transparent transparent; }
#r_main .wp-block-lazyblock-block-chat-balloon .left p::after { top: 35px; left: -8px; border-width: 8px 8px 8px 0; border-color: transparent #fff transparent transparent; }
#r_main .wp-block-lazyblock-block-chat-balloon .right p::before { top: 33px; right: -10px; border-width: 10px 0 10px 10px; border-color: transparent transparent transparent #d4d4d4; }
#r_main .wp-block-lazyblock-block-chat-balloon .right p::after { top: 35px; right: -8px; border-width: 8px 0 8px 8px; border-color: transparent transparent transparent #fff; }

.wp-block-lazyblock-step ol {width: 90%; margin: 50px auto 40px; padding: 0 20px; counter-reset: count; border: none; }
.wp-block-lazyblock-step ol li { list-style: none; position: relative; padding: 20px; margin: 0 0 20px; }
.step-repeat-title {font-size: 150%; font-weight: 700;margin: 20px 0 10px; }
.step-repeat-label { padding: 3px 20px 3px 15px; color: #fff; font-weight: bold; position: absolute; top: -18px; left: -20px; background: #E85169; border-radius: 20px; box-shadow: 5px 0px 0 #fff; z-index: 1; }
.step-repeat-label::after { counter-increment: count; content: counter(count); position: relative; left: 0.3em; }
#r_main .step-repeat-item p {margin: 10px 0 10px 2em; padding: 0; }
.step-repeat-item::before { content: ""; display: block; position: absolute; bottom: 0; left: -10px; border-style: solid; border-width: 17px 8px 0 8px; border-color: #ddd transparent transparent transparent; }
.step-repeat-item::after { content: ""; display: block; height: calc(100% - 36px); border-left: dashed 4px #ddd; position: absolute;
 top: 16px; left: -4px; }
.step-repeat-list > :last-child::before, .step-repeat-list > :last-of-type::after { display: none; }

.wp-block-lazyblock-arrow-link { padding: 0 10px 10px; margin: 0 10px 10px; line-height: 2.2em; }
.wp-block-lazyblock-arrow-link a { padding-left: 24px; position:relative; }
.wp-block-lazyblock-arrow-link a::before { content:""; position:absolute; top:0; left:0; width:10px; height:16px;  background: url(img/icon-arrow-right.svg) center no-repeat; }

/*
ソート機能 CSS
-------------------------------------- */
#boxes div { transition: .5s;}
.hidden { transform: scale(0, 0);}
.boxes_sort_area { max-width: 860px; margin: 0 20px 80px;}
.boxes_sort_btn { display: block; max-width: 240px; text-align: center; background-color: #E85169; color: #fff; line-height: 40px; margin: 0 auto; border-radius: 8px; position: relative; z-index:11; }
.boxes_sort_btn::before,.boxes_sort_btn::after { content: ""; position: absolute; right: 16px; top: 0; bottom: 0; height: 2px; width: 12px; background: #fff; margin: auto; }
.boxes_sort_btn::after { transform: rotate(90deg); transition: .25s; }
input.boxes_sort_check:checked ~ .boxes_sort_btn::after { transform: rotate(0deg); }
input.boxes_sort_check { display: none; }
.boxes_sort { margin: -20px auto 0; max-height: 0; overflow: hidden; transition: .25s ease-in-out; padding: 40px 20px 12px 20px; border: 1px solid #E85169; border-radius: 8px; visibility: hidden; height: 0;  opacity: 0; padding-top: 0; padding-bottom: 0; border-width: 0 1px 0 1px; position: absolute; background-color: #fff; width: 80%; box-sizing: border-box; left: 0; right: 0; z-index: 10; }
input.boxes_sort_check:checked ~ .boxes_sort { max-height: 9999px; visibility: visible; opacity: 1; height: auto; padding-top: 40px; padding-bottom: 12px; border: 1px solid #E85169; }
#boxes_tag { list-style: none; display: flex; flex-wrap: wrap; padding: 0; margin: 0; }
#boxes_tag li { border: 1px solid #df798a; border-radius: 15px; color: #df798a; cursor: pointer; margin: 0 8px 8px 0; font-size: 14px; padding: 2px 20px;list-style:none; }
/* #boxes_tag li:hover { background: #E85169; color: #fff;} */
/* 2025.04.23 追加*/
#boxes_tag li.no-result {border:1px solid #66666654;border-radius:15px;color: #66666654;cursor: pointer;margin:0 8px 8px 0;font-size: 14px;padding:2px 20px;list-style:none;}
#boxes_tag li.no-result:hover { background: #ccc; color: #666;}
/* 2025.05.09 追加 */
.boxes_sort{position:static;}
input.boxes_sort_check:checked ~ .boxes_sort{padding:40px 20px 20px;}
#boxes_tag{gap:8px;justify-content:center;}
#boxes_tag li,#boxes_tag li.no-result{margin:0;}
#boxes_tag li[data-btn-selected="selected"]{background-color:var(--main-color);color:#fff;}

/*
監修者 CSS
-------------------------------------- */
#sv_post{
    border: 1px solid #efefef;
    border-radius: 4px;
    padding: 20px;
    width: 90%;
    margin: 20px 5%;
    height: auto;
}
#sv_post h2{
    font-size: inherit;
    padding: 0 0 0 10px;
    margin: 0 0 0 10px;
    height: inherit;
    background: inherit;
}

#sv_post .post-thum {
    background: inherit;
    overflow: inherit;
    display: block;
    max-height: 320px;
}

#sv_post .post-thum img {
    height: 100%;
    border-radius: 10px;
}

#sv_post .blog_info {
    background: none;
    margin: 0 0 0 100px;
	width: 100%;
}
#sv_post .post-text{
padding: 10px 0 0;
}


#sv_post .post-text p {
    font-size: 12px;
    line-height: 24px;
    margin: 0;
    padding: 0;
}


/*
監修者一覧・ブロック
-------------------------------------- */
.sv_post_wrapper {
    position: relative;
    background: #E9F5F7;
    padding: 24px 0;
    margin-top: 80px;
}
.sv-sec-wave {
    position: absolute;
    width: 100%;
    height: 40px;
    top: -40px;
    left: 0;
}
.sv-sec-wave .sv-sec-wave-path {
    fill: #E9F5F7;
}
.post-flex.sv {
    width: 100%;
    max-width: 900px;
}
#supervisors_post{
    width: 90%;
    height: auto;
    padding: 20px;
    border: 5px solid #BEDFE8;
    background-color: #FAFEFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    border-radius: 20px;
    overflow: hidden;
    margin: 20px auto;
}
#supervisors_post .post-title{
    font-size: inherit;
    height: inherit;
    padding: 0;
    margin: 0 0 10px 0;
    display: inline-block;
    text-align: left;
    background: #FAFEFF;
    transition: .3s;
}
#supervisors_post .post-title a{
    display: inline-block;
    position: relative;
    color: #E85169;
    text-decoration: none;
}
#supervisors_post .post-title a::before {
    content: '';
    width: 24px;
    height: 24px;
    background: url(/blog/wp-content/themes/CLJPcstm/img/angles-right-solid.svg) center / 100% no-repeat;
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translate(0, -50%);
    transition: .3s;
}
#supervisors_post .post-title:hover a::before {
    transform: translate(16px, -50%);
}
#supervisors_post .sv_thum_text_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#supervisors_post .post-thum {
    background: inherit;
    overflow: inherit;
    display: block;
    height: auto;
    width: auto;
    margin: 0;
}
#supervisors_post .post-thum img {
    width: 100px;
    height: auto;
    border-radius: 10px;
    position: unset;
    box-shadow: 8px 8px #bedfe8;
}
#supervisors_post .post-text {
    padding: 0;
    height: auto;
    width: calc(100% - 120px);
}
#supervisors_post .post-profile {
    font-size: 12px;
    line-height: 24px;
    margin: 0;
    padding: 0;
}
#supervisors_post .sv_thum_text_flex .post-profile a {
    display: block;
    padding: 8px 24px;
    background: #fff;
    width: fit-content;
    margin: 6px 0 0 auto;
    background: #fff;
    color: #E85169;
    text-decoration: none;
    text-align: center;
    border: solid 1px #E85168;
    box-shadow: 0 2px 0 #E85169;
    max-width: 216px;
    box-sizing: border-box;
    border-radius: 9999px;
}
.wp-block-lazyblock-supervisor {
    width: 90%;
    height: 60px;
	overflow:hidden;
	padding: 0;
    border: 1px solid #eaeaea;
    background-color: #fffa;
    margin: 0 auto 0;
    box-sizing: border-box;
	 border-radius: 4px;
	position:absolute;
	max-width: 500px;
	top:-72px;
	left: 0;
    right: 0;
	backdrop-filter: blur(8px);
}
.wp-block-lazyblock-supervisor:before {
    display: block;
    content: " ";
    background-image: url(img/icon_supervisor.png);
    position: absolute;
    right: 4px;
    top: -1px;
    height: 80px;
    width: 15px;
    background-size: 100%;
    background-repeat: no-repeat;
	 filter: drop-shadow(2px 2px 0px #eaeaea);
}
.supervisor-flex {
    display: flex;
    align-items: center;
}
.supervisor-flexR {
    width: calc(76% - 16px);
    margin-left: 16px;
	font-size: 12px;
}
.supervisor-icon {
    position: relative;
    z-index: 0;
    width: 24%;
    max-width: 100px;
}
.supervisor-icon a{height:60px;display:block;}
.supervisor-icon img { width: 100%; height: 100%;object-fit:cover;}
.supervisor-name {
	color:#777;
}
.supervisor-text  {
	color: #E85169;
}
.supervisor-text a {
	text-decoration: none;
	color: #E85169;
	transition: .3s;
}

/*
チャトレJP TV CSS
-------------------------------------- */
.chat-tv-sec {
  position: relative;
  padding: 40px 0 80px;
}
#r_main .chat-tv-sec:first-of-type {
  margin-top: 80px;
}
.tv-sec-01 {
  background: #F7E4E4;
}
.tv-sec-02 {
  background: #F5EFDF;
}
.tv-sec-03 {
  background: #E9F5F7;
}

.tv-sec-wave {
  position: absolute;
  width: 100%;
  height: 40px;
  top: -40px;
  left: 0;
}
.tv-sec-01 .tv-sec-wave-path {
  fill: #F7E4E4;
}
.tv-sec-02 .tv-sec-wave-path {
  fill: #F5EFDF;
}
.tv-sec-03 .tv-sec-wave-path {
  fill: #E9F5F7;
}
#r_main .chat-tv-sec h3 {
  margin-top: 0;
  background-image: url(https://chat-lady.jp/blog/wp-content/themes/CLJPcstm/img/front-h-icon.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 20px;
  padding: 20px 0 0;
  margin: 0;
}
#r_main .chat-tv-sec h3::before {
  content: none;
}

.wp-block-lazyblock-chat-tv-list-block {
  padding: 0 15px 16px;
  overflow: scroll;
}

.chat-tv-list {
  list-style: none;
  padding: 0;
  margin: 32px 0 0;
}
.chatlady-tv .chat-tv-list {
  display: flex;
}

.chat-tv-list li {
  padding: 0 8%;
  min-width: 72%;
  display: flex;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
}
.chatlady-tv .chat-tv-list li {
  padding: 0 20px;
}
.chat-tv-list li:last-child::after {
    content: "";
    position: absolute;
    top: 0;
    right: -15px;
    width: 15px;
    height: 1px;
}
.chat-tv-list li + li {
  margin-top: 40px;
}
.chatlady-tv .chat-tv-list li + li {
  margin: 0 0 0 16px;
}

.chat-tv-thumb {
  position: relative;
}
.chat-tv-thumb-inner {
  position: relative;
  font-size: 0;
}
.chat-tv-thumb::before {
  content: "";
  position: absolute;
  top: -6%;
  left: -8%;
  width: 116%;
  height: 112%;
  background: url(/blog/wp-content/themes/CLJPcstm/img/chat-tv-bg-01.webp) center / 100% no-repeat;
}
.chatlady-tv .chat-tv-thumb::before {
  top: -10px;
  left: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 20px);
}
.tv-sec-02 .chat-tv-thumb::before {
  background: url(/blog/wp-content/themes/CLJPcstm/img/chat-tv-bg-02.webp) center / 100% no-repeat;
	top: -10px;
	left: calc(22% + -20px);
	width: calc(56% + 40px);
	height: calc(100% + 20px);
}
.tv-sec-03 .chat-tv-thumb::before {
  background: url(/blog/wp-content/themes/CLJPcstm/img/chat-tv-bg-03.webp) center / 100% no-repeat;
}

.chat-tv-list img {
  border: solid 4px #fff;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
  max-width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  box-sizing: border-box;
}
.tv-sec-02 .chat-tv-list img {
	aspect-ratio: 9 / 16;
	width: 56%;
	margin: 0 auto;
	display: block;
}
.chat-tv-item .chat-tv-title {
  color: #E85169;
  border-bottom: solid 1px #E85169;
  margin: 16px 0;
  padding: 0 0 8px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.chat-tv-item .chat-tv-text {
  font-size: 14px;
  color: #32373C;
  line-height: 1.9em;
  margin: 0 0 16px;
}
.chat-tv-item .chat-tv-link {
  margin-top: auto;
  text-align: center;
}
.chat-tv-item .chat-tv-link a {
    background: #fff;
    padding: 11px;
    color: #E85169;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    border: solid 1px #E85168;
    box-shadow: 0 2px 0 #E85169;
    max-width: 216px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 24px;
    font-size: 0.8rem;
}
.chat-tv-sec .center-btn {
    margin: 32px auto 0;
}

/* 202408 add */
.category-nav-area{box-sizing:border-box;width:90%;margin:0 auto 30px;border-radius:3px;padding:30px 1% 10px;background-color:#f8f8f8}
.category-nav-list{display:flex;flex-wrap:wrap;list-style:none;padding:0;margin:0}.category-nav-list li{box-sizing:border-box;width:49%;margin:0 0 20px 2%}
.category-nav-list li:nth-child(odd){margin:0 0 20px 0}
.category-nav-list li a{position:relative;color:#fff;font-size:90%;height:46px;line-height:44px;border-radius:23px;box-sizing:border-box;display:block;text-align:center;border:rgb(0 0 0 / 14%) 1px solid;border-bottom:rgb(0 0 0 / 16%) 3px solid;text-decoration:none;background-color:#878787;background-image:-webkit-linear-gradient(277deg,hsla(0,0%,100%,.1) 0%,hsla(0,0%,100%,0) 49.22%,hsla(0,0%,100%,.1) 49.22%,hsla(0,0%,100%,0) 98.96%);background-image:linear-gradient(173deg,hsla(0,0%,100%,.1) 0%,hsla(0,0%,100%,0) 49.22%,hsla(0,0%,100%,.1) 49.22%,hsla(0,0%,100%,0) 98.96%);padding-left:10px}.category-nav-list li:nth-child(1) a,.category-nav-list li:nth-child(6) a{padding-left:16px}
.category-nav-list li a::before{position:absolute;content:"";left:15px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:20px;height:20px;z-index:2}
.category-nav-list li:nth-child(1) a::before{left:20px;width:27px;height:25px;background:url(/img/icon_cat_1.webp) no-repeat center center / 100%}
.category-nav-list li:nth-child(2) a::before{left:20px;width:21px;height:26px;background:url(/img/icon_cat_2.webp) no-repeat center center / 100%}
.category-nav-list li:nth-child(3) a::before{left:18px;width:16px;height:26px;background:url(/img/icon_cat_3.webp) no-repeat center center / 100%}
.category-nav-list li:nth-child(4) a::before{left:16px;width:30px;height:30px;background:url(/img/icon_cat_4.webp) no-repeat center center / 100%}
.category-nav-list li:nth-child(5) a::before{left:20px;width:24px;height:24px;background:url(/img/icon_cat_5.webp) no-repeat center center / 100%}
.category-nav-list li:nth-child(6) a::before{left:18px;width:17px;height:26px;background:url(/img/icon_cat_6.webp) no-repeat center center / 100%}
.category-nav-list li:nth-child(7) a::before{left:18px;width:26px;height:24px;background:url(/img/icon_cat_7.webp) no-repeat center center / 100%}
.category-nav-list li:nth-child(8) a::before{left:18px;width:16px;height:26px;background:url(/img/icon_cat_8.webp) no-repeat center center / 100%}
.category-nav-list li a:hover{background-color:#979797;color:#fff}

/*202412_面接予約画面修正 吉田さんより修正依頼*/
/*20250106更新*/
#mail_Form {}
#mail_Form p {line-height:1.8em!important;font-size: 12px!important;margin: 0!important;}
#r_main dl#mail_#mail_Form dd span[data-name="switch"] .wpcf7-checkbox .wpcf7-list-itemForm p{margin: 0!important;}
#mail_Form dd {padding: 12px !important;}
#mail_Form dt {line-height: 1.7!important;text-align: initial !important;font-weight: 800 !important;margin:0 0 3px!important ;}
#r_main #mail_Form dt p {font-size: 15px !important;letter-spacing:0!important;display: inline-block !important;}
.required:after {position: absolute!important;margin-left: 5px!important;top: 0px!important;left: initial!important;font-size: 12px !important;padding: 0 5px !important;min-width: 25px;text-align: center;}
#mail_Form dd span input, #mail_Form dd span select {}
#mail_Form dd span[data-name="switch"] .wpcf7-checkbox .wpcf7-list-item{}
#mail_Form dd span[data-name="switch"] .wpcf7-checkbox .wpcf7-list-item-label {font-size: 13px!important;}
#mail_Form dd span[data-name="switch"] .wpcf7-checkbox input {min-height: 20px;min-width: 20px;margin-right: 0px;}
#mail_Form dd span.wpcf7-checkbox {--line-height: 33px!important;margin-bottom: 11px!important;}
#mail_Form dd span[data-name="switch"] .wpcf7-checkbox input {margin: 0 !important;}
#mail_Form dd input, #mail_Form dd select, #mail_Form dd textarea {}
#mail_Form input.wpcf7-form-control.wpcf7-submit.has-spinner.submit {font-size: 12px !important;margin: 0 !important;}

/*通勤エリア　応募者の声*/
.category-area_voice{width: 100%;padding: 0 3%;box-sizing: border-box;background-color: #fff;color: #525252;}
.category-area_voice h2{color: #5B5B5B;font-size: 32px;padding: 0 0 40px 0;min-height: 38px;line-height: 1.8em;margin: 90px auto 50px;background-image: url(/img/h2-main-area.webp);background-repeat: no-repeat;background-position: right bottom;background-size: auto 38px;text-align: center;}
.category-area_voice .voice_inner {width: 100%;margin-top: 80px;border-radius: 10px;background: url(https://chat-lady.jp/blog/wp-content/themes/CLJPcstm/img/voice_background_cork.webp);background-repeat: repeat;background-size: auto;text-align: center;background-repeat: repeat-y;background-size: 100%;}
.voice_comment_point {width: 100%;position: relative;height: auto;background: #fff;box-shadow: 0 3px 6px #D9D7D7;display: block;max-width: inherit;z-index: 1;padding: 16px;margin: 40px auto 60px !important;}
.category-area_voice .voice_inner .background_rgba {padding: 40px 3% 40px 3%;}


/* インタビューページ改修 */
.interview .index-top{width:min(100%,850px);}
.interview .index-top .post-text-single p{max-width:100%;box-sizing:border-box;}
.interview .boxes_sort_btn{background-color:#5ab2bb;}
.interview input.boxes_sort_check:checked ~ .boxes_sort{border-color:#5ab2bb;}
.interview #boxes_tag{justify-content:center;}
.interview #boxes_tag li:not(.no-result){border-color:#5ab2bb;color:#5ab2bb;}
.interview #boxes_tag li[data-btn-selected="selected"]{background-color:#5ab2bb;color:#fff;}
.interview #boxes{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px 24px;width:90%;margin:0 auto;}
.interview div.post{border:none;margin:0;width:auto;padding:0;box-shadow:none;position:relative;display:grid;grid-template-rows:subgrid;grid-row:span 2;row-gap:0;}
.interview div.post *{box-sizing:border-box;}
.interview_box_up{width:96%;margin:0 auto;border-radius:5px 5px 0 0;padding-top:12px;background:linear-gradient(25deg,#ededed,#fffefe,#fff,#edebeb,#fdfdfd,#e7e7e7,#F3F3F2);display:flex;flex-direction:column;}
.interview div.post h2{border:none;font-size:120%;font-weight:400;padding:1em 0;width:90%;height:auto;flex-grow:1;display:flex;margin:0 auto;align-items:center;}
.interview div.post h2.title a{line-height:1.5em;color:#545454;}
.interview div.post .post-thum{border:none;height:auto;width:90%;margin:0 auto;border-radius:5px;}
.interview div.post .post-thum img{aspect-ratio:3 / 2;}
.interview div.post:before{content:none;}
.interview_area{display:inline-block;padding:.5em 2em;background:#84c0c6;color:#fff;position:absolute;top:0;left:2%;z-index:1;border-radius:5px 0;font-weight:600;font-size:90%;letter-spacing:.2em;}
.interview div.post .post-text{position:relative;height:auto;}
.interview div.post .post-text::before{content:"";width:10%;height:16px;clip-path:polygon(80% 0,50% 100%,0% 100%);background-color:#fff;position:absolute;top:1px;left:14%;translate:-50% -100%;}
.interview#r_main div.post .post-text p{font-size:90%;padding:1em 1.5em 1.5em;margin:0;box-shadow:3px 3px 6px rgba(52,52,52,.1);height:100%;display:flex;flex-direction:column;justify-content:space-between;}
.interview div.post span.btn{width:fit-content;min-width:0;max-width:none;height:auto;line-height:1.5em;margin:1em auto 0;font-size:90%;}
.interview div.post span.btn a{height:100%;width:100%;padding:1em 2em;letter-spacing:.1em;position:relative;}

/*6/25 グーテンベルグ figureが挿入される事によるデザイン調整*/
#r_main .text-box figure.center{margin: 0 auto;}/*差し替え対象　→　#r_main .text-box img.center*/
#r_main .text-box h5 {margin: 0;}