/* CSS Document */
body {padding:80px 0 0;margin:0;
  -webkit-animation-name: PRanime;
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: 1;

  -ms-animation-name: PRanime;
  -ms-animation-delay: 0s;
  -ms-animation-duration: 1s;
  -ms-animation-iteration-count: 1;

  -moz-animation-name: PRanime;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: 1;}
header {padding: 0;width: 100%;height: 80px; position: fixed;top: 0;z-index: 1000;border-bottom:1px solid rgb(67, 159, 217);}
div.title-area { height:60px;position: absolute;padding: 0px;width: 180px;box-sizing: border-box;top: 10px;}
img.logo {height:40px;display:block;margin: auto;width:auto;}
p.title {display: block;line-height: 20px;text-align: center;color: #32373c;font-size: 10px;}
header input#g-menu {display: none;}
header input#g-menu + label {display: none;}
header input#g-menu + label + ul + label{display: none;}
header ul.g-menu {position: absolute;left: 180px;width: calc(100% - 180px);display: flex;display: -webkit-flex;justify-content: flex-end;-webkit-justify-content: flex-end;}
header ul.g-menu > li { font-size:0.91vw ; display:block;box-sizing: border-box;height: 80px; text-align: center;line-height: 20px;padding: 20px 0;margin: 0 10px;}
@media screen and (max-width: 1200px) {
header ul.g-menu > li {margin: 0 5px;}
}
header ul.g-menu > li a {display: block; text-decoration: none;}
header ul.g-menu > li a:hover {color:#999;}
header ul.g-menu > li a span {font-size: 80%;}
header ul.g-menu > li.entry-btn {background-color:#439fd9;color:white; margin: 0;padding: 20px 8px;}
header ul.g-menu > li.entry-btn a {color:white;}
header ul.g-menu > li > ul.sub-menu {opacity: 0.0; position: absolute;top: -1000px;background-color: white;width: 280px;border:1px solid rgba(0,0,0,0.1);}
header ul.g-menu > li:hover > ul.sub-menu {opacity: 1.0;top: 80px}
header ul.g-menu > li > ul.sub-menu li {line-height: 50px;font-size: 90%;border-bottom: rgba(231,231,231,0.40) 1px solid;margin: 0 10px;}
header ul.g-menu > li > ul.sub-menu li:last-child {border:none;}
img {max-width:100%;}
/**メインコンテンツ********************
*************************************/
main {position:relative;}

h1.page-title {z-index: 900; font-size: 2.0vw;padding: 20px 10px; position: absolute;right: 0;margin: auto;width: 30vw;top:20px;text-align: center;color: white;background-color: rgba(0,0,0,0.70);
}
h1.blog-index-title {font-size: 2.3vw;width: 80%; padding: 5px;margin:60px auto 0;text-align: center;border-top: 1px solid;border-bottom: 1px solid;}
h1 + .thumbnail { width:100%;overflow: hidden;margin: auto; background-color: #eaeaea;background-size: 100% auto;}
h1 + .thumbnail img {width:100%;height: auto; display: block;}
.text-area {border-bottom: rgba(225,225,225,1.00) 1px solid; padding: 80px calc( 50% - 450px);/**幅900pxのテキストエリア**/}
.text-area.login{margin: 40px 60px;border: 1px solid #439fd940;border-radius: 5px;background-color: #dfeaf066;padding: 40px 60px;}
.text-area h2 {font-size:240%;margin: 0 0 50px 60px;border-left:1px solid rgba(33,33,33,1.00);padding: 15px;position: relative;}
.text-area h2 a {text-decoration:none;}
.text-area h2:before {content: "";display: block;width: 30px; height: 30px;background-image: url(img/icon-i.png);position: absolute;left: -50px;background-size: 30px;top: 0;bottom:0;margin: auto;}
.text-area > h3 {font-size: 160%;margin: 60px 0 30px;padding:10px 0 10px 50px;border-bottom: 1px solid;background-image: url(img/h3-normal.png); background-repeat: no-repeat; background-size: auto 30px;background-position:left center;line-height: 30px;}
.text-area h4 {font-size:120%;background-color:#eaeaea;text-align:left;padding:10px;margin:60px auto 20px;border-radius:4px;}
.text-area > p { line-height: 2.2em;margin: 0 0 30px;}
p.btn-cute {}
p.btn-cute a{text-align:center;box-sizing:border-box;position:relative;width: 350px; background-color: #239eea; display: block; margin: 80px auto; line-height: 70px; color: #fff; text-decoration: none;box-shadow: 8px 10px 0 0 #00000011;-webkit-box-shadow: 8px 10px 0 0 #00000011;border-radius: 35px;}
p.btn-cute a:before {position: absolute; top: 30px; right: -10px; width: 52px; height: 63px; display: block; content: ""; background-image: url(/wp-content/themes/newworld/img/icon-naname01.png); background-repeat: no-repeat; background-size: auto 100%;}
p.btn-cute a:after {position: absolute; bottom: 30px; left: -10px; width: 52px; height: 63px; display: block; content: ""; background-image: url(/wp-content/themes/newworld/img/icon-naname01.png); background-repeat: no-repeat; background-size: auto 100%;}
p.btn-cute a:hover{background-color:#6de3c4;}
.fade-up {
  transition: all 0.7s;
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
}
.fade-slide {
  transition: all 0.7s;
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
}
.fade-slide-right {
  transition: all 0.7s;
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
}

/*/////////////////////////////////////////////TOPページのみここまで*/
.text-area .top-topix {display: flex;display: -webkit-flex;flex-wrap: wrap;-webkit-flex-wrap: wrap;}
.text-area .top-topix .top-thumnail {width: 350px;height: auto;margin: 0 30px 0 0;box-sizing: border-box;}
.text-area .top-topix img {width: calc(100% - 40px);height: auto;padding: 15px;background-color: white;box-shadow: 25px 30px 0 0 rgba(0,0,0,0.10);-webkit-box-shadow: 25px 30px 0 0 rgba(0,0,0,0.10);}
.text-area .top-topix p {width: calc(100% - 390px);font-size: 110%;line-height: 2.2em;}
.text-area p.btn {}
.text-area p.btn a {display: block; width: 300px;line-height: 70px;margin:100px auto;text-align: center;text-decoration: none;background-color: #EEEEEE;color: #555555;box-shadow: 20px 20px 0 0 rgba(0,0,0,0.10);-webkit-box-shadow: 20px 20px 0 0 rgba(0,0,0,0.10);}
.text-area p.btn a:hover {background-color: #555555;color:#eeeeee;}
.text-area .image-1 {width:100%;height:auto; margin: 0 0 30px;}
ul.simple {position:relative;margin: 40px 80px 80px; padding:50px;background-image: url(img/table-norborder.png);background-color: #eaeaea;}
ul.simple:before {width: 0;height: 0;border-style: solid;border-width: 0 60px 60px 0;border-color: transparent #1cd1a1 transparent transparent;display: block;content: "";position: absolute;top: -5px;right: -5px;}
ul.simple:after {width: 0;height: 0;border-style: solid;border-width: 60px 0 0 60px;border-color: transparent transparent transparent #239EEA;display: block;content: "";position: absolute;bottom: -5px;left: -5px;}
ul.simple li {margin:0 0 15px;list-style-type: circle;}
ul.simple li span.font-big {font-size:180%;color: #e43a3a;}
table.no-border {position:relative;background-color:#eaeaea;display: block; padding:50px 30px;background-image: url(img/table-norborder.png); border-collapse: collapse;font-size: 94%;line-height: 1.7em;margin: 60px;}
table.no-border:before {width: 0;height: 0;border-style: solid;border-width: 0 60px 60px 0;border-color: transparent #FF6A6A transparent transparent;display: block;content: "";position: absolute;top: -5px;right: -5px;}
table.no-border:after {width: 0;height: 0;border-style: solid;border-width: 60px 0 0 60px;border-color: transparent transparent transparent #FF6A6A;display: block;content: "";position: absolute;bottom: -5px;left: -5px;}
table.no-border tr {}
table.no-border th,table.no-border td {vertical-align: top;padding: 15px 20px;border-bottom: 1px solid #eaeaea;box-sizing:border-box;}
table.no-border th {font-size: 95%;color: rgba(100,100,100,1.00);font-weight:400;}
table.no-border td {}
.staff { padding: 0 60px;}
.staff h3 {font-size: 160%;margin: 0;border: none;}
.staff h3 + p {font-size: 85%;border-bottom: rgba(0,0,0,1.00) 1px solid;color: rgba(95,95,95,1.00);}
.staff .staff-prof {display: flex;display: -webkit-flex;align-items: flex-start;-webkit-align-items: flex-start; padding: 20px 0 40px;}
.staff .staff-prof img {margin: 0 30px 30px 0 !important; width: 200px !important;height: auto;}
.staff .staff-prof > div { width: calc( 100% - 230px );}
.staff .staff-prof p {line-height: 1.7em;margin: 0 0 30px;}
.text-area .photo-box {display: flex;display: -webkit-flex;flex-wrap: wrap;-webkit-flex-wrap: wrap;justify-content: space-around;-webkit-ustify-content: space-around;}
.text-area .photo-box .photo {width: 49%;background-color: white;margin: 0 auto 30px;border-radius: 3px;overflow: hidden;}
.text-area .photo-box span {display: block;width: 100%;height: 240px;overflow: hidden;}
.text-area .photo-box span img {width: 100%;height: auto;}
.text-area .photo-box p {padding: 10px 15px 15px;text-align: center;font-size: 90%;background-color: black; color: white;}
.text-area dl.faq {letter-spacing: 1px;}
.text-area dl.faq dt{font-size: 180%;background-image: url(img/faq-q.png);background-repeat: no-repeat;padding: 0 0 0 40px;background-size: auto 30px;background-position: left center;}
.text-area dl.faq dd{padding: 20px 40px 50px;margin: 0 0 50px;color: #666;border-bottom: dashed 2px #999;}
.access {display: flex;display: -webkit-flex;margin: 20px 10px 60px;border: 1px solid #eaeaea;}
.access table {width: 50%; display: block; padding:30px 20px;background-image: url(img/table-norborder.png); border-collapse: collapse;font-size: 94%;line-height: 1.7em;}
.access table tr {}
.access table th,.access table td {font-size: 90%;padding: 15px 20px 15px;border-bottom:1px solid rgba(224,224,224,1.00);}
.access table tr:last-child th,.access table tr:last-child td {border:none;}
.access table th {color: rgba(100,100,100,1.00);font-weight: 400;}
.access table td {vertical-align: top;}
.access iframe {width: 50%;}
h5.blog-title {font-size: 120%;}
p.date {margin: 0;font-size: 85%;color: rgba(188,188,188,1.00);}
dl.mail-form {width: 100%; display: flex;display: -webkit-flex;flex-wrap: wrap;-webkit-flex-wrap: wrap;}
dl.mail-form p {font-size:90%; margin:10px 0;color:#777;}
dl.mail-form dt,dl.mail-form dd {padding:40px 0 40px;}
dl.mail-form dt {width: 29%;box-sizing: border-box;}
dl.mail-form dd {width: 70%;box-sizing: border-box;}
dl.mail-form dd input[type="text"],dl.mail-form dd input[type="email"],dl.mail-form dd input[type="tel"],dl.mail-form dd input[type="password"],dl.mail-form dd input[type="checkbox"],dl.mail-form dd select {height:60px;}
dl.mail-form dd input[type="text"],dl.mail-form dd input[type="email"],dl.mail-form dd input[type="tel"],dl.mail-form dd input[type="password"],dl.mail-form dd input[type="checkbox"],dl.mail-form dd textarea {margin:0 0 ;padding:5px 10px;width: 85%;font-size: 110%;box-sizing:border-box;}
dl.mail-form dd select {margin:0 10px 20px 0;padding:5px 10px;font-size: 110%;box-sizing:border-box;}
dl.mail-form dd input[type="checkbox"] {display:none}
dl.mail-form dd input[type="checkbox"] + span {display:inline-block;background-color:#eaeaea;line-height:60px;padding:0 25px;cursor:pointer;margin:0 20px 30px 0;}
dl.mail-form dd input[type="checkbox"] + span:hover {background-color:rgba(246,170,0,0.80);color:white;}
dl.mail-form dd input[type="checkbox"]:checked + span {background-color:rgba(246,170,0,1.00);color:white;}
dl.mail-form dd.h-manth img{max-width: 85%;height:auto;}
input[type="submit"].wpcf7-submit {height: 65px;width: 450px;margin:60px auto;display: block;background-color: #444;color: white;box-shadow: 20px 20px 0 0 rgba(0,0,0,0.10);-webkit-box-shadow: 20px 20px 0 0 rgba(0,0,0,0.10);border: none;cursor: pointer;-webkit-appearance: none;border-radius: 0;}
input[type="submit"].wpcf7-submit:hover {background-color: #B79EA2;}
.policy {margin: 60px; background-color:white;padding: 0px 20px;height: 200px;overflow: auto;font-size: 95%}
.policy b {display: block; padding: 20px 0px 5px;}
ul.fixed-btn {position: fixed;bottom: 0;right: 0;display: flex;display: -webkit-flex;}
ul.fixed-btn li {line-height: 80px;font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";}
/* 2505 test */
ul.fixed-btn li.test { margin: 0 2px 0 0;}
ul.fixed-btn li a{letter-spacing:2px;font-size: 80%; display: block; width: 80px;text-align: center;text-decoration: none;color: white;}
ul.fixed-btn li.test a {
    line-height: 1.4em;
    letter-spacing: .2em;
    height: auto;
    width: 60px;
    aspect-ratio: 1 / 1;
    border: 2px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.fixed-btn li.test.to_top a::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    rotate: -45deg;
    translate: 0 2px;
}
ul.fixed-btn li.test:nth-child(2) a {
    background-color: #1CD1A1;
}
ul.fixed-btn li.test:nth-child(3) a {
    background-color: #239EEA;
}
ul.fixed-btn li a:hover {background-color:#555555;}
ul.fixed-btn li.test a:hover {background-color:#555555; translate: 0 -5px;}
/*  / 2505 test */
div.rule {display:block;width:80%;height:200px;overflow:auto;margin:auto;border:1px solid #eaeaea;padding:10px;font-size:85%;line-height:1.8em;color:#444;}
/**ブログ********************
*************************************/
.single_info { padding: 40px 0; }
.blog-item { width: 760px;margin: 40px auto;padding: 20px 20px 50px; display: flex;display: -webkit-flex;flex-wrap: wrap;-webkit-flex-wrap: wrap;background-color: white;}
.blog-item.single h2{margin:2em auto 1em;}
.blog-item h2 a {text-decoration: none;}
.blog-item.single h3{text-align: center; background-color: #f3faff; color: #239eea; padding: 0.4em; border-radius: 100px; margin: 4em auto 2em;font-size:140%;width:auto;}
.blog-item.single h4{text-align:center;}
.blog-item .blog_info {width: 100%;font-size: 80%;line-height: 1.7em;padding: 5px 0;margin: 0 0 5px;}
.blog-item .blog_info li.cat:before,.blog-item .blog_info li.tag:before,.blog-item .blog_info li.cat:before,.blog-item .blog_info li.cal:before{width: 5em;display: inline-block;font-size: 90%;color: #4a7384}
.blog-item .blog_info li.cat:before {content: "カテゴリ";}
.blog-item .blog_info li.tag:before {content: "タグ";}
.blog-item .blog_info li.cal:before {content: "更新日";}
.blog-item .thumbnail {width: 320px;height: 180px;overflow: hidden;background-image: url(img/noimage.jpg);background-repeat: no-repeat;background-size: auto 100%;}
.blog-item .thumbnail img { height: auto;width: 100%;}
.blog-item p {width: calc(100% - 320px);box-sizing: border-box;padding: 0 0 0 20px;letter-spacing: 1px;}
.blog-item .thumbnail2 {width: 760px;height: 427px;margin: 0 0 30px; overflow: hidden;background-image: url(img/noimage.jpg);background-repeat: no-repeat;background-size: auto 100%;}
.blog-item .thumbnail2 img {width: 100%;height: auto;}
.single.blog-item p {width: 100%; box-sizing: border-box;padding: 0 16px 0 ;letter-spacing: 1px;margin: 0 0 20px;}
.blog-nav-area {margin: 60px auto;width: 768px;box-sizing: border-box;font-size: 90%;}
.blog-nav-area a { text-decoration: none;color: white;}
.blog-nav-area .nav-below {display:flex;display:-webkit-flex;justify-content: space-around;-webkit-justify-content: space-around;}
.blog-nav-area .nav-below span { display: block; width: 200px;text-align: center;}
.blog-nav-area .nav-below span a { background-color:#4a7384;display: block;line-height: 50px;border-radius: 4px;}
.blog-nav-area .nav-below span a:hover { background-color:#b79ea2;}
/**Aside********************
*************************************/
aside {padding: 60px 10px 60px;background-color: #fbefef;padding: 80px 0px 80px;}
aside h2 { font-size: 40px; color: #239EEA; font-weight: 700; text-align: center; margin: 0 0 64px;  }
aside h2 span { font-size: 24px; display: block;  }

aside .blog_archive_item h3 { font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; margin: 0; padding: 0; line-height: 1; }
aside .blog_archive_item h3 a { text-decoration: none; font-size: 22px;}
aside .sns-box {}
aside .sns-box ul {display: flex;display: -webkit-flex;flex-wrap: wrap;-webkit-flex-wrap: wrap;justify-content: space-around;-webkit-justify-content: space-around;}
aside .sns-box ul li {width: 280px; box-sizing: border-box;text-align: center;margin-bottom: 30px;font-size:85%;}
aside .sns-box ul li a {height: 100px;box-sizing: border-box;padding: 20px;line-height: 30px; display: block; color: white;text-decoration: none;}
aside .sns-box ul li a.tw {background-color: rgba(29,161,242,1.00);}
aside .sns-box ul li a.fb {background-color: rgba(66,103,178,1.00);}
aside .sns-box ul li a.ig {background-color: white;color: black;border: 1px rgba(0,0,0,1.00) solid;}
aside .sns-box ul li a:hover {opacity:0.7;}






/**フッタ********************
*************************************/
footer { padding:60px;color: rgba(148,148,148,1.00);}
footer > p { text-align:center;margin: 0 0 40px;}
footer .info {display:flex;display:-webkit-flex;margin: 60px 0;}
footer .info table {width: 40%;margin: 0 auto; display: block;box-sizing: border-box; padding:0px 0px; border-collapse: collapse;font-size: 94%;line-height: 1.7em;}
footer .info table a {color: rgba(148,148,148,1.00);text-decoration: none;}
footer .info table tr {}
footer .info table th,footer .info table td {font-size: 90%;padding: 10px 15px;border-bottom:1px solid rgba(224,224,224,1.00);}
footer .info table tr:last-child th,footer .info table tr:last-child td {border:none;}
footer .info table th {font-weight: 400;}
footer .info table td {vertical-align: top;}
footer .info ul.g-menu { width: 40%;margin: auto;}
footer .info ul.g-menu li {padding: 15px 0 15px;border-bottom: 1px solid rgba(233,233,233,1.00);}
footer .info ul.g-menu li a {color: rgba(148,148,148,1.00);text-decoration: none;display: block; }
footer .info ul.g-menu li a:hover {color:#edaea8;}
footer .info ul.g-menu li a span {font-size:80%;}
footer .sub-menu {display:none;}
/**WPプラグイン********************
*************************************/
#toc_container {display: none;}
/**アニメ********************
*************************************/
@-webkit-keyframes PRanime {
    0% {
    opacity:0;
    }
    25% {
    }
    50% {
    }
    75% {
    }
    100% {
    opacity:1;
    }

}
/*お仕事ログインページのみ********/
main.login-page {padding:0 0 0 200px;}
h1.login-title {background-color: #239EEA; color: white; text-align: center;padding:15px;}
ul.login-menu {border-right:1px solid #EAEAEA;background-color: #EFF8FF; position: absolute; top: 0;left: 0;display: block; width: 200px;height:calc( 100% - 1px );box-sizing:border-box;}
ul.login-menu li {text-align:center;border-bottom:1px solid #eaeaea;}
ul.login-menu li a{display:block;padding:10px 0px;text-decoration:none;color:#fff;background-color:#239EEA;}
ul.login-menu li a:hover{background-color:white;color:black;}
/*********コンタクトフォーム７　日払い請求(前半・後半)切り分け表示*/
form.wpcf7-form dl.mail-form dd.h-manth input[type="radio"]#f_half,
form.wpcf7-form dl.mail-form dd.h-manth input[type="radio"]#l_half {}
form.wpcf7-form dl.mail-form dd.h-manth input[type="radio"]#f_half + label,
form.wpcf7-form dl.mail-form dd.h-manth input[type="radio"]#l_half + label {margin: 10px 0 100px 0px;display:inline-block;}
form.wpcf7-form dl.mail-form dd.h-manth{position:relative;}
form.wpcf7-form dl.mail-form dd.h-manth input[type="radio"]#f_half + label + div,
form.wpcf7-form dl.mail-form dd.h-manth input[type="radio"]#l_half + label + div {opacity:0;transition: 1s; -webkit-transition: 1s; position: absolute; top: 40px;height: 100px;z-index: 0;}
form.wpcf7-form dl.mail-form dd.h-manth input[type="radio"]#f_half:checked + label + div,
form.wpcf7-form dl.mail-form dd.h-manth input[type="radio"]#l_half:checked + label + div {
  opacity:1;
  z-index: 10;
  margin: 20px 0;
}
span.wpcf7-not-valid-tip {padding:10px;font-size:90%;color:#B21C3F;}
div.wpcf7-validation-errors {background-color:#B21C3F;padding:10px;text-align:center;color:white;}
div.wpcf7-mail-sent-ok {background-color:#209FCC;padding:10px;text-align:center;color:white;position:relative;top:-150px;line-height:150px;}
div.screen-reader-response {display:none;}

/*ログイントップ計算フォーム*/
form.point-simulation {margin: 0 auto;}
.align_center{text-align: center;}
input.cal{height: 35px;width: 65%;text-align: center;margin: 10px auto;line-height: 30px;border-radius: 5px;box-sizing: border-box;border: 1px #666 solid;}
input[type="text"].pay1{height: 40px;width: 260px;text-align: center;margin: 10px 10px 0 0;border-radius: 3px;border: 1px #666 solid;}
input.sim-btn {border: none;height: auto;width: 32%;text-align: center;margin: 0 0 0 3%;display: inline-block;color: #ffffff;padding: 12px;font-size: 1.4rem;border-radius: 30px;box-shadow: 0px 3px 0 0 rgba(0,0,0,0.10);-webkit-box-shadow: 0px 3px 0 0 rgba(0,0,0,0.10);background-color: #239eea;}
input.sim-btn:hover {background-color: #ff5aad;color: white;}
.reward_cal_area{text-align: center;background-color: #ffeb3b;background-image: url(img/table-norborder.png);box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, .1);border-radius: 8px;padding: 20px;margin: 30px auto;padding: 70px 0;}
.bold {font-weight: bold;}
.fs_large {font-size: 1.4rem !important;}
.mt_15 {margin-top: 15px !important;}
.mt_8 {margin-top: 8px !important;}
.reward_cal_area input[type="text"], .reward_cal_area input[type="number"] {width: 78%;line-height: 54px;border-radius: 4px;margin: 0 10px 0 0;padding: 0 12px;border: 2px solid #209FCC;font-size: 1.3rem;background-color: #fff;color:#474545!important;}
.reward_cal_area span.rate {font-size: 25px;color: #e95269;padding: 0 5px;}
.reward_cal_area h3{background-image: linear-gradient(transparent 70%, rgb(51 215 189 / 34%) 60%);font-size: 1.6rem;font-weight: bold;margin: 35px auto 15px auto;color: #565656;width: 60%;}
@media (min-width: 769px) {
    input.cal,input.pay1 {height: auto;width: 64%;text-align: center;margin: 24px 0 0;display: inline-block;padding: 12px;box-sizing: border-box;font-size: 1.6rem; }
    input.sim-btn {border: none;height: auto;width: 32%;text-align: center;margin: 0 0 0 3%;display: inline-block;color: #ffffff;padding: 12px;font-size: 1.4rem;border-radius: 30px;box-shadow: 0px 3px 0 0 rgba(0,0,0,0.10);-webkit-box-shadow: 0px 3px 0 0 rgba(0,0,0,0.10);background-color: #239eea;}
    input.sim-btn:hover {background-color: #ff5aad;color: white;}
    .reward_cal_area{text-align: center;background-color: #faffea;background-image: url(img/icon-dot-black.png);box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, .1);border-radius: 8px;padding:40px 20px;margin-top: 25px;max-width: 500px;}
    .bold {font-weight: bold;}
    .fs_large {font-size: 1.4rem !important;}
    .mt_15 {margin-top: 15px !important;}
    .mt_8 {margin-top: 8px !important;}
    .reward_cal_area input[type="text"], .reward_cal_area input[type="number"] {width: 45%;height: 56px;line-height: 54px;border-radius: 4px;margin: 0 10px 0 0;padding: 0 12px;border: 2px solid #209FCC;font-size: 1.2rem;background-color: #fff;}
    .reward_cal_area h3{background-image: linear-gradient(transparent 89%, rgb(51 215 189 / 34%) 60%);font-size: 1.6rem;font-weight: bold;margin: 35px auto 15px auto;color: #565656;width: 60%;position: relative;padding-bottom: 9px;}
    .reward_cal_area h3::after {position: absolute;bottom: 0px;left: 0;width: 50px;height: 5px;content: "";background: #2bff9f;}
}




/* -----------
Common
----------- */
.section {
  padding: 112px 0;
}
.sec-container {
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto;
  box-sizing: border-box;
}
.sec-inner {
  background: #fff;
  border-radius: 20px;
  padding: 48px;
}

.inner-900 {
    max-width: 900px;
    margin: 0 auto;
}


/* -----------
トップのみ
----------- */

.sec-top .btn a { text-align: center; box-sizing: border-box; position: relative; max-width: 400px; background-color: #239eea; display: block; margin: 64px auto 0; color: #fff;text-decoration: none;box-shadow: 8px 8px 0 0 #00000010;border-radius: 36px;font-size: 20px; padding: 16px; font-weight: 700;}
.sec-top .btn a:hover { color:#239eea; background: #c1e7ff;  }


/* スライダー */
.slider{ display: none; }
.slider.slick-initialized{ display: block; }
.mv-section { position: relative; }
h1.site-title {z-index: 900; font-size: 32px;font-weight: 700;padding: 5px; position: absolute;left: 0;right: 0;margin: auto;width: auto;top: 30px;text-align: center;color: white;text-shadow: 0px 0px 8px rgba(0,0,0,.3);-webkit-text-shadow: 0px 0px 8px rgba(0,0,0,.3);}
.slick-slide { max-width: 1200px; opacity: .5; }
.slick-slide.slick-active { opacity: 1; }
.slider .slick-next,
.slider .slick-prev { width: 48px; height: 160px; top: 50%; }
.slider .slick-prev::before,
.slider .slick-next::before { display: block; width: 100%; height: 100%; content:""; background: url(img/slider_arrow.png) center / contain no-repeat; }
.slider .slick-next::before { transform: scale(-1, 1); }

/* エントリーボタン */
.entry-box { position: absolute; bottom: -40px; left: 0; right: 0; margin: auto; }
.entry-box ul{ display:flex; justify-content:center; }
.entry-box ul li {display:block;width:300px;}
.entry-box ul li + li { margin-left: 40px; }
.entry-box ul li a{line-height:72px;}
.entry-box ul li a {
    display: block;
    background-color: #FF6A6A;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    border-radius: 40px;
    border: 2px solid #F84E4E;
    border-bottom-width: 4px;
    font-size: 20px;
}
.entry-box ul li a:hover {background-color: #ffd6d6; color: #F84E4E;}
.entry-box ul li:nth-child(2) a {
    background-color: #1CD1A1;
    border: 2px solid #13AB83;
    border-bottom-width: 4px;
}
.entry-box ul li:nth-child(2) a:hover {background-color: #FAFFEA; color: #13AB83;}



/* トップセクション */
.sec-top p { line-height: 2; }
.sec-top h2 { font-size: 40px; color: #239EEA;font-weight: 700; text-align: center; margin: 0 0 64px;  }
.sec-top h2 span { font-size: 24px; display:block; }
.sec-top .sec-inner h3 { font-size: 32px; color: #239EEA;font-weight: 700; text-align: center; margin: 0 0 48px; }
.sec-top .sec-inner h3 span { font-size: 20px; display:block; }

/* バナー セクション */
.sec-banner { padding: 80px 0 48px; }

/* 冒頭セクション */
.sec-info { background-color: #ffd6d6; background-image: url(img/bg_pink_top.webp); background-repeat: no-repeat; background-size: 100% auto; background-position: left top; }
.sec-info-inner {
  display: flex;
  justify-content: space-between;
}
.sec-info-inner .img { width: 48%; border-radius:20px;box-shadow:8px 8px 0 rgba(0,0,0,.1);font-size: 0; overflow: hidden; }
.sec-info-inner .img img { width: 100%; }
.sec-info-inner .text { width: 48%; }

/* トピックスエリア*/
.topix-area {height:540px; margin: 0 auto; max-width: 900px; }
.topix-area .topix { background: #fff; border-radius: 20px; padding: 40px; box-sizing: border-box;}
.topix-area .feed{height:20em;overflow-y:auto;}
.topix .news-box .feed .news{padding:10px 0;border-top:1px dashed #eaeaea; display: flex; align-items: center;}

.topix .news-box .feed .news ul{}
.topix .news-box .feed .news:first-child {border-top:none;}
.topix .news-box p.btn a { font-size: 16px; padding: 12px;}
div.feed .news p a{ max-width: 320px; display:block;text-decoration:none; margin-left: 32px;}

.topix .news-box .feed .news ul, .topix .blog-box .feed .blog ul {display: flex;align-items: center;}
.topix .news-box .feed .news ul li.category, .topix .blog-box .feed .blog ul li.category {background-color: #439FD9;padding: 0px 10px;border-radius: 3px;font-size: 12px;}
.topix .news-box .feed .news ul li.category a, .topix .blog-box .feed .blog ul li.category a {  color: white;  text-decoration: none;}
.topix .news-box .feed .news ul li.date, .topix .blog-box .feed .blog ul li.date {color: #444;font-size: 85%;margin: 0 15px 0 0;}
.topix .news-box p.btn {}
.topix .news-box p.btn a {}



/* フレックス セクション */
.top-flex-con { display: flex; flex-wrap: wrap; justify-content: space-between;  margin-top:108px; }
.top-flex-con .flex-area {width: 48%; position: relative;}
.top-flex-con .flex-area:nth-child(n+3) { margin-top:108px; }
.top-flex-con .flex-area h2 {font-size: 24px; display: block; max-width: 400px; border-radius: 4px; text-align: center; position: absolute;padding:10px 0px ; color: white; top: -28px; right: 0; left: 0; margin: auto; background: #333}
.top-flex-con .flex-area .top-thumnail { font-size:0; }
.top-flex-con .flex-area .top-topix {padding: 0 0 100px;height: 410px; background-color: white;border-radius: 20px; overflow: hidden;}
.top-flex-con .flex-area .top-topix img {width: 100%;height:auto;}
.top-flex-con .flex-area .top-topix p{padding: 32px 40px; line-height:2em;}
.top-flex-con .flex-area p.btn a {position: absolute;bottom: 50px;left: 0;right: 0; display: block; max-width: 320px;margin:0 auto 0;font-size: 16px; padding: 12px; }



/* チャットレディで決まり！ セクション */
.sec-special{background-color: #ffd6d6;background-image: url(img/bg_pink_top.webp); background-repeat: no-repeat; background-size: 100% auto; background-position: left top;}
.top-special-box {margin-top: 80px;display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: auto 1fr; column-gap: 6%;}
.top-special-box .img { grid-row: span 2 / span 2; }
.top-special-box .img img { border-radius: 20px; box-shadow:8px 8px 0 rgba(0,0,0,.1);font-size: 0; }
.top-special-box h3 { color: #239EEA; font-size: 32px; font-weight: 700; }
.sec-special .top-special-box .text p { margin-top: 24px;  }

.sec-special .top-special-box:nth-of-type(even) h3 { grid-column-start: 2; grid-row-start: 1; }
.sec-special .top-special-box:nth-of-type(even) .text { grid-column-start: 2; }
.sec-special .top-special-box:nth-of-type(even) .img { grid-column-start: 1; grid-row-start: 1; }

/* たくさん活躍中！ セクション */
.sec-case { background:#FAFFEA; }
.top-sidejob-box .side-job-list { display:flex; justify-content: space-around; margin-top:48px; }
.top-sidejob-box .side-job-list li { width:26%; text-align:center; }
.top-sidejob-box .side-job-list span { color:#FB2248; font-size: 18px; font-weight: 700; }
.top-sidejob-box .side-job-list img { width: 100%; height: auto; margin-top:16px; }

.top-dependent-box { margin: 80px auto; display: grid; grid-template-columns: 320px 1fr; grid-template-rows: auto 1fr; column-gap: 6%; max-width: 996px; padding: 0 48px; }
.top-dependent-box h3 { grid-column-start: 2; grid-row-start: 1; color: #239EEA; font-size: 24px; font-weight: 700; }
.top-dependent-box .img { grid-column-start: 1; grid-row-start: 1; grid-row: span 2 / span 2; }
.top-dependent-box .img img { border-radius: 20px; box-shadow: 8px 8px 0 rgba(0, 0, 0, .1); font-size: 0; }
.top-dependent-box .text { grid-column-start: 2; margin-top:24px; }

.top-review-list { display:flex; flex-wrap: wrap; justify-content: space-between; }
.top-review-list li { width:46%; position:relative; margin-top:72px; }
.top-review-list h4 { max-width: 240px; text-align: center; padding: 12px; border-radius:4px; background: #FF6B6B; color: #fff; font-weight: 700; position: absolute; left: 0;right: 0; top: -24px; margin: auto; box-sizing: border-box;}
.top-review-list img { border-radius: 20px; width:100%; height: auto;  }
.top-review-list p { margin-top:32px;  }

/* 身バレ・扶養対策もバッチリ セクション**/
.sec-dependent { background-image:url(https://chatladys.com/wp-content/uploads/2023/09/faq-01-1.webp);background-repeat:no-repeat;background-size: auto 100%;background-position-x: clamp(-180px, calc((18000vw - 230400px) / 367), 0px); }
 .sec-dependent-inner { width:56.25%; margin-left:auto; }
 .sec-dependent-inner p { margin-top:24px; }


/* チェックポイント！ セクション */
.sec-point { background:#FAFFEA; }

.top-point-list {   }
.top-point-list li { background:#fff; display: flex; margin-top:48px; position:relative; margin-left: 60px;}
.top-point-list li .img { width: 320px; }
.top-point-list li .img img { height:100%; object-fit:cover; border-radius: 20px 0 0 20px; }
.top-point-list li .text { width: calc(100% - 320px); padding:40px 48px; border-radius: 0 20px 20px 0; }
.top-point-list li .text h3 { color: #239EEA; font-size: 32px; font-weight: 700; margin-bottom:24px; }
.top-point-list .top-point-check { position:absolute; background: #1CD1A1; color: #fff; font-size: 20px; font-weight: 700; height: 120px;width: 120px;border-radius: 50%; top: 0; bottom: 0; left: -60px;margin: auto; display: flex; flex-direction: column; justify-content: center; align-items: center;}
.top-point-list .top-point-check span { font-size: 32px;}

/* 身分証が必要な理由とは？ セクション**/
.sec-card {background-color: #ffd6d6;}

.top-card-box .img { max-width: 400px; height: 264px; margin: 0 auto; }
.top-card-box .img img { border-radius: 20px; box-shadow: 8px 8px 0 rgba(0, 0, 0, .1); font-size: 0; height: 100%; object-fit: cover;}
.top-card-box .text { background:#fff;border-radius:20px; padding: 80px 48px 40px 48px; margin: -40px 0 0; }
.top-card-box .text p + p {  margin-top: 16px; }

/* よくあるご質問 セクション */
.top-faq-box > p {  margin-top:24px; }

/* -----------
トップのみ ここまで
----------- */






.general-page .marker-under { background: linear-gradient(transparent 60%, #B5E3FF 60%); }
.general-page .text-area > :not(.mail-form) > img:not(.image-1) {width:100%;height:auto; margin: 0 0 30px;}
.login-page .text-area img {width:100%;height:auto;}
.box-m-size p + p {position:relative;line-height:2.2em;color:white;}
.wp-block-image {margin-bottom: 0 !important;}
figure {display: block; margin-block-start: 0 !important; margin-block-end: 0 !important; margin-inline-start: 0 !important; margin-inline-end: 0 !important;}







/*チャットレディJP関連サイト*/
aside.cljp-service {background:#f5f5f5;border-top:1px solid #00000005;border-bottom:1px solid #00000005;padding:50px calc(50% - 490px);width:100%;box-sizing:border-box;}
aside.cljp-service h2 {background:none !important;text-align:center;font-size:140%;}
aside.cljp-service ul {width:100%;padding:0;margin:0;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: 260px; padding: 10px 15px 15px;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;}

/*ログインTOP トピックス*/
.sec-topix { padding: 120px calc( 50% - 450px); border-bottom: rgba(225,225,225,1.00) 1px solid; }
.sec-topix-title { position: relative; margin: 0 0 0 40px; border-left: 1px solid rgba(33,33,33,1.00); padding-left: 12px; }
.sec-topix-title::before { content: ""; display: block; width: 30px; height: 30px; background-image: url(img/icon-ro.png); position: absolute; left: -40px; background-size: 30px; top: 0; bottom: 0; margin: auto; }
.topix-list { display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 40px; }
.topix-list li { width: 30%; display: flex; flex-direction: column; background: #fff; }
.topix-list li:nth-child(n+4) { margin-top: 5%; }
.topix-list li a { border: 1px solid #ccc; display: block; border-radius: 8px; overflow: hidden; text-decoration: none; flex-grow: 1; transition: box-shadow .3s,transform .3s; }
.topix-list li .thumbnail { height: 160px; }
.topix-list li .thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.topix-list li .title { padding: 16px; font-size: 16px; color: #111; }
.topix-list li a:hover { box-shadow: 4px 4px 0px 0px #00000033; transform: translate(-4px, -4px); }

.top-flex-con .flex-area .top-topix {
    height: calc(100% - 100px);
}

.box-m-size:before {
    height: 60%;
}






strong {color: #FB2248;}


/*Table---------------------------------*/
table.table.mt_15.mb_15 {width: 100%;max-width: 100%;border-spacing: 0;border-collapse: collapse;margin: 0 auto;}
table.mb_30 {margin-bottom: 30px !important;}
table.mt_30 {margin-top: 30px !important;}
table.table.mt_30.mb_30 {width: 100%;font-size: 0.8em;}
table.table th, .table td {padding: 10px 5px;line-height: 30px;text-align: center;vertical-align: middle;border: 1px solid #FAF1EA;font-weight: 400;}
table.table th {width: 240px;background: #FAF1EA;white-space: nowrap;}
table.table td {background: #FFF;}

/* 点滅表示 */
.blinking{
-webkit-animation: blink 1.5s infinite;
  -moz-animation: blink 1.5s infinite;
  animation: blink 1.5s infinite;
  text-align: center;
  margin: 60px auto 0;
  color: #ff416e;
  font-weight: bold;
  line-height: 24px;
  border: solid 2px #ff416e;
  width: 50%;
  padding: 20px;
  border-radius: 45px;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

/*ログインページ重要なお知らせ*/
.section.alert{padding: 40px 10px;}
.section.alert .container {}
.section.alert .container > h3 {}
.section.alert .container > h3::after {  background: inherit;}
.section.alert .container .btn_wrapper .btn a {}

/*よくある質問　目次*/
div#toc_container {
    margin: 0 auto 40px;
    padding: 40px;
    border-radius: 4px;
}

div#toc_container ul li {
    line-height: 30px;
}


/*
初心者ガイド
---------------------------------*/
.single_table_of_contents {
    background: #fff;
    padding: 56px 16px 8px 16px;
    position: relative;
    border: none;
    margin: 40px auto;
    counter-reset: number;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 10px 10px 0px 0px #00000033;
}
.single_table_of_contents::before {
    content: "目次";
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 100%;
    background: #ff6a6a;
    padding: 8px 8px 8px 64px;
    color: #fff;
    box-sizing: border-box;
    font-weight: 700;
}
.single_table_of_contents::after {
    content: "";
    position: absolute;
    left: 16px;
    top: 10px;
    background: url(img/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;
    margin: 0 0 8px;
}


ul.single_table_of_contents li.count_reset{
    counter-reset: number;
}

ul.single_table_of_contents li.count_reset2 {
    counter-reset: number 1;
}
ul.single_table_of_contents li.count_reset3 {
    counter-reset: number 2;
}
ul.single_table_of_contents li.count_reset4 {
    counter-reset: number 3;
}
ul.single_table_of_contents li.count_reset5 {
    counter-reset: number 4;
}
ul.single_table_of_contents li::before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    counter-increment: number;
    content: counter(number)'';
    background: #ff6a6a;;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.beginner_guide_txt {
    color: #239eea;
    font-weight: 700;
    padding: 8px 0 10px 40px !important;
    position: relative;
    border-radius: 4px;
    display: inline-block;
    width: auto !important;
}

.beginner_guide_txt::after {
    content: '';
    width: 82%;
    height: 10px;
    background-image: url(/wp-content/themes/newworld/img/icon-wave01.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 40px;
}

.beginner_guide_txt.pc {
    padding: 8px 0 8px 44px;
    margin-top: 24px;
}

.beginner_guide_txt.sp::before {
    content: '';
    background: url(img/mobile-screen-button-solid.svg) no-repeat;
    position: absolute;
    top: 50%;
    left: 4px;
    transform: translate(0, -50%);
    height: 30px;
    width: 24px;
}
.beginner_guide_txt.pc::before {
    content: '';
    background: url(img/laptop-solid.svg) no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    height: 24px;
    width: 30px;
}

@media (min-width: 769px) {
    .beginner_guide_txt {
        display: inline-block;
        padding-right: 40px !important;
    }
}


h2.beginnerguide.smart_phone,
h2.beginnerguide.computer {
    font-size: 20px;
    margin: 48px 0 0;
    padding: 16px 16px 16px 64px;
    background-color: #239EEA;
    color: #fff;
    border-radius: 9999px;
    box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.10), -5px -5px 0 0 rgba(0, 0, 0, 0.08);
    position: relative;
    box-sizing: border-box;
}

h2.beginnerguide.smart_phone::before {
    content: '';
    position: absolute;
    background: url(img/mobile-screen-button-solid_w.svg) no-repeat;
    top: 50%;
    left: 26px;
    transform: translate(0, -50%);
    height: 30px;
    width: 20px;
}

h2.beginnerguide.computer::before {
    content: '';
    position: absolute;
    background: url(img/laptop-solid_w.svg) no-repeat;
    top: 50%;
    left: 12px;
    transform: translate(8px, -50%);
    height: 24px;
    width: 30px;
}

h3.beginnerguide {
    font-size: 16px;
    font-weight: 700;
    padding: 8px 0 8px 16px;
    background-color: #ffd6d6;
    border: 3px solid #ff6a6a;
    position: relative;
    border-radius: 8px;
    margin: 24px auto 16px;
    width: 100%;
    box-sizing: border-box;
}

h3.beginnerguide::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 40px;
    height: 40px;
    background-image: url(/wp-content/themes/newworld/img/icon-naname01.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.postid-2700 .wp-block-image {
    margin: 0 auto;
}

.postid-2700 .wp-element-caption strong {
    color: #239EEA;
}

/*---------------------------------
カスタムブロック(Lazy Blocks) デザイン CSS
---------------------------------*/
.wp-block-lazyblock-block-recommend-post {
    position: relative;
  padding: 32px 24px 24px;
  margin: 56px 0 40px;
    border: solid 2px #1cd1a1;
    border-radius: 4px;
    background: #fff;
}
.wp-block-lazyblock-block-recommend-post span {
    position: absolute;
    top: -16px;
    left: 16px;
    background: #1cd1a1;
    display: block;
    padding: 4px 8px 4px 40px;
    color: #fff;
    border-radius: 4px;
}
.wp-block-lazyblock-block-recommend-post span::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 0; bottom: 0;
    margin: auto;
    background: url(img/icon_book_w.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.wp-block-lazyblock-block-recommend-post a {
  color: #1cd1a1;
}

.wp-block-lazyblock-block-simple-box {
    margin: 40px 0;
    border: 2px solid rgba(35, 158, 234, 0.4);
    border-radius: 3px;
    padding: 24px;
    background: #fff;
}
.wp-block-lazyblock-block-simple-box .title {
    font-size: 20px;
    position: relative;
    font-weight: 700;
}
.wp-block-lazyblock-block-simple-box p {
    padding: 0 !important;
    margin: 16px 0 0 !important;
}
.wp-block-lazyblock-block-simple-box-point {
    margin: 40px 0;
    border-radius: 4px;
    padding: 40px 24px 24px;
    background: #FFF;
    border: solid 2px #1cd1a1;
    position: relative;
}

.wp-block-lazyblock-block-simple-box-point .title {
    font-size: 16px;
    position: relative;
    padding: 16px 24px 16px 64px;
    font-weight: 700;
    color: #fff;
    background-color: #1cd1a1;
    border-radius: 9999px;
    position: absolute;
    top: 0;
    left: -10px;
    transform: translateY(-50%);
    background-image: url(img/table-norborder-white.png);
}

.wp-block-lazyblock-block-simple-box-point .title::before {
    content: "";
    position: absolute;
    left: 24px;
    top: 50%;
    height: 45px;
    width: 21px;
    background: url(img/icon_point_p.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    transform: translateY(-50%);
}
.wp-block-lazyblock-block-simple-box-point p {
    padding: 0 !important;
    color: #1cd1a1;
    margin: 0 !important;
}

.wp-block-lazyblock-block-chat-balloon {
    margin: 40px 0;
}
.wp-block-lazyblock-block-chat-balloon .chat_balloon_item + .chat_balloon_item {
    margin-top: 20px;
}
.wp-block-lazyblock-block-chat-balloon .left {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wp-block-lazyblock-block-chat-balloon .right {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
.wp-block-lazyblock-block-chat-balloon .icon img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: solid 2px rgba(35, 158, 234, 0.4);
    overflow: hidden;
    object-fit: cover;
    box-sizing: border-box;
    margin: 0 !important;
}
.wp-block-lazyblock-block-chat-balloon p {
    position: relative;
    border: solid 2px rgba(35, 158, 234, 0.4);
    margin: 0 !important;
    padding: 24px !important;
    width: calc( 100% - 170px ) !important;
    border-radius: 4px;
    box-sizing: border-box;
    background: #fff;
}
.wp-block-lazyblock-block-chat-balloon p::before,
.wp-block-lazyblock-block-chat-balloon p::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    top: 0;
    bottom: 0;
    margin: auto;
    border-width: 8px 8px 8px 0;
    border-color: transparent #fff transparent transparent;
}
.wp-block-lazyblock-block-chat-balloon .left p::before {
    left: -18px;
    border-width: 18px 18px 18px 0;
    border-color: transparent rgba(35, 158, 234, 0.4) transparent transparent;
}
.wp-block-lazyblock-block-chat-balloon .left p::after {
    top: 0;
    left: -15px;
    border-width: 15px 15px 15px 0;
    border-color: transparent #fff transparent transparent;
}
.wp-block-lazyblock-block-chat-balloon .right p::before {
    right: -18px;
    border-width: 18px 0 18px 18px;
    border-color: transparent transparent transparent rgba(35, 158, 234, 0.4);
}
.wp-block-lazyblock-block-chat-balloon .right p::after {
    top: 0;
    right: -15px;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #fff;
}


/* YOAST FAQ */
.schema-faq-section {
    letter-spacing: 1px;
}
.schema-faq-question {
    font-size: 180%;
    background-image: url(img/faq-q.png);
    background-repeat: no-repeat;
    padding: 0 0 0 40px;
    background-size: auto 30px;
    background-position: left center;
    color: #000;
    font-weight: 400;
    display: block;
}
.schema-faq-answer {
    padding: 20px 40px 50px;
    margin: 0 0 50px;
    color: #666;
    border-bottom: dashed 2px #999;
}
.page-id-55 .wp-block-image.size-full {
    width: 100% !important;
}


/* 記事作成 */
.blog_wrapper {
  width: 100%;
  margin: 40px auto;
  background-color: white;
  box-sizing: border-box;
}

.blog_wrapper h2 {
    box-sizing: border-box;
    position: static;
    font-size: 20px;
    margin: 48px 0 32px;
    padding: 16px 24px;
    background-color: #239EEA;
    color: #fff;
    border-radius: 9999px;
    box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.10), -5px -5px 0 0 rgba(0, 0, 0, 0.08);
}

.blog_wrapper h3 {
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 24px;
    background-color: #ffd6d6;
    border: 3px solid #ff6a6a;
    position: relative;
    border-radius: 8px;
    margin: 24px auto 16px;
    width: 100%;
}

.blog_wrapper p {
    line-height: 1.8em;
}

.single-post .wp-block-table tr:first-child td {
    background-color: rgba(255, 214, 214, 0.4);
}

.single-post .wp-block-table td {
    border: 1px solid #ffd6d6;
}

.single-post .wp-element-caption {
    color: #ffd6d6;
    text-align: center;
    margin-top: .6em;
}

.single-post .wp-block-image {
    margin: 0 auto 20px !important;
}


/* お仕事ログインページ */
#js-slider-1 {
    display: block;
    width: 100%;
    margin: 0 auto !important;
}
#js-slider-1 img {
    width: 100%;
}

#js-slider-1 li {
  margin: 0;
}

#js-slider-1 .slick-prev {
  top: 50%;
  z-index: 1;
}

#js-slider-1 .slick-next {
  top: 50%;
  z-index: 1;
}

#js-slider-1 .slick-dots {
  bottom: 10px;
}





/*
関連記事　初心者ガイド
---------------------------------*/
#related_article_wrapper * {
    box-sizing: border-box;
}
#related_article_wrapper h2 {
    font-size: 20px;
    margin: 48px 0 32px;
    padding: 16px 24px;
    background-color: #239EEA;
    color: #fff;
    border-radius: 9999px;
    box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.10), -5px -5px 0 0 rgba(0, 0, 0, 0.08);
}
#related_article_wrapper .related_article_pc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    gap: 32px 0;    
}

.related_article_list.sp {
    display: none;
}
#related_article_wrapper .related_article_pc li {
    width: 31%;
    background: #fff;
    box-shadow: 12px 16px 0 0 rgba(0, 0, 0, 0.2), -8px -8px 0 0 rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

#related_article_wrapper .related_article_pc li a {
    position: relative;
    text-decoration: none;
    height: 100%;
    display: flex;
    flex-direction: column;
}

#related_article_wrapper .topics_thumb {
    margin-bottom: 8px;
}
#related_article_wrapper .topics_thumb img {
    width: 100%;
    object-fit: cover;
    height: auto;
    aspect-ratio: 3 / 2;
}
#related_article_wrapper .topics_inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
}

#related_article_wrapper .topics_cat {
    background: #f3faff;
    padding: 8px 20px;
    color: #239EEA;
    font-size: 12px;
    width: auto;
    border-radius: 9999px;
}

#related_article_wrapper .topics_date {
    width: auto;
    color: #585858;
    font-size: 12px;
}

#related_article_wrapper .topics_title {
    margin: 10px 0 16px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5em;
    width: 100%;
    background: none;
    text-align: left;
    color: #000;
}

#related_article_wrapper .topics_title::before {
    content: none;
}
#related_article_wrapper .topics_btn {
    width: 100%;
    text-align: center;
    margin: auto auto 16px;
}

#related_article_wrapper .topics_btn p {
    font-size: 13px;
    display: inline-block;
    padding: 8px 40px;
    background-color: #F88;
    color: #fff;
    border-radius: 9999px;
    box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.10), -5px -5px 0 0 rgba(0, 0, 0, 0.08);
    width: auto;
    margin: 0;
    transition: .3s;
}

#related_article_wrapper .related_article_pc li:hover .topics_btn p {
    background-color: #888;
}


/* ブログArchives */
.blog_archive_area {    
    background-image: url(img/bg_blog_archive.webp),url(img/bg_blog_archive_bottom.webp);
    background-repeat: no-repeat,no-repeat;
    background-size: 100% auto,100% auto;
    background-position: left top, left bottom;
}

.blog_archive_title_area {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
}

h1.blog_archive_title {
    font-size: 30px;
    width: 100%;
    max-width: 1000px;
    padding: 0px;
    margin: 0 auto;
    text-align: center;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: #3888ba;
    letter-spacing: 1.5px;
    font-weight: 500;
}

h1.blog_archive_title span {
    display: block;
    font-size: 12px;
    font-family: 'Sen',sans-serif;
    color: #84c3eb;
    letter-spacing: 1.5px;
    font-weight: 700;
}

.blog_archive_item {
    width: 900px;
    margin: 40px auto;
    padding: 0;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    background-color: white;
    border-radius: 20px;
    overflow: hidden;
    box-sizing: border-box;
}
.blog_archive_item_left {
    width: 330px;
}
.blog_archive_item_right {
    box-sizing: border-box;
    width: calc( 100% - 330px );
    padding: 28px 25px 18px;
}

.blog_archive_item .thumbnail {
    width: 100%;
    height: 100%;
    /* max-height: 220px; */
    overflow: hidden;
    background-image: url(img/noimage.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.blog_archive_item .thumbnail img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: .3s;
}

.blog_archive_item .thumbnail img:hover{
  transform:scale(1.1,1.1);
}

.blog_archive_item h2 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    margin: 0;
    padding: 0;
    line-height: 1;
}
.blog_archive_item h2 a {
    text-decoration: none;
    font-size: 22px;
}

.blog_archive_item h2 a:hover {
    color: #3888ba;
}

.blog_archive_item .blog_contents {
    margin: 0;
    padding: 18px 0 0;
}

.blog_archive_item .blog_contents a {
    font-size: 15px;
    line-height: 1.5;
    color: #383b3c;
    text-decoration: none;    
}

.blog_archive_item .blog_archive_info {
    display: flex;
    justify-content: space-between;
    padding: 12px 0 0;
}

.blog_archive_item .blog_cat {
    text-align: right;
    margin: 0;
    padding: 0;
}

.blog_archive_item .blog_cat a {
    font-size: 13px;
    background: #439fd9;
    color: #fff;
    padding: 3px 5px;
    text-decoration: none;
    border-radius: 3px;
    transition: .3s;
}

.blog_archive_item .blog_cat a:hover {
    background: #3888ba;
}

.blog_archive_item .blog_date {
    text-align: right;
    font-size: 13px;
    color: #8c8c8c;
    margin: 0;
    padding: 0;
}

.blog_archive_nav_area {
    margin: 0px auto;
    padding: 20px 0 50px;
    width: 900px;
    box-sizing: border-box;
    font-size: 16px;
}
.blog_archive_nav_area a {
    text-decoration: none;
    color: white;
}
.blog_archive_nav_area .blog_archive_nav_below {
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}
.blog_archive_nav_area .blog_archive_nav_below span {
    display: block;
    box-sizing: border-box;
    width: 200px;
    text-align: center;
    position: relative;
}
.blog_archive_nav_area .blog_archive_nav_below span a {
    background: rgb(23,136,206);
    background: linear-gradient(90deg, rgba(23,136,206,1) 0%, rgba(35,158,234,1) 66%, rgba(50,169,242,1) 100%);
    display: block;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    transition: .3s;
}
.blog_archive_nav_area .blog_archive_nav_below span a:hover {
    opacity: .9;
}

.blog_archive_nav_area .blog_archive_nav_below span.blog_archive_nav_previous a {
    padding: 0 0 0 18px;
}

.blog_archive_nav_area .blog_archive_nav_below span.blog_archive_nav_next a {
    padding: 0 18px 0 0;
}

.blog_archive_nav_previous::before {
    font-family: "Font Awesome 5 Free";
    content:'\f137';
    font-weight: 900;
    position: absolute;
    left: 30px;
    top: 17px;
    font-size: 18px;
    color: #fff;
}

.blog_archive_nav_next::before {
    font-family: "Font Awesome 5 Free";
    content:'\f138';
    font-weight: 900;
    position: absolute;
    right: 30px;
    top: 17px;
    font-size: 18px;
    color: #fff;
}

.category_nav_area {
    width: 80%;
    max-width: 900px;
    margin: 10px auto 15px;
}

.category_nav_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.category_nav_list li {
    width: 150px;
    margin: 0 0 15px;
    padding: 0 5px 0;
    border-right: 1px solid #439fd9;
}

.category_nav_list li:last-child {
    border-right: none;
}

.category_nav_list a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    text-align: center;
    color: #439fd9;
    text-decoration: none;
    transition: opacity .3s;
    font-weight: 700;
}

.category_nav_list a:hover {
    opacity: .8;
}

.category_nav_list a span {
    font-size: 13px;
    font-weight: 400;
}

.category_nav_list img {
    width: auto;
    height: 40px;
    padding: 0 0 8px;
    display: block;
}

/* おしらせArchives */
.news_archive_area {
    background-image: url(img/bg_blog_archive.webp), url(img/bg_blog_archive_bottom.webp);
    background-repeat: no-repeat, no-repeat;
    background-size: 100% auto, 100% auto;
    background-position: left top, left bottom;
    padding: 112px 0;
}
.news_archive_title {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: #3888ba;
    letter-spacing: 1.5px;
    font-weight: 500;
    width: 80%;
    max-width: 900px;
    margin: 112px auto 64px;
    font-size: 28px;
    display: flex;
    align-items: center;
}
.news_archive_area .news_archive_title:first-child {
    margin-top: 0;
}
.news_archive_title img {
    width: 40px;
    margin-right: 16px;
}


/* 文章内ボタン微調整 */
.text-area p.btn.in_paragraph a {
    margin: 0 auto 60px;
    width: fit-content;
    padding: 16px;
    line-height: 1.5em;
    min-width: 320px;
    background: #f3faff;
    border: 2px solid #439fd9;
    color: #439fd9;
    font-weight: bold;
    letter-spacing: .1em;
    box-shadow: 20px 20px 0 0 rgba(67, 159, 217, 0.10);
}
.text-area p.btn.in_paragraph:has(+ p) a {
    margin: 0 auto 40px;
}
.text-area p.btn.in_paragraph a:hover {
    border-color: #fff;
    background-color: #439fd9;
    color: #f3faff;
}

.text-area p.btn.cta_entry a {
    margin: 0 auto 60px;
    width: fit-content;
    padding: 24px 16px;
    line-height: 1.5em;
    min-width: 320px;       
    background: linear-gradient(-20deg, rgb(255, 106, 106) 50%, rgb(239 244 132) 100%);
    background-size: 200% 100%;
    color: #fff;
    font-weight: bold;
    letter-spacing: .1em;
    border-radius: 6px;
    box-shadow: 20px 20px 0 0 rgba(255, 106, 106, .1);
    position: relative;
    z-index: 0;
}
.text-area p.btn.cta_entry a:hover {
    background-position: 100% 0;
}
/* 無料登録ページ　微調整 */
body.customize-support .text-area:has(> .blinking) {padding: 0;}
body.customize-support .blinking {width: 55%;margin: 0 auto 30px !important;line-height: 24px !important;}
body.page-id-55 .schema-faq .schema-faq-section:last-child {
    margin-bottom: 96px;
}

/* FAQ トップ よくある質問ページ 共通 */
body .schema-faq-section {
    cursor: pointer;
    letter-spacing: 1px;
    padding: 32px 0;
    margin: 0;
    color: #666;
    border-bottom: dashed 2px #e3e3e3;
    background-position: left 9px;
}
body .schema-faq-question {
    line-height: 1.6em;
    font-size: 150%;
    padding: 0 56px;
    background-size: auto 30px;
    background-position: left 5px;
    position: relative;
}

body .schema-faq-question::before,
body .schema-faq-question::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transition: .3s;
    translate: 0 -50%;
}
body .schema-faq-question::before {
    width: 35px;
    height: 35px;
    border: 2px solid #000;
    border-radius: 50%;
}
body .schema-faq-question::after {
    width: 8px;
    height: 8px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    rotate: 45deg;
    right: 14px;
    translate: 0px calc(-50% - 2px);
}

body .schema-faq-section:hover .schema-faq-question::before {
    background-color: #000;
}
body .schema-faq-section:hover .schema-faq-question::after {
    border-color: #fff;
}
body .schema-faq-answer {
    line-height: 1.6em;
    padding: 20px 56px 0;
    margin: 0;
    border-bottom: none;
    max-height: 0;
    display: none;
    transition: max-height 0.3s ease-out;
    overflow: hidden;
}

body .schema-faq-section.open .schema-faq-question::before {
    background-color: #000;
}
body .schema-faq-section.open .schema-faq-question::after{
    border-color: #fff;
    rotate: 225deg;
    translate: 0px calc(-50% + 2px);
}
body .schema-faq-section.open .schema-faq-answer {
    display: block;
}

/* FAQ　目次　調整 */
body.page-id-55 div#toc_container {
    padding: 0;
    background: none;
    border: none;
}

body.page-id-55 #toc_container p.toc_title {
    position: relative;
    padding: 0.3em !important;
    margin: 0 auto 40px;
}

body.page-id-55 #toc_container p.toc_title span.toc_toggle {
    position: absolute;
    display: block;
    bottom: 0;
    left: 50%;
    translate: -50% 100%;

}
body.page-id-55 #toc_container p.toc_title span.toc_toggle a {
    background: #666;
    color: #fff;
    width: 7em;
    border-radius: 6px;
    padding: .3em;
    display: block;
    font-size: 90%;
}
body.page-id-55 #toc_container p.toc_title span.toc_toggle .toc_brackets {
    display: none;
}

body.page-id-55 #toc_container ul.toc_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: .5em;
}

body.page-id-55 #toc_container.no_bullets ul li {
    border-radius: 6px;
    background-color: #fff !important;
}

body.page-id-55 #toc_container ul li a {
    color: #000;
    font-weight: 600;
    display: block;
    padding: 1em 2em 1em 4em !important;
    position: relative;
    line-height: 1.6em;
    height: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

body.page-id-55 #toc_container a span.toc_number {
    width: 3em;
    text-align: center;
    color: #439fd9;
    border-right: 2px dashed rgba(67, 159, 217, 0.10);
    position: absolute;
    left: 0;
    top: 50%;
    translate: 0 -50%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}