/*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;
    text-decoration: none;
}


/*見出し　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;
}

.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: -2.5rem;
    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: 100px;
    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;
}


/*リンク*/

.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: 250px;
}

.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: url(/wp-content/themes/blankslate-child/img/city-img10.webp);
    top: -3rem;
    left: 0rem;
    position: absolute;
    overflow: hidden;
}

.city_flex-item3-2,
.city_flex-item3-3 {
    width: 20%;
    position: relative;
}

.city_flex-item3-3::before {
    content: url(/wp-content/themes/blankslate-child/img/city-img11.webp);
    top: -3rem;
    left: -2rem;
    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;
    }
    /*目次
  .mokuzi-wrap {
    text-align: center;
    margin: 0 auto;
    max-width: 1500px;
    padding: 0 10px;
    margin-bottom: 4rem;
  }
  .mokuzi-wrap li {
    width: 30%;
    font-size: 1.2rem;
    padding-left: 1rem;
    border-bottom: solid 1px #E5E8ED;
  }
  .mokuzi-wrap li::after {
    background-image: url(/assets/images/green.svg);
    width: 20px;
    height: 20px;
    right: 10px;
  }
  .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 #1f1f1f;
        margin-bottom: 0.5rem;
        font-size: 1.28rem;
    }
    .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-blog .moz-block_area {
        width: 20%;
    }
    /*タイトル*/
    .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: 2;
    }
    .city-contents .moz-title-content2::before {
        background-image: url(/assets/images/city-img2.svg);
        width: 150px;
        height: 150px;
        bottom: -3rem;
        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;
    }
    .city-contents-pcflex-item2 {
        width: 50%;
        margin: 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;
    }
}

@media screen and (min-width: 1201px) {
    .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: 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;
    }
}