/*pcトップ*/

.pc-head {
    background: linear-gradient(25deg, rgba(50, 55, 77, 0.3), rgba(56, 23, 42, 0.6)), url(/assets/images/city-img3-2.svg);
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 300px;
}

.city-contents-fc-inline {
    display: block;
    text-align: center;
}

.city-contents {
    overflow: hidden;
}


/*
.city-contents .moz-p {
  margin-bottom: 1.5rem;
}
*/


/*回転*/

.rotate-20 {
    transform: rotate(0deg);
}

.rotate-20-2 {
    transform: rotate(0deg);
}


/*フレックス要素*/

.city-flex {
    width: 100%;
    display: flex;
}

.city-flex-item {
    width: 50%;
}

.city-flex-item2 {
    width: 20%;
}

.city-flex-item3 {
    width: 80%;
}

.city-flex-item4 {
    width: 25%;
}

.city-flex-item5 {
    width: 75%;
}

.city-flex-item6 {
    width: 37%;
}

.city-flex-item7 {
    width: 63%;
}


/*ブログ用*/

.city-flex-item .blog_box {
    margin: 0.2rem;
    border: solid 1px #F88F36;
}

.blog_box .moz-name {
    width: 70%;
    background: #F88F36;
    color: #ffffff;
    text-align: center;
    float: left;
    padding: 0.3rem 0;
    margin-bottom: 0.3rem;
    font-size: 0.7rem;
}

.blog_box .moz-day {
    width: 30%;
    background: #ffffff;
    text-align: center;
    float: left;
    padding: 0.3rem 0;
    font-size: 0.7rem;
}

.blog_box .moz-text {
    padding: 0.5rem;
    clear: both;
    height: 110px;
    overflow: hidden;
    margin-bottom: 1rem;
    font-size: 0.8rem;
}

.blog_box .moz-bold {
    font-weight: 700;
    overflow: hidden;
    font-size: 0.8rem;
    border-bottom: solid 1px #333333;
    padding-bottom: 0.2rem;
    display: block;
}

.city-blog .moz-next_box {
    display: inline-block;
    border: solid 1px #333333;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #333333;
}

.city-blog .moz-next_box2 {
    display: inline-block;
    border: solid 1px #1F1F1F;
    width: 80px;
    height: 40px;
    line-height: 40px;
    color: white;
    background: #1F1F1F;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
}

.city-blog .moz-block_area {
    display: inline-block;
    border: solid 1px #333333;
    width: 24%;
    line-height: 30px;
    text-align: center;
    font-size: 1rem;
    color: #333333;
    padding: .5rem;
}


/*見出し　sideボーダー*/

.city-contents .moz-border_heading,
.city-contents .moz-border_heading2 {
    border-top: 1px solid #333333;
    height: 1px;
    text-align: center;
    overflow: visible;
    margin-bottom: 2rem;
}

.city-contents .moz-border_heading::after,
.city-contents .moz-border_heading2::after {
    background: rgb(255, 255, 255);
    color: #333333;
    font-weight: 700;
    font-size: 1.2rem;
    width: 80%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    position: relative;
    top: -20px;
}

.city-contents .moz-border_heading::after {
    content: "北海道のチャットレディエリア";
}

.city-contents .moz-border_heading2::after {
    content: "店舗別のスタッフブログ";
}


/*チャットレディ全エリア*/

.city-flex-item7 .mod-name {
    font-weight: bold;
    display: inline-block;
    position: relative;
    padding-left: 2rem;
}

.city-flex-item7 .mod-name::before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-image: url(/assets/images/pokeko.svg);
    background-size: contain;
    vertical-align: middle;
    left: 0;
    bottom: 0.3em;
}

.city-flex-item7 .mod-border {
    height: 3px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
}

.city-flex-item7 .mod-box {
    padding: 0.5rem;
    padding-top: 0.3rem;
}

.city-contents-pink {
    display: block;
    background: #FFE8E8;
    text-align: center;
    padding: 1rem;
    margin-bottom: 1rem;
}


/*応募リンク*/

