@charset "UTF-8";
/*
@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";
*/
/*header,及び、全体共通-style*/


/*サイト全体の基準となるCSSを記述*/

html {
    font-size: 14px;
}

body {
    /*フォントの指定*/
    font-family: '源ノ角ゴシック JP', 'Noto Sans JP','ヒラギノ角ゴ Pro','Helvetica Neue', 'Helvetica', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'open sans','Yu Gothic', 'Meiryo',   'Satisfy', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    /*行間の指定*/
    line-height: 1.6;
    /*固定ヘッダー分*/
    margin: 61px 0 0 0;
    padding: 0;
    box-sizing: border-box;
    /*サイトのデフォルトとなる文字の色を指定*/
    color: #1f1f1f;
    background-color: #fff;
}


/*見出しを全て太字で表示 + 文字色を黒に*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    color: #1f1f1f;
}

img {
    max-width: 100%;
    height: auto;
}

.pc-br {
    display: none;
}

.sp-br {
    display: block;
}

.disp-none-sp-1200 {
    display: block;
}

.disp-none-pc-1200 {
    display: none;
}

@media screen and (min-width: 599px) {}

@media screen and (min-width: 769px) {
    .sp-br {
        display: none;
    }
}

@media(max-width: 940px) {}

@media screen and (min-width: 941px) {
    .pc-br {
        display: block;
    }
    .sp-br {
        display: none;
    }
}

@media screen and (min-width: 1201px) {
    p {
        font-size: 1.14rem;
    }
    .disp-none-sp-1200 {
        display: none;
    }
    .disp-none-pc-1200 {
        display: block;
    }
}

@media screen and (max-width: 320px) {}


/******************************************共通スタイル************************/


/*****ユーザーセレクト**********/

.user-sele-none {
    user-select: none;
}


/*****fontサイズ**********/

.fs10 {
    font-size: 0.71rem;
}

.fs12 {
    font-size: 0.8rem;
}

.fs13 {
    font-size: 0.92rem;
}

.fs15 {
    font-size: 1.07rem;
}

.fs14 {
    font-size: 1rem;
}

.fs16 {
    font-size: 1.14rem;
}

.fs18 {
    font-size: 1.28rem;
}

.fs20 {
    font-size: 1.42rem;
}

.fs22 {
    font-size: 1.57rem;
}

.fs24 {
    font-size: 1.71rem;
}

.fs26 {
    font-size: 1.85em;
}

.fs28 {
    font-size: 1.2rem;
}

.fs30 {
    font-size: 2.14rem;
}

.fs32 {
    font-size: 2.28rem;
}

.fs34 {
    font-size: 2.42rem;
}

@media screen and (min-width:1200px) {
    .fs14 {
        font-size: 1.14rem;
    }
}


/*****行間**********/

.line-h10 {
    line-height: 1;
}

.line-h12 {
    line-height: 1.2;
}

.line-h13 {
    line-height: 1.3;
}

.line-h14 {
    line-height: 1.4;
}

.line-h16 {
    line-height: 1.6;
}


/*****文字そろえ（縦）**********/

.t-center {
    text-align: center;
}

.t-left {
    text-align: left;
}

.t-right {
    text-align: right;
}

.t-jus {
    text-align: justify;
}


/*****色**********/

.c-db8db2 {
    color: #db8db2;
}

.c-blue {
    color: blue;
}

.c-ff7600 {
    color: #FF7600;
}

.c-f7ff00 {
    color: #F7FF00;
}

.c-ff7976 {
    color: #FF7976;
}

.c-fffee8 {
    color: #FFFEE8;
}

.c-aaa9a1 {
    color: #aaa9a1;
}

.c-1c1c1c {
    color: #1c1c1c;
}

.c-1f1f1f {
    color: #1f1f1f;
}

.c-f88f36 {
    color: #F88F36;
}

.c-333 {
    color: #333333;
}

.c-1d9bf0 {
    color: #1D9BF0;
}

.c-ff0000 {
    color: #ff0000;
}

.c-fff {
    color: #fff;
}

.bg-eee {
    background-color: #eee;
}

.bg-fff {
    background-color: #fff;
}