.city-contents .moz_entry-link {
    background: transparent linear-gradient(270deg, #FFCA74 0%, #FFAD1C 49%, #FCC257 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    font-size: 1.5rem;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    border-radius: 40px;
    padding: 0.5rem 0 1.5rem 0;
    width: 90%;
    margin: 0 auto;
    position: relative;
    line-height: 1.6;
}

.city-contents .moz_entry-link::after {
    position: absolute;
    content: '今なら10,000円プレゼント';
    display: block;
    text-align: center;
    padding-top: 0.5rem;
    font-size: 0.7rem;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.city-contents .moz_entry-link::before {
    content: '';
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    background-size: contain;
    background-image: url(/assets/images/white_right.svg);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    right: 20px;
    top: 43%;
}


/*アンダーバー*/

.city-contents .moz-under_orange {
    line-height: 1.8;
    border-radius: 3px;
    padding: 0 0.2em 0 0.2em;
    font-weight: 500;
}

.city-contents .moz-under_orange {
    background: linear-gradient(transparent 0%, #fff1c2 0%);
}


/*タイトル系*/

.city-contents .moz-title-content {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin-top: 6rem;
    margin-bottom: 3rem;
    line-height: 1.2;
}

.city-contents .moz-title-content::before {
    content: '';
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    background-size: contain;
    background-image: url(/assets/images/city-img2.svg);
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    bottom: -1.9rem;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.city-contents .moz-title-content2 {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin-top: 10rem;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.city-contents .moz-title-content2::before {
    content: '';
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    background-size: contain;
    background-image: url(/assets/images/city-img2.svg);
    width: 100px;
    height: 92px;
    background-repeat: no-repeat;
    bottom: -2.5rem;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.city-contents .moz-title_border {
    background-color: #333333;
    width: 80px;
    margin-top: 0.5rem;
    left: 52%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    border: solid 2px #333333;
}


/*アンダーバー*/

.city-contents .moz-under_pink {
    background: linear-gradient(transparent 65%, #FFE8E8 50%);
    font-weight: 600;
    font-size: 1.2rem;
    display: inline-block;
    text-align: center;
}


/*登録～報酬までの流れ*/

.city_flex2 {
    display: flex;
    margin: 0 auto;
}

.city_flex-item4-2 {
    width: 30%;
}

.city_flex-item5-2 {
    width: 70%;
    padding-left: 0.5rem;
    line-height: 1.5;
    font-size: 0.9rem;
}

.city_flex-item5-2 .moz-text_orange {
    color: #F88F36;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 2;
}

.moz-background2 {
    background-color: #fff;
    background-size: 7px 7px;
    background-image: radial-gradient(#fcad63 10%, transparent 20%);
}

.moz-background2 .moz-White {
    border: solid 1px #333333;
    background: White;
    padding: 1rem;
    margin: 1rem;
}


/*pc区切り線*/

.city-content-pc-line,
.city-content-pc-line2 {
    background-image: repeating-linear-gradient(-45deg, #fff, #fff 7px, transparent 0, transparent 14px);
    height: 60px;
    border: none;
    margin: 2rem 0;
}

.city-content-pc-line {
    background-color: #f18d9e;
}

.city-content-pc-line2 {
    background-color: #5bc8ac;
}


/*flex要素*/

.city-contents-pcflex,
.city-contents-pcflex-item1,
.city-contents-pcflex-item2,
.city-contents-pcflex-item3,
.city-contents-pcflex-item4 {
    width: 100%;
}

.city-contents-pcflex-item2 {
    margin: 1rem;
}

.city-contents-pcflex {
    display: block;
    /* padding-top: 3rem;*/
}


/*リンク*/

.city-link {
    width: 90%;
    margin: 0 auto;
    border: solid 1px #727272;
    padding: 0.8rem 0.3rem;
    margin-bottom: 5rem;
}

.city-link .moz-text {
    text-align: center;
    display: block;
    font-size: 0.8rem;
    text-align: left;
    line-height: 1.2;
    position: relative;
    left: 25%;
    margin: 0 auto;
}

.city-link .moz-text::before {
    position: absolute;
    content: '';
    background-image: url(/assets/images/pokeko.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 25PX;
    width: 25PX;
    left: -15%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
}

.city-link .moz-text::after {
    position: absolute;
    content: '';
    background-image: url(/assets/images/gallery-img17.svg);
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
    height: 25PX;
    width: 25PX;
    left: 65%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/*エリア*/

.city-contents .moz-area {
    border-bottom: 2px solid #707070;
    padding-bottom: 1rem;
    line-height: 1;
    margin-top: 3rem;
}

.city-contents .moz-area_kanto,
.city-contents .moz-area_tenpo {
    position: relative;
    border-top: 2px solid #707070;
    height: 1rem;
    margin: 1rem 0;
}

.city-contents .moz-area_kanto::after,
.city-contents .moz-area_tenpo::after {
    left: 0;
    top: -1rem;
    background: #ffffff;
    display: inline-block;
    height: 2rem;
    line-height: 2rem;
    padding: 0 1rem 0 0;
    font-size: 1.2rem;
    font-weight: 700;
    position: absolute;
}

.city-contents .moz-area_kanto::after {
    content: '関東エリア';
}

.city-contents .moz-area_tenpo::after {
    content: '通勤勤務可能なおすすめ店舗';
}


/*地域検索

.city_background_img {
  background-image: url(/assets/images/city-img13.png);
  background-size: 100%;
  padding-top: 78%;
  height: 0;
  background-repeat: no-repeat;
  position: relative;
}

.sapporo, .sendai, .kanto, .koushinetsu, .hokuriku, .tokai, .kansai, .chugoku, .shikoku, .kyushu {
  position: absolute;
  background: yellow;
  padding: 0.1rem 0.5rem;
  border: solid 1px #333333;
  color: #333333;
  font-weight: 700;
  font-size: 0.8rem;
}

a:hover.sapporo, a:hover.sendai, a:hover.kanto, a:hover.koushinetsu, a:hover.hokuriku, a:hover.tokai, a:hover.kansai, a:hover.chugoku, a:hover.shikoku, a:hover.kyushu {
  background: orange;
}

.sapporo {
  top: 9%;
  right: 9%;
}

.sendai {
  top: 42%;
  right: 23%;
}

.kanto {
  top: 66%;
  right: 24%;
}

.koushinetsu {
  top: 54%;
  right: 32%;
}

.hokuriku {
  top: 56%;
  right: 48%;
}

.tokai {
  top: 66%;
  right: 39%;
}

.kansai {
  top: 68%;
  right: 54%;
}

.chugoku {
  top: 65%;
  right: 69%;
}

.shikoku {
  top: 77%;
  right: 69%;
}

.kyushu {
  top: 72%;
  right: 85%;
}
*/


/*シュミレーター用*/

.city-simulat-select {
    margin: 0 auto;
}

.city-simulat-select select {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0.5rem;
    font-size: 1rem;
    color: #333333;
    background-color: #ffffff;
    border: 2px solid #333333;
}

.city-simulat-input {
    margin: 0 auto;
}

.city-simulat-input input {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0.5rem;
    font-size: 1rem;
    color: #333333;
    background-color: #FDFFC3;
    border: 2px solid #333333;
}

.city-simulat-box {
    border: solid 1px #1F1F1F;
    padding: 1rem;
    position: relative;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.city-simulat-box::before {
    content: '+特別報酬';
    position: absolute;
    top: -1rem;
    left: 1rem;
    background: #ffffff;
    font-weight: 700;
    padding: 0 0.5rem;
}


/*ポケットワークが選ばれる理由*/

.city-erabareru-box {
    background: #ffffff;
    border: solid 1px #333333;
    padding: 1rem;
    position: relative;
}

.city-erabareru-box::before {
    left: 0;
    top: 0;
    position: absolute;
    content: url(/assets/images/city-img7.png);
}

.city-erabareru-box::after {
    right: 0;
    top: 0;
    position: absolute;
    content: url(/assets/images/city-img8.png);
}

.city-erabareru-textbox {
    position: relative;
    height: 100%;
}

.city-erabareru-text,
.city-erabareru-text2,
.city-erabareru-text3,
.city-erabareru-text4,
.city-erabareru-text5 {
    background: #ffffff;
    border: solid 1px #333333;
    padding: 0.5rem;
    margin: 0.5rem 0.3rem;
    border-radius: 5px;
    display: block;
    width: 95%;
    text-align: center;
    margin: 0 auto;
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
}

.city-erabareru-border {
    border-bottom: #F88F36 solid 4px;
    font-size: 1.3rem;
    font-weight: 700;
}

.city_flex {
    width: 100%;
    display: flex;
}

.city_flex-item3-2::before {
    content: '';
    display: inline-block;
    background-image: url(/assets/images/area/city-img10.webp);
    background-size: contain;
    background-repeat: no-repeat;
    width: 140px;
    height: 340px;
    top: -5rem;
    left: -1rem;
    position: absolute;
    overflow: hidden;
}

.city_flex-item3-2,
.city_flex-item3-3 {
    width: 20%;
    position: relative;
}

.city_flex-item3-3::before {
    content: '';
    display: inline-block;
    background-image: url(/assets/images/area/city-img11.webp);
    background-size: contain;
    background-repeat: no-repeat;
    width: 130px;
    height: 340px;
    top: -5rem;
    left: -3.7rem;
    position: absolute;
    overflow: hidden;
}

.city_flex-item2-2 {
    width: 80%;
    padding: 0.5rem;
}

.city_flex-item2 {
    width: 20%;
}

.city_flex-item3 {
    width: 80%;
}


/*全国エリア*/

.city-zenkoku-kanto,
.city-zenkoku-tenpo {
    position: relative;
    border-top: 2px solid #707070;
    height: 1rem;
    margin: 1rem 0;
}

.city-zenkoku-kanto::after,
.city-zenkoku-tenpo::after {
    left: 0;
    top: -1rem;
    background: #ffffff;
    display: inline-block;
    height: 2rem;
    line-height: 2rem;
    padding: 0 1rem 0 0;
    font-size: 18px;
    font-weight: 700;
    position: absolute;
}

.city-zenkoku-kanto::after {
    content: '関東エリア';
}

.city-zenkoku-tenpo::after {
    content: '通勤勤務可能なおすすめ店舗';
}


/*地方blog*/

.info-blog .moz-blog-area {
    border: solid 1px #333333;
    padding: 1rem;
    margin: 0.5rem 0.5rem 2rem 0.5rem;
}

.info-blog .moz-link2 {
    display: block;
    position: relative;
    text-align: right;
    padding-right: 3rem;
    color: #333333;
    right: 0;
}

.info-blog .moz-link2::before {
    position: absolute;
    content: url(/assets/images/orange.png);
    top: 1rem;
    right: 1rem;
}

.moz-blog-area .moz-title-cont {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin-top: 3rem;
    line-height: 1.3;
}

.moz-blog-area .moz-title-cont::before {
    position: absolute;
    content: url(/assets/images/pokeko.svg);
    top: -2rem;
    left: 15%;
}

.moz-blog-area .moz-title-cont::after {
    position: absolute;
    content: 'ポケットワーク札幌';
    font-size: 1rem;
    top: -1rem;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.moz-blog-area .moz-title-border {
    background-color: #333333;
    width: 100px;
    left: 50%;
    margin-top: 0;
    position: absolute;
    border: solid 1px #333333;
    top: 0.3rem;
}


/*ブログ見出し*/

.blog-title_cont {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin-top: 8rem;
    margin-bottom: 2rem;
    line-height: 1.3;
}

.blog-title_cont::before {
    content: '';
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    background-size: contain;
    background-image: url(/assets/images/information-img1.png);
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    bottom: -0.5rem;
    top: -3rem;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.blog-title-border {
    background-color: #333333;
    width: 80px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 0.5rem;
    position: absolute;
    height: 3px;
}


/*ブログ書き込み部分*/

.blog-p {
    font-size: 1rem;
    padding: 1rem;
    line-height: 2;
}

.blog-p img {
    padding: 1rem 0rem;
}

@media screen and (min-width: 767px) {

    .city_flex-item5-2,
    .city_flex-item5-2 .moz-text_orange {
        font-size: 1.2rem;
    }

    .city-erabareru-text,
    .city-erabareru-text2,
    .city-erabareru-text3,
    .city-erabareru-text4,
    .city-erabareru-text5 {
        font-size: 1.1rem;
    }
}

@media screen and (min-width: 1001px) {

    .sapporo,
    .sendai,
    .kanto,
    .koushinetsu,
    .hokuriku,
    .tokai,
    .kansai,
    .chugoku,
    .shikoku,
    .kyushu {
        padding: 0.2rem 0.5rem;
        font-weight: 500;
        font-size: 0.8rem;
    }

    .fs-20-34 {
        font-size: 1.3rem;
    }

    .rotate-20 {
        transform: rotate(-3deg);
    }

    .rotate-20-2 {
        transform: rotate(3deg);
    }
}

@media screen and (min-width: 1001px) {
    .container-title .moz-under_orange {
        background: linear-gradient(transparent 90%, #f1ff76 30%);
        font-weight: 600;
        display: inline-block;
        text-align: center;
        border-radius: 80%;
        margin-top: 0.3rem;
        padding-bottom: 0.8rem;
    }

    /*目次*/
    .city-contents-fc-inline {
        font-size: 1.2rem;
        display: inline-block;
        text-align: left;
        width: 48%;
        padding: 0.3rem;
        padding-left: 1rem;
    }

    .city-contents .moz-under_pink {
        font-weight: 700;
        font-size: 1.2rem;
    }

    /*選ばれる*/
    .city-erabareru-box {
        font-size: 0.7rem;
        margin-top: 1rem;
    }

    .city-contents-pink {
        background: #FFE8E8;
        font-size: 1.1rem;
        border: solid 1px;
        border-radius: 30px;
        width: 90%;
        margin: 0 auto;
        margin-top: 1.5rem;
    }

    .city-contents .moz-border_heading::after {
        background: #5BC8AC;
        color: #ffffff;
        font-size: 1rem;
        width: 70%;
        border: solid 1px;
        border-radius: 5px;
    }

    /*ブログ*/
    .city-flex-item .blog_box {
        border: solid 1px #E5E8ED;
    }

    .blog_box .moz-bold {
        border-bottom: solid 1px #E5E8ED;
    }

    .city-blog .moz-block_area {
        border: solid 1px #E5E8ED;
        margin-bottom: 0.5rem;
    }

    .blog_box .moz-name {
        background: #ededed;
        color: #000000;
    }

    .blog_box .moz-name {
        font-size: 0.7rem;
    }

    .blog_box .moz-day {
        font-size: 0.7rem;
    }

    .blog_box .moz-bold {
        font-size: 0.7rem;
    }

    /*タイトル
  .city-contents .moz-title-content {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .city-contents .moz-title-content::before {
    display: none;
  }*/
    .city-contents .moz-title-content2 {
        font-size: 1.5rem;
        margin-top: 14rem;
        margin-bottom: 0rem;
        line-height: 1.2;
    }

    .city-contents .moz-title-content2::before {
        background-image: url(/assets/images/city-img2.svg);
        width: 150px;
        height: 150px;
        bottom: -5rem;
        left: 50%;
    }

    .pd-t-pc75 {
        padding-top: 5rem;
    }

    /*登録～報酬までの流れ*/
    .moz-background2 {
        background-color: #fff;
        background-size: 0px 0px;
        background-image: radial-gradient(#fcad63 10%, transparent 20%);
    }

    .moz-background2 .moz-White {
        border: solid 1px #E5E8ED;
        background: White;
        padding: 1rem;
        margin: 1rem;
    }

    .city_flex-item5-2 {
        line-height: 1.5;
        font-size: 1rem;
    }

    .city_flex-item5-2 .moz-text_orange {
        font-size: 1.1rem;
        line-height: 1.5;
    }

    /*flex要素*/
    .city-contents-pcflex {
        display: flex;
        width: 100%;
    }

    .city-contents-flex-item {
        width: 100%;
        border-right: solid 1px #a9a9a9;
        border-top: solid 0px;
        border-left: solid 0px;
        border-bottom: solid 0px;
        font-weight: 400;
        line-height: 1.5;
        font-weight: 1.2rem;
    }

    .city-contents-pcflex-item1 {
        width: 50%;
        margin: 1rem auto;
        padding: 0 1rem;
    }

    .city-contents-pcflex-item2 {
        width: 50%;
        margin: 1rem auto;
        padding: 0 1rem;
    }

    .city-contents-pcflex-item3 {
        width: 55%;
    }

    .city-contents-pcflex-item4 {
        width: 45%;
    }

    /*リンク*/
    .city-link {
        width: 80%;
        padding: 1rem 0.3rem;
        margin-bottom: 3rem;
    }

    .city-link .moz-text {
        font-size: 1rem;
    }

    /*
    .city-contents .moz-p {
        margin-bottom: 1rem;
        font-size: 0.9rem;
    }

  .city_background_img {
    background-image: url(/wp-content/themes/blankslate-child/img/city-img13.svg);
    background-size: 100%;
    padding-top: 78%;
    height: 0;
    background-repeat: no-repeat;
    position: relative;
  }
地方blogエリア*/
    .info-blog .moz-blog-area {
        border: solid 0px #333333;
        font-size: 0.9rem;
    }

    .moz-blog-area .moz-title-cont::after {
        font-size: 0.9rem;
    }

    .moz-blog-area .moz-title-cont::before {
        left: 10%;
    }

    .moz-blog-area .moz-title-border {
        width: 150px;
        border: solid 1px #333333;
        top: 0.3rem;
        margin-top: 0.5rem;
    }
}

@media screen and (min-width: 1001px) {

    /*選ばれる*/
    .city-erabareru-box {
        font-size: 0.9rem;
    }

    .blog-p {
        font-size: 1.3rem;
        padding-top: 3rem;
    }

    .ci-simulat-p {
        text-align: center;
    }
}

@media screen and (min-width: 1201px) {
    .city-contents .moz-title-content::before {
        width: 150px;
        height: 130px;
        bottom: -.1rem;
    }

    .city-contents .moz-title-content {
        font-size: 2.4rem;
    }

    .city-contents .moz-title-content2::before {
        bottom: -3.5rem;
    }

    .city-contents .moz-border_heading::after {
        font-size: 1.5rem;
    }

    /*.city-contents .moz-p {
        margin-bottom: 1rem;
        font-size: 1.1rem;
    }*/
    .fs-20-34 {
        font-size: 2.26rem;
    }

    .city_flex-item5-2 .moz-text_orange {
        color: #F88F36;
        font-weight: 700;
        font-size: 1.2rem;
        line-height: 1.2;
    }

    .city-contents .moz-title-content2 {
        font-size: 2.4rem;
        margin-top: 14rem;
        margin-bottom: 0rem;
        line-height: 2;
    }

    .city-contents .moz-under_pink {
        font-weight: 700;
        font-size: 1.2rem;
    }

    /*ブログ*/
    .blog_box .moz-name {
        font-size: 0.9rem;
    }

    .blog_box .moz-day {
        font-size: 0.9rem;
    }

    .blog_box .moz-bold {
        font-size: 0.9rem;
    }

    /*地方blogエリア*/
    .moz-blog-area .moz-title-cont::before {
        left: 20%;
    }

    .moz-blog-area .moz-title-cont::after {
        font-size: 1.5rem;
    }
}

@media screen and (min-width: 1201px) {

    .sapporo,
    .sendai,
    .kanto,
    .koushinetsu,
    .hokuriku,
    .tokai,
    .kansai,
    .chugoku,
    .shikoku,
    .kyushu {
        padding: 0.2rem 0.5rem;
        font-weight: 500;
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 320px) {

    .sapporo,
    .sendai,
    .kanto,
    .koushinetsu,
    .hokuriku,
    .tokai,
    .kansai,
    .chugoku,
    .shikoku,
    .kyushu {
        position: absolute;
        background: yellow;
        padding: 0.1rem 0.2rem;
        border: solid 1px #333333;
        color: #333333;
        font-weight: 500;
        font-size: 0.5rem;
    }

    .city-contents .moz-p {
        margin-bottom: 1rem;
    }

    .city-contents .moz-title-content2 {
        font-size: 1.2rem;
        margin-top: 6rem;
        margin-bottom: 3rem;
        line-height: 2;
    }

    .city-contents .moz-title-content {
        font-size: 1.2rem;
        font-weight: bold;
        text-align: center;
        position: relative;
        margin-top: 6rem;
        margin-bottom: 2rem;
    }

    .city-contents {
        font-size: 0.9rem;
    }

    .city_flex-item5-2 .moz-text_orange {
        color: #F88F36;
        font-weight: 700;
        font-size: 1rem;
        line-height: 1.5;
    }

    /*選ばれる*/
    .city-erabareru-border {
        border-bottom: #F88F36 solid 3px;
        font-size: 1rem;
        font-weight: 700;
    }

    .city_flex-item2-2 {
        width: 80%;
        padding: 0.5rem;
        font-size: 0.9rem;
    }

    .city_flex-item3-3::before {
        left: -3.3rem;
    }

    .city-erabareru-text,
    .city-erabareru-text2,
    .city-erabareru-text3,
    .city-erabareru-text4,
    .city-erabareru-text5 {
        background: #ffffff;
        border: solid 1px #333333;
        padding: 0.5rem;
        margin: 0.5rem 0.3rem;
        border-radius: 5px;
        display: block;
        width: 100%;
        text-align: center;
        margin: 0 auto;
        font-size: 0.7rem;
        margin-bottom: 0.5rem;
    }

    .city-erabareru-textbox {
        position: relative;
        height: 200px;
    }

    .city-contents .moz-border_heading::after,
    .city-contents .moz-border_heading2::after {
        font-size: 1rem;
    }
}

@media screen and (max-width: 375px) {

    .sapporo,
    .sendai,
    .kanto,
    .koushinetsu,
    .hokuriku,
    .tokai,
    .kansai,
    .chugoku,
    .shikoku,
    .kyushu {
        position: absolute;
        background: yellow;
        padding: 0rem 0.3rem;
        border: solid 1px #333333;
        color: #333333;
        font-weight: 500;
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 320px) {

    /*共通*/
    .make-cont .moz-p {
        margin-bottom: 1rem;
    }

    .city-contents .moz_entry-link::after {
        font-size: 0.6rem;
    }
}


/*  登録・報酬の流れ*/

.signup-flow-wrap {
    background-color: #fff;
    background-size: 7px 7px;
    background-image: radial-gradient(#fcad63 10%, transparent 20%);
    padding: 1rem;
}

.signup-flow-flexbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.signup-flow-box {
    display: flex;
    padding: .66rem;
    background-color: #fff;
}

.signup-flow-box img {
    height: auto;
    object-fit: cover;
    width: 40%;
    border-radius: 1rem;
}

.signup-flow-box div {
    height: auto;
    width: 100%;
    padding: 0 .8rem;
}

.signup-flow-box div h3 {
    color: #ff7600;
    font-weight: bold;
    display: block;
}

.signup-flow-arrow {
    font-weight: bold;
    font-size: 1.66rem;
    display: block;
    text-align: center;
}

@media screen and (min-width: 1001px) {
    .t-lady-yellowbox-p02 {
        font-size: 3rem;
        font-weight: bold;
    }

    .signup-flow-wrap {
        margin-top: 3rem;
    }

    .signup-flow-flexbox {
        flex-direction: row;
    }

    .signup-flow-box {
        flex-direction: column;
        width: 300px;
        padding-left: 10px;
    }

    .signup-flow-box img {
        width: 100%;
    }

    .signup-flow-box div {
        width: 100%;
        padding-left: 0;
    }

    .signup-flow-box div h3 {
        font-size: 1.4rem;
        padding: 5px;
    }

    .signup-flow-arrow {
        display: inline-block;
        transform: rotate(-90deg);
        position: relative;
        left: 125px;
        top: -45px;
    }

    .signup-flow-p {
        text-align: center;
    }

    .t-lady-yellowbox .moz-box-1::before,
    .t-lady-yellowbox .moz-box-1-2::before {
        width: 80px;
        height: 80px;
    }
}


/*  登録・報酬の流れ end*/


/*報酬システム*/

.moz-whitebox,
.moz-whitebox02,
.moz-whitebox03 {
    position: relative;
    background: #ffffff 0% 0% no-repeat padding-box;
    padding: 2rem 1rem;
    margin: 2rem 0rem;
    border: solid 1px #707070;
}

.moz-whitebox::before {
    content: '2ショットチャット';
}

.moz-whitebox02::before {
    content: 'パーティーチャット';
}

.moz-whitebox::before,
.moz-whitebox02::before,
.moz-whitebox03::before {
    position: absolute;
    top: -0.3rem;
    padding: .3rem 0.5rem;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: solid 1px #707070;
    font-weight: bold;
    font-size: 1.72rem;
    width: 70%;
    text-align: center;
}

.moz-money01,
.moz-money01-2 {
    text-align: center;
    letter-spacing: -1.45px;
    color: #1F1F1F;
    position: relative;
    margin-right: 0.5rem;
    margin-left: 1rem;
    font-size: 1.6rem;
    display: inline-block;
}

.moz-money01::before {
    content: url(/assets/images/area/salary-img-05.svg);
}

.moz-money01::before,
.moz-money01-2::before {
    position: absolute;
    top: 0;
    left: -2.8rem;
}

.moz-money02 {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    color: #FF7600;
    display: inline-block;
}

.moz-money02 .moz-b {
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    color: #FF7600;
    display: inline-block;
}

.moz-money03 {
    font-weight: 400;
    display: block;
    text-align: right;
    color: #333333;
}

.moz-money04 {
    border: 2px dashed #B9B9B9;
    border-radius: 20px;
    padding: 0.3rem;
    margin: 0.3rem;
}

.moz-money01-2::before {
    content: url(/assets/images/area/salary-img-06.svg);
    top: 0.3rem;
}

.moz-money01::before,
.moz-money01-2::before {
    position: absolute;
    top: 0;
    left: -2.8rem;
}

@media screen and (min-width: 1201px) {

    .sal-contents-pcflex-item1,
    .sal-cont-pcflex2-item1,
    .sal-contents-pcflex-item2 {
        margin: 1rem;
    }
}


/*salary から*/

.sal-contents-pcflex,
.sal-contents-pcflex-item1,
.sal-cont-pcflex2-item1,
.sal-contents-pcflex-item2,
.sal-contents-pcflex-item3,
.sal-contents-pcflex-item4 {
    width: 100%;
}

.sal-cont-beige,
.sal-cont-pink,
.sal-cont-purple,
.sal-cont-blue,
.sal-cont-green {
    padding: 3rem 1.5rem;
}

.sal-cont-green {
    padding: 3rem 0;
}

.sal-cont-green {}

.sal-cont-green .moz-select {
    margin: 0 auto 1rem;
}

.sal-cont-green .moz-select select {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0.5rem;
    font-size: 1.1rem;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #333333;
    border-radius: .3rem;
}

.sal-cont-green .moz-input {
    margin: 0 auto;
}

.sal-cont-green .moz-input input {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0.5rem;
    color: #333333;
    background-color: #FDFFC3;
    border: 2px solid #333333;
    border-radius: .3rem;
    margin-right: .5rem;
}

.sal-cont-green .moz-box {
    border: solid 1px #1F1F1F;
    padding: 1rem;
    position: relative;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.sal-cont-green .moz-box::before {
    content: '+特別報酬';
    position: absolute;
    top: -1rem;
    left: 1rem;
    background: #EAF7E5;
    font-weight: 700;
    padding: 0 0.5rem;
}

@media screen and (min-width: 1001px) {

    .sal-contents-pcflex-item1,
    .sal-contents-pcflex-item2 {
        width: 50%;
        margin: 0.3rem;
        font-size: 0.9rem;
    }

    .sal-cont-green {}

    .sal-cont-beige,
    .sal-cont-pink,
    .sal-cont-purple,
    .sal-cont-blue,
    .sal-cont-green {
        padding: 4rem 0rem 4rem 0rem;
    }

    .sal-cont-green .moz-table,
    .sal-cont-green .moz-select select,
    .sal-cont-green .moz-input input {
        width: 90%;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1201px) {

    .sal-contents-pcflex-item1,
    .sal-cont-pcflex2-item1,
    .sal-contents-pcflex-item2 {
        margin: 1rem;
        font-size: 1.2rem;
    }
}

.sal-simulat-ind-p {
    font-size: .85rem;
}

.rew-en {
    font-size: 2rem;
    font-weight: bold;
    display: block;
    padding-top: .5rem
}

.rew-box01 {
    display: flex;
    margin-left: 0 !important;
    width: 60%;
}

@media screen and (min-width: 1201px) {
    .rew-box01 {
        margin-left: 1.8rem !important;
    }
}

.moz-area_box-area-defo {
    display: block;
}

.moz-area_box-area-defo-span {
    position: relative;
}

.moz-area_box-area-defo-span::before {
    content: '';
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    background-size: contain;
    background-image: url(/assets/images/poke404.svg);
    width: 150px;
    height: 200px;
    background-repeat: no-repeat;
    left: 50%;
    top: 11rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mw-1200 {
    max-width: 1200px;
}

.ffff66-linear {
    background: linear-gradient(transparent 60%, #ffff66 60%);
    font-weight: 700;
}

@media screen and (max-width: 1199px) {
    .id-01-warp {
        margin-top: -17%;
        margin-left: 1rem;
        margin-right: 1rem;
        display: block;
    }

    .id-01-warp p {
        background: rgba(255, 255, 255, 0.8);
        padding: 2rem;
        font-size: 14px;
        line-height: 2;
    }

    .id-01-warp-hd {
        display: block;
        font-weight: 700;
        font-size: 16px;
        border-bottom: solid 1px;
        margin-bottom: 1rem;
    }

    .id-01-sp-bg {
        background-image: url(https://pokewaku.jp/wp-content/themes/blankslate-child/assets/images/idcard/id-sp-01.webp);
        background-size: contain;
        background-repeat: no-repeat;
        padding-top: 66.5%;
    }
}

@media screen and (min-width: 1200px) {
    .id-01-switch {
        padding-top: 2rem;
        background-size: auto auto;
        background-color: rgba(255, 255, 255, 1);
        background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(252, 245, 128, 1) 10px, rgba(252, 245, 128, 1) 25px);
    }

    .id-01-warp {
        margin-top: -2%;
        margin-left: 2rem;
        margin-right: 2rem;
        z-index: 2;
    }

    .id-01-warp p {
        background: rgba(255, 255, 255, 0.8);
        padding-top: 3rem;
        padding-bottom: 2rem;
        padding-left: 10%;
        padding-right: 10%;
        font-size: 16px;
        line-height: 2;
        margin: 0 auto;
        max-width: 1200px;
        z-index: 1;
    }

    .id-01-warp-hd {
        display: block;
        font-weight: 700;
        font-size: 20px;
        border-bottom: solid 1px;
        margin-bottom: 1rem;
    }
}
.mod-font-palt {
    font-feature-settings: "palt";
}

/*   在宅料率変更追加css 2022/12/01 国島  */
.Rate-change,
.Rate-cp {
    max-width: 40rem;
}

.Rate-change-inner {
    margin: 3rem 1rem;
}

.Rate-change-h3 {
    font-size: 1.5rem;
    margin: 1rem 0 0;
    padding-left: 1rem;
    border-left: 11px double #FFA2B9;
    line-height: 1.4;
}

.Rate-change-h3-span {
    font-size: .9rem;
    font-weight: normal;
}

.Rate-change-h4,
.Rate-cp-h4 {
    position: relative;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: bold;
    padding-left: 2rem;
    letter-spacing: 1px;
    margin: 4rem 0 2rem 2rem;
    display: inline-block;
}

.Rate-change-h4::before,
.Rate-cp-h4::before {
    border-radius: 2rem;
    padding: 0.5rem 1rem;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 0;
    font-size: 1.4rem;
    font-weight: bold;
    background-color: #FFA2B9;
    color: #fff;
}

.Rate-change-h4::before {
    content: "1";
}

.Rate-cp-h4::before {
    content: "2";
}

.col-FF5D86 {
    color: #FF5D86;
}

.Rate-change-small,
.Rate-cp-small {
    position: relative;
    font-size: .9rem;
    padding-left: 1rem;
    display: block;
    margin-top: 1rem;
    line-height: 1.2;
}

.Rate-change-small::before,
.Rate-cp-small::before {
    content: "※";
    margin-left: -1rem;
}

.Rate-change-box-flex {
    display: flex;
    justify-content: space-between;
}

.Rate-change-box-left {
    width: 44%;
    position: relative;
    z-index: 10;
}

.Rate-change-box-left::after {
    content: "";
    position: absolute;
    width: 1rem;
    height: 3em;
    right: -0.5rem;
    top: 12rem;
    background-size: contain;
    transform: translate(50%, 50%);
    background-image: url(/wp-content/themes/blankslate-child/assets/images/rate/icon-tri.svg);
    background-repeat: no-repeat;
}

.Rate-change-box-left>li:first-of-type,
.Rate-change-box-right>li:first-of-type {
    text-align: center;
}

.Rate-change-box-right {
    width: 54%;
    position: relative;
}

.Rate-change-box-right::before {
    content: "";
    position: absolute;
    width: 4rem;
    height: 3rem;
    left: -2.5rem;
    top: -.5rem;
    background-size: contain;
    transform: translate(50%, 50%);
    background-image: url(/wp-content/themes/blankslate-child/assets/images/rate/rate-new.svg);
    background-repeat: no-repeat;
    z-index: 20;
}

.Rate-change-box-right-dd01-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.3rem 0;
    line-height: 1.2;
    font-size: 1.2rem;
}

.fw-b {
    font-weight: bold;
}

.Rate-change-box-left-dl,
.Rate-change-box-right-dl {
    background-color: #FFFCEB;
    border-radius: 2rem;
    padding: 1rem;
    height: 100%;
    border: 1px solid #FFA2B9;
    margin: 0;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .2));
    min-height: 26rem;
}

.Rate-cp-box-dl {
    background-color: #FFFCEB;
    border-radius: 2rem;
    padding: 1rem;
    border: 1px solid #FFA2B9;
    margin: 0;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .2));
}

.Rate-change-box-right-dl,
.Rate-change-box-right-dd01,
.Rate-change-box-right-dd02 {
    margin-left: 0;
}

.Rate-change-box-right-dt,
.Rate-change-box-left-dt {
    font-weight: bold;
    font-size: 1.3rem;
    border-bottom: 2px solid #1f1f1f;
    padding: 1rem 0;
    text-align: center;
}

.fs-15 {
    font-size: 1.5rem;
}

.Rate-change-box-left-dd01 {
    margin-left: 0;
    height: 12rem;
    padding: 6rem 0;
    text-align: center;
    font-size: 1.2rem;
}

.Rate-change-box-left-dd02,
.Rate-change-box-right-dd02 {
    margin-left: 0;
    font-size: 1rem;
    font-weight: normal;
    border-top: 1px dashed #1f1f1f;
    padding-top: 0.5rem;
}

.Rate-change-p01,
.Rate-cp-p01 {
    font-size: 1.5rem;
    margin: 2rem 0 0;
    line-height: 1;
}


.Rate-change-p02 {
    line-height: 1;
    padding: 0.5rem 1rem;
    background-color: #FFA2B9;
    border: 1px solid #1f1f1f;
    border-radius: 1rem;
    color: #fff;
    display: inline-block;
    position: relative;
}

.Rate-change-p02::before {
    color: #1f1f1f;
    content: "例";
    position: absolute;
    left: -2rem;
    font-size: 1.5rem;
    top: 1.5rem;

}

.Rate-change-p02-flex {
    display: flex;
}

.Rate-change-p02-flex-p02 {
    padding-left: 2rem;
    position: relative;
}

.Rate-change-p02-flex-p02::before {
    content: "";
    position: absolute;
    width: 1rem;
    height: 1rem;
    left: 0.7rem;
    top: 0.3rem;
    background-size: contain;
    background-image: url(/wp-content/themes/blankslate-child/assets/images/rate/icon-tri-02.svg);
    background-repeat: no-repeat;
}

.Rate-change-p02-box {
    padding-bottom: 1rem;
    margin-top: 1rem;
    padding-left: 2rem;
    border-top: 1px dashed;
    padding-top: 1rem;
    border-bottom: 1px dashed;
}

.Rate-cp-box-dt {
    font-size: 1rem;
    border-bottom: 1px solid #1f1f1f;
    padding-bottom: 0.5rem;
    text-align: justify;
}

.Rate-cp-box-dd01 {
    text-align: center;
    margin: 0;
    font-size: 2.5rem;
    padding: 3rem;
}

.border-b {
    border-bottom: 1px dashed #1f1f1f;
    width: 100%;
    height: 1px;
    margin: 1rem 0;
}

.mgt-1pdt1 {
    margin-top: -1rem;
    padding-top: 1rem;
}

.under_yellow {
    background: linear-gradient(transparent 65%, #ff1 50%)
}

.Rate-change-cp {
    background-color: #f0f2f2;
    padding: 1;
    margin: 0 auto;
    padding-bottom: 1rem;

}

.rate-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

@media screen and (min-width: 1001px) {

    .Rate-cp {
        border-left: 1px dashed;
        padding-left: 2rem;
        margin-left: 2rem;
    }

    .Rate-cp-box-dl {
        min-height: 26rem;
    }

    .Rate-cp-box-dd01 {
        font-size: 4rem;
        padding: 6rem 3rem;
    }

    .Rate-change-h3 {
        font-size: 2.5rem;
        margin: 1rem 2rem 0;
        padding-left: 1rem;
        border-left: 1.5 double #FFA2B9;
        line-height: 1.4;
    }

    .Rate-cp-box-dt {
        font-size: 1.2rem;
    }

    .Rate-change-box-right-dd01-flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.3rem 1rem;
        line-height: 1.6;
        font-size: 1.6rem;
    }

    .Rate-change-box-left-dd01 {
        padding: 5rem 0;
        font-size: 1.6rem;
    }

    .Rate-change-h4,
    .Rate-cp-h4 {
        font-size: 1.8rem;
    }

    .Rate-change-h4 {
       
    }
    .Rate-cp-h4 {
        font-size: 1.8rem;
        margin: 4rem 0 4.5rem 2rem;
    }

   

    .Rate-change-small,
    .Rate-cp-small {
        font-size: 1rem;
    }

    .Rate-change-box-left>li:first-of-type,
    .Rate-change-box-right>li:first-of-type {
        font-size: 1.6rem;
    }
    .Rate-change-box-right::before {
        width: 7rem;
        height: 5rem;
        left: -4.5rem;
        top: -2rem;
    }
    .Rate-change-inner {
        margin: 3rem auto;
        max-width: 1200px;
    }
}