.bg-line-FFE8E8 {
    background: linear-gradient(transparent 70%, #FFE8E8 70%);
}


/*****フォント太さ**********/

.f-w900 {
    font-weight: 900;
}

.f-w800 {
    font-weight: 800;
}

.f-w700 {
    font-weight: 700;
}

.f-w600 {
    font-weight: 600;
}

.f-wbld {
    font-weight: bold;
}


/***************/

.over-x-hid {
    overflow-x: hidden;
}


/*****ディスプレイ**********/

.disp-inb {
    display: inline-block;
}


.disp-b {
    display: block;
}
.disp-b-pc {
    display: none;
}
.disp-b-sp {
    display: block;
}

.disp-flex {
    display: flex;
}

.al-items-stretch {
    align-items: stretch;
}

.flex-dire-row {
    flex-direction: row !important;
}
@media(min-width: 1200px) {
    .disp-b-pc {
        display: block;
    }
    .disp-b-sp {
        display: none;
    }
}

/*****ポジション**********/

.posi-rel {
    position: relative;
}

.posi-ab {
    position: absolute;
}


/*****top**********/

.poke-top-20 {
    top: -20px;
}


/*****バックグラウンドカラー**********/

.bg-c-gray {
    background-color: gray;
}

.bg-c-white {
    background-color: #fff;
}


/*****マージン**********/

.mg-b10 {
    margin-bottom: 0.671rem;
}

.mg-b15 {
    margin-bottom: 1.07rem;
}

.mg-b20 {
    margin-bottom: 1.42rem;
}

.mg-b30 {
    margin-bottom: 2.14rem;
}

.mg-b45 {
    margin-bottom: 3.21rem;
}

.mg-b50 {
    margin-bottom: 3.57rem;
}

.mg-b60 {
    margin-bottom: 4.28rem;
}

.mg-b75 {
    margin-bottom: 5.35rem;
}

.mg-b90 {
    margin-bottom: 6.42rem;
}

.mg-b120 {
    margin-bottom: 8.57rem;
}

.mg-b-75 {
    margin-bottom: -5.35rem;
}

.mg-b-90 {
    margin-bottom: -6.42rem;
}

.mg-t-40 {
    margin-top: -2.85rem;
}

.mg-t-30 {
    margin-top: -2rem !important;
}

.mg-b-30 {
    margin-bottom: -2rem !important;
}

.mg-t-45 {
    margin-top: -3.21rem !important;
}

.mg-b-45 {
    margin-bottom: -3.21rem;
}

.mg-b-50 {
    margin-bottom: -3.57rem;
}

.mg-t5 {
    margin-top: 0.35rem;
}

.mg-t15 {
    margin-top: 1.07rem;
}

.mg-t20 {
    margin-top: 1.42em;
}

.mg-t30 {
    margin-top: 2.14rem;
}

.mg-t40 {
    margin-top: 2.85rem;
}

.mg-t45 {
    margin-top: 3.21rem;
}

.mg-t50 {
    margin-top: 3.57rem;
}

.mg-t60 {
    margin-top: 4.28rem !important;
}

.mg-t75 {
    margin-top: 5.35rem !important;
}

.mg-t80 {
    margin-top: 5.71em;
}

.mg-t180 {
    margin-top: 12.85rem;
}

.mg-l5 {
    margin-left: 0.35rem;
}

.mg-l14 {
    margin-left: 1rem;
}

.mg-l20 {
    margin-left: 1.42rem;
}

.mg-r20 {
    margin-right: 1.42rem;
}

.mg-30 {
    margin: 2.14rem;
}

.mg-15 {
    margin: 1.07rem;
}

.mg-10 {
    margin: .71rem;
}

.mg-0 {
    margin: 0;
}

.mg-lr15 {
    margin-left: 1.07rem;
    margin-right: 1.07rem;
}

.mg-auto {
    margin: 0 auto;
}

.mg-3auto {
    margin: 3rem auto;
}

.mg-t-280 {
    margin-top: -280px;
}

.h2-mg-t100-180 {
    margin-top: 6.66rem;
}

@media(min-width: 800px) {
    .h2-mg-t100-180 {
        margin-top: 12rem;
    }
}

.flex-auto-1200 {
    margin: 0 auto;
    display: block;
}

.t-center-1200 {
    text-align: justify;
}

@media(min-width: 1200px) {
    .flex-auto-1200 {
        margin: 0 auto;
        display: flex;
    }
    .t-center-1200 {
        text-align: center;
    }
}


/*****ページ内リンク調整*********/

.pm-7 {
    padding-top: 7rem;
    margin-top: -7rem;
}

.pm-5 {
    padding-top: 5rem;
    margin-top: -5rem;
}

.pm-4 {
    padding-top: 4rem;
    margin-top: -4rem;
}

.pm-3 {
    padding-top: 3rem;
    margin-top: -3rem;
}


/*****パディング*********/

.pd-t120 {
    padding-top: 8.57rem;
}

.pd-t90 {
    padding-top: 6.42rem;
}

.pd-t75 {
    padding-top: 5.35rem;
}

.pd-t60 {
    padding-top: 4.28rem;
}

.pd-t45 {
    padding-top: 3.21rem;
}

.pd-t40 {
    padding-top: 2.85rem;
}

.pd-t30 {
    padding-top: 2.14rem;
}

.pd-t20 {
    padding-top: 1.333rem;
}

.pd-t10 {
    padding-top: 0.71rem;
}

.pd-t5 {
    padding-top: .35rem;
}

.pd-b15 {
    padding-bottom: 1.07rem;
}

.pd-b30 {
    padding-bottom: 2.14rem;
}

.pd-b45 {
    padding-bottom: 3.21rem;
}

.pd-b60 {
    padding-bottom: 2.14rem;
}

.pd-b20 {
    padding-bottom: 1.428rem;
}

.pd-b10 {
    padding-bottom: 0.71em;
}

.pd-b5 {
    padding-bottom: 0.35rem;
}

.pd-b12 {
    padding-bottom: 0.85rem;
}

.pd-l30 {
    padding-left: 2.14rem;
}

.pd-l20 {
    padding-left: 1.42rem;
}

.pd-l10 {
    padding-left: 0.71rem;
}

.pd-l15 {
    padding-left: 1.07rem;
}

.pd-r30 {
    padding-right: 2.14rem;
}

.pd-r20 {
    padding-right: 1.42rem;
}

.pd-r15 {
    padding-right: 1.07rem;
}

.pd-r10 {
    padding-right: 0.71em;
}

.pd-15 {
    padding: 1.07rem;
}

.pd-14 {
    padding: 1em;
}

.pd-30 {
    padding: 2.14rem;
}

.pd-20 {
    padding: 1.42rem;
}

.pd-10 {
    padding: 0.71rem;
}

.pd-12 {
    padding: 0.85rem;
}

.pd-5 {
    padding: 0.35rem;
}

.pd-lr20 {
    padding-left: 1.42rem;
    padding-right: 1.42rem;
}

.pd-lr15 {
    padding-left: 1.07rem;
    padding-right: 1.07rem;
}

.pd-tb15 {
    padding-top: 1.07rem;
    padding-bottom: 1.07rem;
}

.pd-lr10 {
    padding-left: .71rem;
    padding-right: .71rem;
}

.pd-lr14 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.link-tyousei_t-m-p5 {
    padding-top: 5rem;
    margin-top: -5rem;
}


/*****ライン**********/

.line-dash-1-gray {
    border: dashed 1px #bfbfbf;
}

.line-solid-1-gray {
    border: dashed 1px #bfbfbf;
}

.border-t-1 {
    border-top: 1px solid #1f1f1f;
}

.border-b-1 {
    border-bottom: 1px solid #1f1f1f;
}


/*****max-width**********/

.max-w360 {
    max-width: 360px !important;
}

.max-w640 {
    max-width: 640px !important;
}

.max-w740 {
    max-width: 740px !important;
}

.max-w900 {
    max-width: 900px !important;
}

.max-w1200 {
    max-width: 1200px !important;
}

.max-w1500 {
    max-width: 1500px !important;
}


/*****width**********/

.wid100 {
    width: 100%;
}

.wid95 {
    width: 95%;
}

.wid90 {
    width: 90%;
}

.wid80 {
    width: 80%;
}

.wid70 {
    width: 70%;
}

.wid60 {
    width: 60%;
}

.wid50 {
    width: 50%;
}

.wid45 {
    width: 45%;
}

.wid40 {
    width: 40%;
}


/***** glid  共通**********/

.grid-al-center {
    align-items: center !important;
}

.grid-al-ini {
    align-items: initial !important;
}


/*****共通見出しロゴ英テキスト**********/

.poke-rogo-text {
    font-size: 1.57rem;
    font-weight: 900;
    color: #ff7600;
    font-family:'Open Sans','ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo' ;
    padding-top: 1.66rem;
    text-align: center;
}


/*****共通見出しh1**********/

.all-header-sp {
    display: block;
}

.all-header-pc {
    display: none;
}

.poketop-h-background {
    background-color: #fff;
    background-size: 10px 10px;
    background-image: radial-gradient(#ffa95e 10%, transparent 20%);
    padding-top: 2.85rem;
}

.poketop-h1 {
    background-color: #fff;
    border-radius: 50% 50% 0 0;
    display: block;
    padding-bottom: 3.5rem;
    padding-top: 4.2rem;
}

.poketop-h1-title {
    font-size: 1.466rem;
    color: #3B4043;
    font-weight: 700;
    margin: 2rem 0 0.666rem;
}

.poketop-h1-title-span {
    position: relative;
    text-align: center;
    display: block;
    line-height: 1.2;
}

.poketop-h1-title-span::before {
    content: '';
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    background-size: contain;
    background-image: url(/wp-content/themes/blankslate-child/assets/images/poke-h1-rogo.svg);
    width: 11rem;
    height: 6.5rem;
    background-repeat: no-repeat;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: -1.2rem;
}

.all-header-img {
    height: 300px;
    object-fit: cover;
    width: 100%;
}

.all-header-img2 {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.header-box {
    position: relative;
    margin-bottom: 2rem;
}

.poketop-h1-pc {
    position: absolute;
    top: 5.35rem;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    text-align: center;
}

.poketop-h1-pc2 {
    position: absolute;
    top: 2.14rem;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
}

.poketop-h1-pc3 {
    position: absolute;
    top: 3.21rem;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
}

.poketop-h1-title-pc {
    font-size: 2rem;
    color: #3B4043;
    font-weight: 700;
    margin: 3rem 0 0.666rem;
    width: 1000px;
    text-align: center;
}

.poketop-h1-title-pc-span,
.poketop-h1-title-pc-span2 {
    position: relative;
    text-align: center;
    display: inline-block;
    line-height: 1.2;
}

.poketop-h1-title-pc-span::before {
    content: '';
    display: inline-block;
    position: absolute;
    background-size: contain;
    background-image: url(/wp-content/themes/blankslate-child/assets/images/poke-h1-rogo.svg);
    background-repeat: no-repeat;
    top: -3rem;
    width: 15rem;
    height: 6rem;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.poketop-h1-title-pc-span2::before {
    content: '';
    display: inline-block;
    position: absolute;
    background-size: contain;
    background-image: url(/wp-content/themes/blankslate-child/assets/images/pokeko.svg);
    background-repeat: no-repeat;
    top: -2rem;
    left: 50%;
    width: 4rem;
    height: 4rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (min-width:1200px) {
    .all-header-sp {
        display: none;
    }
    .all-header-pc {
        display: block;
    }
    .poke-rogo-text {
        font-size: 2.5rem;
    }
    .poketop-h1-title-span {}
    .poketop-h1-title-span::before {
        width: 14rem;
        top: -2.4rem;
    }
}


/*****共通見出し 応募ボタン**********/

.poke-button-p,
.poke-button-p-zai {
    background: transparent linear-gradient( 270deg, #FFCA74 0%, #FFAD1C 49%, #FCC257 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 40px;
    padding: .4rem;
    width: 80%;
    margin: 0 auto 1rem;
    max-width: 800px;
    display: block;
    text-align: center;
}

.poke-button-p {
    padding: .4rem;
}

.poke-button-p-zai {
    padding: 1rem;
}

.poke-button-p a span {
    font-size: 0.85rem;
    color: #ffffff;
    font-weight: 400;
    position: relative;
    top: -5px;
}

.poke-button-p a {
    font-size: 1.57rem;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    top: 7px;
    text-decoration: none;
    line-height: .7rem;
}

.poke-button-p-zai-a {
    font-size: 1.42rem;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    text-decoration: none;
}


/*
.poke-button-p a::after {
  content: '';
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  background-size: contain;
  background-image: url(/wp-content/themes/blankslate-child/assets/images/white_right.svg);
  width: 1.33rem;
  height: 1.33rem;
  background-repeat: no-repeat;
  right: -2.6rem;
  top: 25%;
}
*/

.poke-button-p a::before,
.poke-button-p-zai-a::before {
    display: none;
}

@media(min-width: 769px) {
    .poke-button-p a,
    .poke-button-p-zai-a {
        font-size: 2.28rem;
        top: 2px;
        left: 2rem;
        line-height: 0.7;
    }
    .poke-button-p a span {
        font-size: 1.42rem;
        top: -2px;
        padding: 5px 10px;
        border-left: double #fff;
        margin-left: 10px;
        border-right: double #fff;
    }
    .poke-button-p,
    .poke-button-p-zai {
        padding: 2rem;
    }
    .poke-button-p a::before,
    .poke-button-p-zai-a::before {
        content: '';
        display: inline-block;
        position: absolute;
        vertical-align: middle;
        background-size: contain;
        background-image: url(/wp-content/themes/blankslate-child/assets/images/pokeko.svg);
        width: 3rem;
        height: 3rem;
        background-repeat: no-repeat;
        left: -3.5rem;
        top: -5px;
    }
    /*.poke-button-p a::after {
    right: -4rem;
    top: 15%;
  }*/
}

.poke-button-p button,
.poke-button-p-zai button {
    font-size: 1.57rem;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    line-height: 0.7;
    top: 3px;
}

.poke-button-p button span {
    font-size: 0.6rem;
    color: #ffffff;
    font-weight: 400;
}

.poke-button-p button::before,
.poke-button-p-zai button::before {
    content: '';
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    background-size: contain;
    background-image: url(/wp-content/themes/blankslate-child/assets/images/white_right.svg);
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    right: -1.6rem;
    top: 20%;
}


/**********共通目次***********

.mokuzi-wrap {
    text-align: center;
    margin: 0 auto 2rem;
    max-width: 1200px;
    padding: 0 10px;
    display: block;
}

.mokuzi-h2 {
    font-size: 1.42rem;
    font-weight: bold;
    padding: 0 10px 1rem;
    text-align: center;
    max-width: 960px;
    margin: 0 auto;
}

.mokuzi-wrap ul {
    display: flex;
    flex-wrap: wrap;
}

.mokuzi-wrap li {
    font-size: 1rem;
    width: 100%;
    display: inline-block;
    border-bottom: solid 1px #bdbdbd;
    margin: 0.3rem 0.35rem 0.3rem 0;
    padding: 0.2rem 0 0.2rem;
    text-align: left;
    position: relative;
    line-height: 1.2;
}

.mokuzi-wrap li::after {
    content: '';
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    background-size: contain;
    background-image: url(/wp-content/themes/blankslate-child/img/green.svg);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    right: 1px;
    top: 50%;
    bottom: 0.5rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

*/
/*.mokuzi-wrap ul::before {
  content: "目次";
  display: block;
  text-align: left;
  font-weight: 700;
  font-size: 1.2rem;
  padding: 0 0.6rem 0;
}
*/
/*
.mokuzi-wrap li a {
    text-decoration: none;
    color: #1f1f1f;
}

@media screen and (min-width: 1200px) {
    .mokuji-pc {
        margin: 5rem 0 7rem;
    }
    .mokuzi-wrap li {
        width: 31.8%;
        font-size: 1.14rem;
        margin: 0.3rem 1rem 0.3rem 0;
        display: flex;
        align-items: center;
    }
    .mokuzi-wrap ul::before {
        text-align: center;
    }
    .mokuzi-wrap ul {
        flex-direction: row;
        max-width: 1200px;
        margin: 0 auto;
    }
    .mokuzi-h2 {
        padding-bottom: 1rem;
        text-align: center;
        font-size: 2rem;
    }
    .mokuzi-wrap li::after {
        background-image: url(/wp-content/themes/blankslate-child/assets/images/green.svg);
        width: 20px;
        height: 20px;
        right: 10px;
    }
}

*/
/**********新　共通目次************/

.mokuzi-wrap {
    text-align: center;
    margin: 0 auto 2rem;
    max-width: 1200px;
    padding: 0 10px;
    display: block;
}

.mokuzi-h2 {
    font-size: 1.42rem;
    font-weight: bold;
    padding: 0 10px 1rem;
    text-align: center;
    max-width: 960px;
    margin: 0 auto;
}

.mokuzi-wrap-div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.mokuzi-wrap-box {
    font-size: 1rem;
    width: 100%;
    display: inline-block;
    border-bottom: solid 1px #bdbdbd;
    margin: 0.3rem 0.35rem 0.3rem 0;
    padding: 0.2rem 0 0.2rem;
    text-align: left;
    position: relative;
    line-height: 1.2;
    text-decoration: none;
}

.mokuzi-wrap-box::after {
    content: '';
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    background-size: contain;
    background-image: url(/wp-content/themes/blankslate-child/assets/images/green.svg);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    right: -5px;
    top: 50%;
    bottom: 0.5rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.mokuzi-wrap-a {
    text-decoration: none;
    color: #1f1f1f;
}

.mokuzi-wrap-a p {
    height: 100%;
    width: 100%;
}

@media screen and (min-width: 1200px) {
    .mokuji-pc {
        margin: 5rem 0 7rem;
    }
    .mokuzi-wrap-box {
        width: 31.8%;
        font-size: 1.14rem;
        margin: 0.3rem 1rem 0.3rem 0;
    }
    .mokuzi-wrap-div::before {
        text-align: center;
    }
    .mokuzi-wrap-div {
        flex-direction: row;
        max-width: 1200px;
        margin: 0 auto;
    }
    .mokuzi-h2 {
        padding-bottom: 1rem;
        text-align: center;
        font-size: 2rem;
    }
    .mokuzi-wrap-box::after {
        background-image: url(/wp-content/themes/blankslate-child/assets/images/green.svg);
        width: 20px;
        height: 20px;
    }
}


/*****共通  詳しい〜link**********/

.all-rinktext-box {
    margin: 0 auto;
    max-width: 1200px;
    padding: 1.07rem 1rem 1.07rem 0;
}

.all-rinktext-box-a {
    display: block;
    position: relative;
    text-align: right;
    padding-right: 2rem;
    color: #333333;
    padding-bottom: 1rem;
    line-height: 1.2;
    font-weight: bold;
    text-decoration: none;
}

.all-rinktext-box-a::before {
    position: absolute;
    top: 3px;
    right: -3px;
    content: "";
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background: url(/wp-content/themes/blankslate-child/assets/images/poke-arrow-maru.svg) no-repeat;
    background-size: contain;
}

@media screen and (min-width: 1200px) {
    .all-rinktext-box-a {
        font-size: 1.2rem;
    }
    .all-rinktext-box-a::before {
        top: -3px;
    }
}


/*****top nav 共通 **********/

.front-topnav-warp-col {
    padding: 5px .5rem;
    /* flex: none; */
}

.front-topnav-warp-col-img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border: 1px solid #fff;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 40%);
}

.front-topnav h2 {
    text-align: center;
    padding: 1rem 0 1rem;
    font-size: 1.33rem;
}

.front-topnav-bg {
    background-color: #ececec;
    overflow: hidden;
    padding: 1rem 0rem;
}
.front-topnav-warp-col-a{
    text-decoration: none;  
}
.front-topnav-warp-col-h3 {
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    color: #ff7600;
    padding: 0.5rem;
}


.front-topnav-warp-col-p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.4;
    color: #1c1c1c;
    padding:0rem 0.5rem 0rem 0.5rem;
}


/*****ifreme 全体共通スタイル**********/

iframe {
    border: 1px solid #e9ecef !important;
    border-radius: .5rem;
}


/*******fuwatto hyouzi********/

.sa {
    opacity: 0;
    transition: all 1s ease;
}

.sa.show {
    opacity: 1;
    transform: none;
}

.sa--up {
    transform: translate(0, 30px);
}

.sa--lr {
    transform: translate(-30px, 0);
}

.sa--rl {
    transform: translate(30px, 0);
}

.sa--down {
    transform: translate(0, -30px);
}

.sa--scaleUp {
    transform: scale(.5);
}

.sa--scaleDown {
    transform: scale(1.5);
}

.sa--rotateL {
    transform: rotate(180deg);
}

.sa--rotateR {
    transform: rotate(-180deg);
}


/*****       slider      **********/


/*****       検索フォーム     **********/
input[type=submit] {
    display: none;
}
.menu-search {
    display: block;
    border-bottom: 1px solid #aaa;
}

.searchform {
    position: relative;
    padding: 1rem 1rem 1rem 1rem;
}

.searchfield {
    font-size: 1rem;
    width: 100%;
    margin: 3px;
    padding: 10px;
    border: none;
    border-radius: 4px !important;
    /*background-color: #efefef;*/
}

.searchsubmit {
    content: '';
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    background-size: contain;
    background-image: url(/wp-content/themes/blankslate-child/assets/images/front/search001.svg);
    width: 1.7rem;
    height: 1.7rem;
    background-repeat: no-repeat;
    right: 5%;
    transform: translate(0%, -50%);
    top: 50%;
    cursor: pointer;
}

.searchform>.searchfield {
    border: 1px solid #ccc;
}

.searchsubmit:hover {
    opacity: .6;
}

@media screen and (min-width: 941px) {
    .menu-search {
        display: none;
    }
    .searchsubmit {
        left: 92%;
    }
}


/*関数で読み込んだnavに対してのstyle*/

.navigation {
    text-align: center;
    margin: 2rem 1rem;
}

.page-numbers {
    width: 2rem;
    background-color: #fff;
    height: 3.2rem;
    display: inline-block;
    text-align: center;
    line-height: 3.2rem;
    margin: 0 .1rem;
    font-weight: bold;
    font-family:'Open Sans','ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo' ;
    font-size: 0.8rem;
    color: #1f1f1f;
    text-decoration: none;
    border: solid 1px #1f1f1f;
}

.page-numbers.current {
    background-color: #fc9;
}

.prev,
.next {
    width: 3rem;
    background-color: #1f1f1f;
    color: #fff;
}

.b-line-enq {
    border-top: 1px solid #aaa;
    padding-bottom: 2rem;
    width: 100%;
    background: #eee;
}


/*共通リンクぼたん*/

.all-link-btn>a {
    display: block;
    position: relative;
    text-align: right;
    padding-right: 3rem;
    color: #333333;
    line-height: 1.2;
    font-weight: bold;
    font-size: 1rem;
    text-decoration: none;
    margin: 2rem 0 1rem;
}

.all-link-btn>a::before {
    position: absolute;
    top: 3px;
    right: 0.7rem;
    content: "";
    display: inline-block;
    width: 1.7rem;
    height: 1.7rem;
    background: url(/wp-content/themes/blankslate/assets/images/poke-arrow-maru.svg) no-repeat;
    background-size: contain;
}

@media screen and (min-width: 1201px) {
    .all-link-btn>a {
        font-size: 1.3rem;
    }
    .all-link-btn>a::before {
        top: 0;
    }
}


/*共通リンクぼたん おわり*/


/* inc-office */

a[href^="tel"].incoffice-tel-btn {
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    border-radius: 0.5rem;
    color: #fff;
    background-color: #eb6100;
    width: 232px;
    height: 72px;
}

.fa-position-left {
    position: absolute;
    top: calc(50% - .5em);
    left: 1rem;
}

a[href^="mailto"].incoffice-mail-btn {
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    border-radius: 0.5rem;
    color: #fff;
    background-color: #0061eb;
    width: 232px;
    height: 72px;
}

.fa-position-left {
    position: absolute;
    top: calc(50% - .5em);
    left: 1rem;
}


/*404*/

.poke404-search-box {
    max-width: 860px;
    margin: 0 auto;
    border: 1px solid #1f1f1f;
    padding: 0;
}

.poke404-divbox {
    padding: 0 2rem 2rem;
}

.poke404-p-box {
    background-color: hotpink;
    text-align: center;
    padding: .5rem;
    border: 1px solid #1f1f1f;
    border-radius: 20px;
    margin: 1rem auto;
    max-width: 260px;
    color: #fff;
    font-weight: bold;
    font-size: 1.14rem;
}

.poke404-p-box-a {
    text-decoration: none;
}

.poke404-p {
    padding: 1rem;
}

.poke404-h1 {
    text-align: center;
    position: relative;
    display: block;
    font-size: 1.42rem;
    margin-top: 10rem;
    padding: 1rem;
    font-size: 2.14rem;
}

.poke404-img-span {
    font-size: 1.2rem;
    border-bottom: 1px #1f1f1f dashed;
    padding-bottom: .2rem;
}

.poke404-h1::before {
    content: '';
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    background-size: contain;
    background-image: url(/wp-content/themes/blankslate-child/assets/images/poke404.svg);
    width: 70px;
    height: 150px;
    background-repeat: no-repeat;
    left: 50%;
    top: -2rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (min-width: 1001px) {
    .poke404-p {
        text-align: center;
    }
}

/*ぱんくず
.bread-style {
    font-size: .8rem;
    padding: .33rem 0 .33rem 1rem;
    max-width: 1200px;
    margin: 0 auto;
  }

  .bread-style a {
    text-decoration: none;
    color: #ff7600;
  }*/
  /*プロモーション動画*/

  video[poster].movie-wrapper, video[poster].movie-wrapper-02, video[poster].movie-wrapper-03, video[poster].movie-wrapper-04 {
    width: 100%;
    height: 100%;
}
@media only screen and (min-width: 767px){
video[poster].movie-wrapper {
    width: 100%;
    height: 300px;
}
}
/*Font Awesome Free 5.13.0  
.fa,.fab,.fad,.fal,.far,.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}*/
.fa-bars{
    position: relative;
}
.fa-bars:before {
    content: '';
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    background-size: contain;
    background-image: url(/wp-content/themes/blankslate-child/assets/images/front/menu001.svg);
    width: 1.5rem;
    height: 1.5rem;
    background-repeat: no-repeat;
    /*left: 50%;*/
    transform: translate(-50%, -50%);
    /*top: -.4rem;*/
}
/*.fa,.far,.fas {
    font-family: Font Awesome\ 5 Free
}
*/
.fa,.fas {
    font-weight: 900
}
.fa-home{
    position: relative;
}

.fa-home:before {
    content: '';
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    background-size: contain;
    background-image: url(/wp-content/themes/blankslate-child/assets/images/front/home001.svg);
    width: .8rem;
    height: .8rem;
    background-repeat: no-repeat;
    left: -13px;
    /*transform: translate(-50%, -50%);*/
    top: 0;
}

/**20230328_チャットブースト在宅専用ボタン用スタイル&_在宅用料率アイコン**/
.cb-sigbtn-midasi-zai {
    text-align: center;
    font-size: 3.5vw;
    margin-top: 1rem;
    position: relative;
    display: inline-block;
}
.cb-sigbtn-midasi-zai::before {
    background-image: url(/wp-content/themes/blankslate-child/assets/images/line-lef.svg);
    transform: translateY(-50%) translateX(100%);
    top: 4vw;
    left: -8vw;
}
.cb-sigbtn-midasi-zai::after {
    background-image: url(/wp-content/themes/blankslate-child/assets/images/line-rgh.svg);
    transform: translateY(-50%) translateX(-100%);
    top: 4vw;
    right: -8vw;
}
.cb-sigbtn-midasi-zai::before, .cb-sigbtn-midasi-zai::after {
    content: "";
    display: inline-block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    width: 1rem;
    height: 1.5rem;
}
@media (min-width: 628px){
.cb-sigbtn-midasi-zai {
    font-size: 2rem;
}
.cb-sigbtn-midasi-zai::before {
    width: 1.5rem;
    height: 2rem;
    top: 1.6rem;
    left: -4rem;
}
.cb-sigbtn-midasi-zai::after {
    width: 1.5rem;
    height: 2rem;
    top: 1.6rem;
    right: -4rem;
}
}
/**料率アイコン**/
.mg-b3{
    margin-bottom: 3rem;
    }
    .city_h1_ryouritsu_iocn-pc,.city_h1_ryouritsu_iocn-sp{
        position: relative;
        display: block;
      }
    
      .city_h1_ryouritsu_iocn-sp::before,.city_h1_ryouritsu_iocn-pc::before{
        content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      background-image: url("/wp-content/themes/blankslate-child/assets/images/rate/jp-btn_60-pc.svg");
      background-size: contain;
      background-repeat: no-repeat;
      transform: translate(-50%, 160%);
      animation: rate-banar-anime 3s infinite;
      }
      .city_h1_ryouritsu_iocn-sp::before{
        width: 23rem;
        height: 4rem;
      }
      .city_h1_ryouritsu_iocn-pc::before{
        width: 28rem;
        height: 4rem;
      }
/**20230328_チャットブースト在宅専用ボタン用スタイル&_在宅用料率アイコン　　　終わり　**/