	@charset "UTF-8";
/********************
    base
********************/
body {
    min-width: 100%;
    max-width: 100%;
    background-color: #3da7b3;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴシック Pro', 'ヒラギノ角ゴ Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', Geneva, Arial, Verdana, 'Noto Sans', sans-serif;
    margin: 0;
    padding: 0;
}
body.bg_wh {
    background-color: #fff;
}
p,
ul {
    margin: 0;
    padding: 0;
}
.pc_only {
    display: none !important;
}
.sp_only {
    display: block;
}
/********************
    font
********************/
.roboto {
    font-family: 'Roboto', sans-serif;
}
.txt_ss {
    font-size: 10px;
}
.txt_l {
    font-size: 130%;
}
.txt_b {
    font-weight: bold;
}
.txt_nml {
    font-weight: normal;
}
/********************
    color
********************/
.txt_nv {
    color: #020b8c;
}
.txt-dj-blue {
    color: #44bac7;
}
.bg-ylw {
    background-color: #ffd500;
}
.shadow-ylw {
    box-shadow: 0px 4px 0px 0px #e0bb00;
}
.txt-def {
    color: #474747;
}
/********************
    margin
********************/
.mt-0{margin-top:0px !important;}
.mt-10{margin-top:10px !important;}
.mt-20{margin-top:20px !important;}
.mt-30{margin-top:30px !important;}
.mt-40{margin-top:40px !important;}
.mb-0{margin-bottom:0px !important;}
.mb-10{margin-bottom:10px !important;}
.mb-20{margin-bottom:20px !important;}
.mb-30{margin-bottom:30px !important;}
.mb-40{margin-bottom:40px !important;}
/********************
    center
********************/
.txt_cnt {
    text-align: center;
}
/********************
    asterisk
********************/
.txt_ast {
    position: relative;
    font-size: 8px;
    font-weight: normal;
    padding: 0 0 0 24px;
}
.txt_ast span {
    position: absolute;
    top : 0;
    left: 0;
    margin: 0;
    padding: 0 0 0 12px;
}
.ast_area {
    color: #777;
    font-size: 10px;
    text-align: left;
    letter-spacing: 0;
    line-height: 18px;
}
.ast_area .ast_mark {
    display: inline-block;
    vertical-align: top;
    padding: 0 9px 0 0;
}
.ast_area .ast_mark_no {
    display: inline-block;
    vertical-align: top;
    padding: 0 4px 0 0;
}
.ast_area .ast_txt {
    display: inline-block;
    width: 90%;
}
/********************
    header
********************/
/* header */
.sw_header {
    width: 100%;
    max-width: 750px;
    height: 50px;
    background-color: #fff;
    border-bottom: 2px solid #dcdcdc;
    margin: 0 auto;
}
/* header_inner */
.header_inner {
    position: relative;
    margin: 0 auto;
    width: 96%;
    height: 50px;
}
/* header_btn */
.header_inner .btn-cmn {
    margin-top: 0;
    position: absolute;
    top: 6px;
    right: 2px;
    width: 100px;
}
.header_inner .btn_txt_small {
    display: block;
    font-size: 10px;
    color: #ffff00;
}
.header_inner .btn-cmn-txt {
    font-size: 12px;
    line-height: 14px;
}
.header_inner .btn-cmn-in {
    padding: 2px 4px;
    letter-spacing: -.5px;
}
/* logo SW */
.logo {
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 4px;
    margin: auto;
    width: 141px;
    height: 22px;
    background-image: url("/wp-content/uploads/2017/10/ico_logo_01@2x.png");
    background-size: 141px 22px;
}
.logo a {
    display: block;
    width: 141px;
    height: 22px;
}
/* logo djob */
.logo.logo_job {
    margin: auto;
    padding: 5px;
    background: url("/wp-content/uploads/2018/08/logo_djob.png") no-repeat 4px center;
    background-size: 60px;
}
.logo.logo_job a {
    display: block;
    padding: 10px 0;
}
/* tagline */
.tagline {
    position: absolute;
    width: 40%;
    bottom: 8px;
    right: 6px;
    text-align: left;
    font-size: 10px;
    line-height: 10px;
    color: #999;
}
/* img_alt */
.img_alt {
    display: inline-block;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}
/********************
    wrapper
********************/
.wrapper {
    margin: 0 6px;
    overflow: hidden;
}
.wrapper.wrap_wmax {
    background-color: #fff;
    height: auto;
    margin: 0;
    overflow: hidden;
}
.wrapper.mw0 {
    margin: 0;
    background-color: #3da7b3;
}
/********************
    contents
********************/
.contents {
    width: 100%;
    max-width: 750px;
    background-color: #faf8f0;
    margin: 0 auto;
}
/********************
    section_area
********************/
.section_area {
    margin: 0px auto 20px auto;
}
.section_area.mv {
    position: relative;
}
.section_area.mv .cp-txt-wrap {
    position: absolute;
    padding: 0 6%;
    bottom: 10%;
    font-size: 3.467vw;
}
.section_area.cont {
    padding:40px 0px 50px 0px;
}

.section_area.cont.bg-ylw {
    border-top: 2px solid #dcdcdc
}

.section_area.mv h2 {
    border-bottom: 2px solid #dcdcdc;
}
/* margin none */
.section_area.mb_none {
    margin: 0 auto;
}
/********************
    txt
********************/
.txt {
    margin: 10px auto;
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.03em;
}
@media screen and (min-width:751px) {
    .txt {
        margin: 30px auto;
        font-size: 26px;
    }
}

.txt_margin_none {
    margin: 0 auto 8px;
    width: 94%;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.txt small {
    display: inline-block;
    font-size: 10px;
    line-height: 15px;
}
.txt_gray {
    color: #999;
}
.txt_red {
    color: #ff5a5f;
    font-weight: bold;
}
.txt_gold {
    color: #cdaa00;
}
.txt_bk_b {
    color: #474747;
    font-weight: bold;
}
/********************
    btn
********************/
/* area */
.btn_area {
    margin: 0 auto;
    text-align: center;
}
.btn_area .btn-cmn {
    display: block;
    margin: 0 auto;
    width: 85%;
    height: auto;
    text-align: center;
}
.btn-cmn {
    font-size: 18px;
}
.btn-cmn.wide {
    font-size: 18px;
    margin: 0 auto;
    display: block;
}
@media screen and (min-width:751px) {
    .btn-cmn {
        font-size: 36px;
    }
    .btn-cmn.wide {
        font-size: 36px;
        max-width: 620px;
        width: auto;
    }
}
@media screen and (max-width:350px) {
    .btn-cmn {
    }
    .btn-cmn.wide {
    }
}

.btn-cmn-txt_small {
    font-size: 14px;
    letter-spacing: -1px;
}
/* pink */
.btn-cmn-pink {
    position: relative;
}
/* small */
.btn_txt_small {
    display: block;
    font-size: 12px;
    color: #ffff00;
}
/* white */
.btn-cmn-white .btn_txt_small {
    color: #44bac7;
}
.btn-cmn-white {
    margin: 12px auto 0 !important;
    display: block;
}
/* gray */
.btn_gray {
    margin: 0 auto;
    width: 85%;
    height: auto;
    text-align: center;
    font-weight: bold;
    letter-spacing: normal;
}
.btn_gray .btn-cmn-in {
    background-color: #ccc;
    box-shadow: 0px 4px 0px 0px #aaa;
    padding: 12px;
}
/********************
    app btn area
********************/
.app_btn_area {
    margin: 0 auto;
    padding: 8px 6px;
    text-align: center;
}
.app_btn_area.pw0 {
    padding: 0;
}
.app_btn_area .txt {
    margin: 8px auto;
    font-size: 13px;
    line-height: 21px;
    text-align: center;
    font-weight: bold;
}
.app_btn_area .app_ttl {
    margin: 0 auto;
    padding: 15px 20px 10px 20px;
}
.app_btn_area .app_ttl p {
    color: #fff;
    font-weight: bold;
}
.app_btn_area .app_btn_cont {
    padding: 0 20px;
}
.app_ttl_sub {
    margin: 6px auto 0 auto;
    display: block;
    font-weight: normal;
    color: #fff;
    font-size: 11px;
    line-height: 11px;
}
.app_btn_cont .app_qr_area .app_qr {
    display: inline-block;
    width: 34%;
}
.app_btn_cont .app_qr_area .app_qr.qr_l {
    margin: 0 45px 0 0;
    padding: 0 0 25px 18px;
}
.app_btn_cont .app_qr_area .app_qr.qr_r {
    margin: 0 0 0 10px;
    padding: 0 18px 25px 0;
}
/********************
    table
********************/
.rule_table {
    margin: 8px 6px;
}
.rule_table th,
.rule_table td {
    padding: 6px;
    width: 96%;
    height: auto;
    text-align: left;
    font-size: 10px;
    line-height: 14px;
    vertical-align: middle;
    border: 1px solid #dcdcdc;
}
.rule_table th {
    width: 15%;
    background: #faf8f0;
    vertical-align: middle;
}
.rule_table td {
    width: 85%;
    background: #fff;
}
.rule_table.bg_org th {
    background-color: #fbedb4;
}
.rule_table.bg_org th,
.rule_table.bg_org td {
    border: 1px solid #ccc;
}
.rule_table p {
    margin: 4px auto;
}
.table_asterisk .txt_pl {
    padding: 0 0 0 24px;
}
.table_asterisk .txt_pl span {
    padding: 0 0 0 12px;
}
.table_asterisk .txt_pl_none {
    padding: 0;
}
.table_circle_number li,
.table_asterisk li {
    position: relative;
    margin: 4px auto;
    padding: 0 0 0 12px;
    list-style: none;
    list-style-position: outside;
}
.table_circle_number li:last-child,
.table_asterisk li:last-child {
    margin: 0;
}
.table_circle_number span,
.table_asterisk span {
    position: absolute;
    top : 0;
    left: 0;
    margin: 0;
}
.table_number li {
    margin: 0 0 4px 12px;
    list-style-type: decimal;
    list-style-position: outside;
}
/********************
    rule_table_inner
********************/
.rule_table_inner.tbl_mb {
    margin: 0 0 8px 0;
}
.rule_table_inner th,
.rule_table_inner td {
    padding: 8px;
    width: 25%;
    height: auto;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #dcdcdc;
}
.rule_table_inner th {
    background-color: #faf8f0;
}
.rule_table_inner td {
    background-color: #fff;
}
.rule_table_inner th,
.rule_table_inner td {
    padding: 4px;
}
/********************
    contract area
********************/
.contract_area {
    background: #faf8f0;
}
.contract_area dt {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    background: #fff;
    border-top: #e0ded5 1px solid;
    border-bottom: #e0ded5 1px solid;
    cursor: pointer;
    padding: 30px 18px;
}
.contract_area dt:after {
    position: absolute;
    content: '';
    top: 36px;
    right: 23px;
    width: 18px;
    height: 10px;
    background: url("/wp-content/uploads/2018/12/arrow_gray.png") center right no-repeat;
    background-size: 18px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transition: all, 0.25s, linear;
    -o-transition: all, 0.25s, linear;
    -webkit-transition: all, 0.25s, linear;
    transition: all, 0.25s, linear;
}
.contract_area dt.active:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.contract_area dd {
    display: none;
    font-size: 13px;
    border-bottom: #e0ded5 1px solid;
    padding: 20px 18px 25px 20px;
}
.contract_area .txt_ctr_mb {
    text-align: center;
    margin: 0 0 10px 0;
}
.contract_area .contract_read {
    padding: 0 0 15px 0;
}
.contract_area .rule_table {
    margin: 0;
}
.contract_area .rule_table th {
    font-size: 13px;
    background: #f6f6f6;
    padding: 18px;
}
.contract_area .rule_table td {
    font-size: 13px;
    line-height: 22px;
    padding: 18px;
}
.contract_area .rule_table .ast_area {
    color: #999;
    font-size: 11px;
}
.contract_area .rule_table .ast_area .ast_mark {
    padding: 0 0 0 12px;
}
.contract_area .rule_table .txt_mb {
    margin: 0 0 10px 0;
}
.contract_area .rule_table .table_circle_number li {
    padding: 0 0 0 16px;
}
.contract_area .rule_table .ast_area.txt_l {
    color: #474747;
    font-size: 13px;
}
.contract_area .rule_table .ast_area.txt_l .ast_txt {
    width: 86%;
}
.contract_area .rule_table .ast_area .ast_txt {
    width: 88%;
}
.contract_area .rule_table .rule_table_inner {
    margin: 0 0 10px 0;
}
.contract_area .rule_table .rule_table_inner th,
.contract_area .rule_table .rule_table_inner td {
    padding: 8px;
}
.contract_area .close {
    text-align: center;
    background: #fff;
    margin: 15px 48px 0 48px;
    padding: 13px;
}
.contract_area .close .arrow_txt {
    color: #1e97cd;
    font-size: 15px;
    background: url("/wp-content/uploads/2019/01/arrow_blue.png") center left no-repeat;
    padding: 0 0 0 15px;
}
@media screen and (min-width:751px) {
    .contract_area dt {
        font-size: 28px;
    }
}
/********************
    scroll_top
********************/
.topBtn {
    position: fixed;
    bottom: 1%;
    right: 1%;
    display: block;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 16px;
    border-radius: 20px;
    padding-top: 20px;
    box-sizing: border-box;
}
.topBtn::before {
    content:'\25B2';
    position: absolute;
    top: 4px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
}
.topBtn::hover {
    opacity: .7;
}
/********************
    footer_btn_area
********************/
.footer_btn_area {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: table;
    text-align: center;
}
.footer_btn_area li {
    width: 46%;
    height: 44px;
    text-align: center;
    border: 1px solid #37959f;
    display: table-cell;
    border-bottom: none;
    background-color: #daf1f4;
}
.footer_btn_area li:first-child {
    width: 100%;
    display: table-caption;
    border-right: none;
    border-left: none;
}
.footer_btn_area li:nth-child(2) {
    border-right: none;
    border-left: none;
}
.footer_btn_area li:nth-child(3) {
    border-right: none;
}
.footer_btn_area a {
    display: block;
    font-size: 15px;
    line-height: 44px;
    font-weight: bold;
    color: #37959f;
}
.footer_btn_area a:hover {
    background-color: #fff;
}
.footer_btn_area i {
    margin-right: 4px;
    color: #37959f;
}
/********************
    footer
********************/
/* area */
.footer-order {
    background-color: rgba(255,255,255,.7);
}
.footer-order.ftr_cp {
    padding: 25px 0 15px 0;
}
.footer-order.ftr_cp_ptl {
    padding: 40px 0 15px 0;
}
@media screen and (min-width:751px) {
    .footer-order.ftr_cp_ptl {
        padding: 50px 0 15px 0;
    }
}
/* btn_mark_on */
.sw_footer {
    margin: 0 0 84px 0;
    padding: 8px 0;
    width: 100%;
    height: auto;
    background-color: #333;
}
.sw_footer.sw_ftr_cp {
    margin: 0 0 72px 0;
}
.sw_footer.sw_ftr_newcp {
    margin: 0 0 100px 0;
}
@media screen and (min-width:751px) {
    .sw_footer.sw_ftr_newcp {
        margin: 0 0 150px 0;
    }
    footer .copy {
        font-size: 24px;
        line-height: 24px;
    }
}
.sw_footer.ftr_m {
    margin-bottom: 67px;
}
/* btn_mark_off */
.footer_short {
    margin-bottom: 60px;
}
/* app_footer */
.app_footer {
    margin: 0;
}
/* btn */
.footer-order .btn-cmn {
    width: 85%;
}
/* btn_double */
.app_footer-order_double {
    height: 73px;
}
.footer-order_double .btn-cmn,
.app_footer-order_double .btn-cmn {
    display: inline-block;
    margin-top: 0;
    width: 46%;
    max-width: 620px;
}
.app_btn_area .btn-cmn {
    display: inline-block;
    margin: 0 2px;
    width: 46%;
}
.app_btn_area .btn-cmn:first-child {
    margin-right: 8px;
}
/* copy */
.copy {
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
}
/********************
    animated
********************/
.animated,
.animated:hover {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}
/* ふわふわさせたいものに fuwafuwaクラスを付与 */
.fuwafuwa {
    -webkit-animation-name:fuwafuwa; /* fuwafuwaっていうアニメーションをしてね！ */
    -webkit-animation-duration:7s;
    -webkit-animation-iteration-count:infinite;
    /*-webkit-animation-direction:alternate;*/
    -webkit-animation-timing-function:ease;

    -moz-animation-name:fuwafuwa;
    -moz-animation-duration:7s;
    -moz-animation-iteration-count:infinite;
    /*-moz-animation-direction:alternate;*/
    -moz-animation-timing-function:ease;
}
/* fuwafuwaっていうアニメーションはこんなふうだよ！ */
@-webkit-keyframes fuwafuwa {
    0% {-webkit-transform:translate(0, 0);}
    50% {-webkit-transform:translate(0, -5px);}
    100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes fuwafuwa {
    0% {-moz-transform:translate(0, 0);}
    50% {-moz-transform:translate(0, -5px);}
    100% {-moz-transform:translate(0, 0);}
}
/********************
monitor
********************/
.cont_pic_01 {
    margin: 0 0 15px 0;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.07rem;
}
.cont_pic_01 strong {
    margin: 0 28px;
}
.cont_pic_02 {
    margin: 0 0 15px 0;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.07rem;
}
.cont_pic_03 {
    margin: 0 0 12px 0;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.07rem;
}

.cont_pic_01 strong {
    margin: 0 8px;
}
.box-other {
    background-color: #fff;
    border-radius: 14px;
    padding: 25px 12px;
    position: relative;
}
.box-other-ttl {
    display: flex;
    font-size: 14px;
    justify-content: center;
}
.box-other-ttl strong {
    position: absolute;
    margin: 0 auto;
    display: flex;
    font-size: 14px;
    padding: 5px 15px;
    top: -16px;
    background-color: #44bac7;
    border: solid 2px #fff;
    border-radius: 50px;
    justify-content: center;
    color: #ffffff;
}
.box-other-contents li {
    font-size: 15px;
    font-weight: bold;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.5;
}
.box-other-contents li::before {
    content:"・";
    font-size: 1.25em;
}

/********************
    flash cp
********************/
.flash_cp {
    position: relative;
}
.flash_cont {
    background: #61c4ce;
    padding: 0 0 28px 0;
}
.flash_cont .cont_pic {
    margin: 0 0 30px 0;
    font-size: 19px;
}
.flash_cont .ast_box {
    padding: 0 20px 14px 20px;
}
.flash_cont .ast_box.ast_btn {
    padding: 14px 20px 5px 20px;
}
.flash_cont .ast_area {
    color: #fff;
    font-size: 13px;
    line-height: 21px;
    margin: 0 0 2px 0;
}
.flash_cont .ast_area .ast_mark {
    padding: 0 2px 0 0;
}
/* countdown */
#CDT {
    position: absolute;
    width: 100%;
    top: 46%;
    right: 0;
    font-family: 'Crimson Text', serif;
    text-align: center;
}
#CDT .hour,
#CDT .min,
#CDT .sec {
    font-size: 440%;
    letter-spacing: 0.25rem;
}
#CDT .txt_s {
    font-size: 120%;
    letter-spacing: 0.0625rem;
    font-weight: bold;
}
#CDT .end_area {
    position: relative;
    display: block;
    text-align: center;
}
#CDT .end_area .txt_end {
    display: block;
    position: absolute;
    width: 100%;
    left: -7%;
    font-size: 100%;
    letter-spacing: 0.0625rem;
    font-weight: normal;
    padding: 30px 0 0 45px;
}
#CDT .txt_mr {
    margin: 0 2% 0 0;
}
/* userAgent separate */
.pc .app_btn_conts,
.sp .app_btn_conts,
.spApp.DM01J .app_btn_conts,
.spApp.SO02J .app_btn_conts {
    display: none;
}
.spApp .app_btn_conts {
    display: block;
}
.pc .sp_btn_conts,
.spApp .sp_btn_conts,
.spApp.sp .sp_btn_conts,
.DM01J.sp .sp_btn_conts,
.SO02J.sp .sp_btn_conts {
    display: none;
}
.sp .sp_btn_conts {
    display: block;
}
.sp .pc_btn_conts,
.spApp .pc_btn_conts {
    display: none;
}
.pc .pc_btn_conts {
    display: block;
}
/************************************************************
    Media query
************************************************************/
/******* min-width:751px *******/
@media screen and (min-width:751px) {
.pc_only {
    display: block;
}
.sp_only {
    display: none;
}
/* wrapper */
.wrapper.mw0 {
    margin: 0 auto;
}
/* header */
    .sw_header {
        width: 100%;
        height: 78px;
        background-color: #fff;
        border-bottom: 2px solid #dcdcdc;
    }
/* header_inner */
    .header_inner {
        position: relative;
        margin: 0 auto;
        max-width: 1024px;
        height: 78px;
    }
/* logo SW */
    .logo {
        position: absolute;
        top: 50%;
        bottom: 50%;
        left: 0;
        margin: auto;
        width: 224px;
        height: 34px;
        background-image: url("https://stg.sw.job.dmkt-sp.jp/wp-content/uploads/2017/10/ico_logo_01@2x.png");
        background-size: 224px 34px;
    }
    .logo a {
        display: block;
        width: 222px;
        height: 34px;
    }
/* logo djob */
    .logo.logo_job {
        margin: auto;
        padding: 15px 5px;
        background: url("/wp-content/uploads/2018/08/logo_djob.png") no-repeat left center;
        background-size: 100px;
    }
    .logo.logo_job a {
        display: block;
        padding: 10px 0;
    }
/* tagline */
    .tagline {
        width: 28%;
        right: 0;
    }
/* wrapper */
    .wrapper {
        max-width: 1024px;
        height: auto;
        overflow: hidden;
        margin: 0 auto;
    }
    .wrapper.wrap_wmax {
        width: 100%;
        height: auto;
        margin: 0 auto;
        overflow: hidden;
    }
/* flash cp */
    .flash_cont .ast_box.ast_btn {
        width: 80%;
        margin: 0 auto;
        padding: 0 0 10px 75px;
    }
    .section_area.mv .cp-txt-wrap {
        position: absolute;
        padding: 0 6%;
        top: 400px;
        font-size: 26px;
    }
}
/******* min-width:731px *******/
@media screen and (min-width:731px) {
/* countdown */
    #CDT {
        top: 45%;
    }
    #CDT .hour,
    #CDT .min,
    #CDT .sec {
        font-size: 900%;
    }
    #CDT .txt_s {
        font-size: 200%;
    }
    #CDT .end_area .txt_end {
        font-size: 200%;
        padding: 60px 0 0 45px;
    }
/* btn */
    .btn_area .btn-cmn {
        width: 60%;
        font-size: 150%;
    }
    .btn_area .btn-cmn-in {
        padding: 17px 25px;
    }
/* btn_gray */
    .btn_gray {
        width: 60%;
        font-size: 150%;
    }
    .btn_gray .btn-cmn-in {
        padding: 17px 25px;
    }
/* btn_double */
    .app_btn_area .btn-cmn {
        width: 40%;
    }
/* app_ttl */
    .app_btn_area .app_ttl {
        padding: 25px 20px 20px 20px;
    }
    .app_btn_area .app_ttl p {
        font-size: 150%;
    }
}
/******* max-width:730px *******/
@media screen and (min-width:640px) and (max-width:730px) {
/* countdown */
    #CDT {
        top: 46%;
    }
    #CDT .hour,
    #CDT .min,
    #CDT .sec {
        font-size: 760%;
    }
    #CDT .txt_s {
        font-size: 190%;
    }
    #CDT .end_area .txt_end {
        left: -10%;
        font-size: 180%;
        padding: 45px 0 0 45px;
    }
}
/******* max-width:639px *******/
@media screen and (min-width:568px) and (max-width:639px) {
/* countdown */
    #CDT {
        top: 45%;
    }
    #CDT .hour,
    #CDT .min,
    #CDT .sec {
        font-size: 700%;
    }
    #CDT .txt_s {
        font-size: 160%;
    }
    #CDT .end_area .txt_end {
        font-size: 180%;
        padding: 45px 0 0 45px;
    }
}
/******* max-width:420px *******/
@media screen and (min-width:321px) and (max-width:420px) {
/* countdown */
    #CDT .hour,
    #CDT .min,
    #CDT .sec {
        font-size: 450%;
    }
}
/******* max-width:320px *******/
@media screen and (max-width:320px) {
/* countdown */
    #CDT .hour,
    #CDT .min,
    #CDT .sec {
        font-size: 380%;
    }
    #CDT .txt_s {
        font-size: 100%;
    }
    #CDT .end_area .txt_end {
        font-size: 100%;
        padding: 25px 0 0 45px;
    }
    .app_btn_area .app_ttl p {
        font-size: 92%;
    }
}
/******** other ************/
.box-cmn-card-in:hover {
    opacity: 1;
    box-shadow:none;
}
.box-cmn-card-status {
    bottom: 12px;
    position: relative;
}
.box-cmn-card-in:hover .box-cmn-card-ttl {
    color: #474747;
}
.img-title-mark-01 {
    width: 10px;
}
.img-title-mark-02 {
    width: 24px;
}
@media screen and (min-width:751px) {
    .box-cmn-card-status {
        bottom: 9px;
        position: relative;
        right: 40px;
    }
    .mt-pc-30 { margin-top: 30px;}
    .center-pc {text-align: center;}
    .cont_pic_01 {
        font-size: 30px;
        letter-spacing: 0.45rem;
        margin-bottom: 30px;
    }
    .cont_pic_02 {
        font-size: 40px;
        letter-spacing: 0.45rem;
    }
    .cont_pic_03 {
        font-size: 36px;
        letter-spacing: 0.45rem;
        margin-bottom: 40px;
    }
    .img-title-mark-01 { width: 22px; }
    .footer-order .img-title-mark-01 { width: 22px; }
    .footer-order .cont_pic_01 { font-size:30px; }
    .cont_pic_01 strong { margin: 0 50px; }
    .box-other-ttl strong { font-size: 16px; }
    .box-other-contents li { font-size: 20px; }
    .pd-b-10 {padding-bottom: 10px!important;}
    .box-other {padding: 40px 40px 30px;}
    .footer-order .cont_pic_01 strong {margin: 0 20px;}
}
@media screen and (max-width:750px) {
    .w-350-sp {
        width: 300px;
        margin: 0 auto;
        font-size: 13px;
    }
}
.btn-cmn-yellow:hover:not(:disabled) .btn-cmn-in {
    background-color: #ffcd00;
    color: #796a3c;
    transform: translate3d(0, 4px, 0);
    box-shadow: none;
}
.btn-cmn:hover:not(:disabled) .btn-cmn-in {
    margin-top: 2px;
    margin-bottom: 4px;
    transform: translate3d(0, 4px, 0);
    box-shadow: none;
}
.footer-order .btn-cmn:hover:not(:disabled) .btn-cmn-in {
    margin-bottom: 2px;
}

/* ======================
add for sugotoku
=======================*/
/* mv*/
.mainvisual-bnr{margin-top:-9.3%}

/* cont_wrap */
.cont_wrap {
    padding: 35px 15px 30px;
}
.cont_wrap.bg-wht {
    padding: 30px 15px 38px;
    background-color: #fff;
}
.cont_wrap .img-entry{
    margin: 0 auto;
}
@media screen and (min-width:751px) {
    .cont_wrap {
        padding: 80px 30px;
    }
    .cont_wrap.bg-wht {
        padding: 60px 15px 88px;
    }
}
/* card */
.card_wrap{
    border-radius: 8px;
    background-color: #fff;
    border: 2px solid #44bac7;
    margin: 55px auto 30px;
    padding: 0 20px 20px;
}
.ttl-flag{
    position: relative;
    top: -15px;
    background-image:url(/wp-content/uploads/2020/01/bg_campaign-flag_01.png);
    background-size: 283px;
    background-repeat: no-repeat;
    width: 283px;
    background-position: center;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    padding: 4px 0;
}
.card_wrap .ttl-img-01 {
    width: 175px;
    margin: 14px 0 12px;
}
.card_wrap .ttl-img-02 {
    width: 266px;
    margin-bottom: 12px;
}
.txt-bold {
    font-weight: bold;
    letter-spacing: 0.07em;
}
.card_wrap p {
    font-size: 15px;
    line-height: 1.6;
}
.card_wrap hr {
    margin: 25px 0;
    padding: 0;
    border-top: 1px dotted #e0ded5;
    height: 2px;
    width: 100%;
}
.point-num {
    font-size: 31px;
    color: #ce1300;
    font-family: "roboto slab";
    letter-spacing: -0.04rem;
    font-weight: normal;
}
.point {
    font-size: 21px;
    color: #ce1300;
    font-family: "roboto slab";
}
.step-wrap {
    display: flex;
    justify-content: space-between;
}
.step-box {
    width: 30.4%;
    position: relative;
}
.step-box .step {
    font-size: 13px;
    background-color: #44bac7;
    border-radius: 50px;
    width: 60px;
    color: #fff;
    text-align: center;
    margin: 0 auto 13px;
    padding: 2px 3px;
}
.step-box .step.step2:before {
    content:"";
    background-image: url(/wp-content/uploads/2020/01/ico_step_arrow_01.png);
    display: block;
    width: 10px;
    height: 12px;
    background-size: 10px 12px;
    position: absolute;
    left: -7px;
    top: 7px;
}
.step-box .step.step2:after {
    content:"";
    background-image: url(/wp-content/uploads/2020/01/ico_step_arrow_01.png);
    display: block;
    width: 10px;
    height: 12px;
    background-size: 10px 12px;
    position: absolute;
    right: -7px;
    top: 7px;
}
.step-box .text {
    text-align: center;
    font-size: 14px;
    font-weight: bold   ;
}
@media screen and (min-width:751px) {
    .step-box {
        width: 30%;
    }
    .card_wrap{
        border-radius: 15px;
        border: 4px solid #44bac7;
        margin: 110px auto 60px;
        padding: 0 40px 40px;
    }
    .ttl-flag{
        background-image:url(/wp-content/uploads/2020/01/bg_campaign-flag_01.png);
        background-size: 566px;
        background-repeat: no-repeat;
        width: 566px;
        background-position: center;
        text-align: center;
        margin: 0 auto;
        color: #fff;
        font-weight: bold;
        font-size: 30px;
        top: -33px;
        padding: 8px 0;
    }
    .card_wrap p {font-size: 30px;}
    .card_wrap .ttl-img-01 {
        width: 350px;
        margin-bottom: 25px;
    }
    .card_wrap .ttl-img-02 {
        width: 533px;
        margin-bottom: 25px;
    }
    .card_wrap hr {
        margin: 50px 0;
        padding: 0;
        border-top: 1px dotted #e0ded5;
        height: 2px;
        width: 100%;
    }
    .step-box .step {
        font-size: 26px;
        background-color: #44bac7;
        border-radius: 50px;
        width: 120px;
        color: #fff;
        text-align: center;
        margin: 0 auto 26px;
        padding: 2px 3px;
    }
    .step-box .text {
        text-align: center;
        font-size: 28px;
    }
    .point-num {
        font-size: 63px;
    }
    .point {
        font-size: 43px;
    }
    .list-ul>.bullet {
        font-size: 26px;
    }
    .step-box .step.step2:before {
        width: 20px;
        height: 25px;
        background-size: 20px 25px;
        left: -10px;
        top: 10px;
    }
    .step-box .step.step2:after {
        width: 20px;
        height: 25px;
        background-size: 20px 25px;
        right: -10px;
        top: 10px;
    }
}
@media screen and (max-width:375px) {
    .ttl-flag{
        background-image:url(/wp-content/uploads/2020/01/bg_campaign-flag_01.png);
        background-size: 240px;
        background-repeat: no-repeat;
        width: 240px;
        font-size: 13px;
    }
}
@media screen and (max-width:350px) {
    .card_wrap .ttl-img-01 {
        width: 160px;
        margin-bottom: 12px;
    }
    .card_wrap .ttl-img-02 {
        width: 240px;
        margin-bottom: 12px;
    }
}
/* list bullet
----------------------- */
.list-ul>.bullet {
    font-size: 13px;
	padding-left: 20px;
	list-style: none;
	text-indent: -36px;
	color: #333;
}
.list-ul>.bullet:before {
	display: inline-block;
	width: 30px;
	text-align: right;
	text-indent: 0;
}
/* list hyphen */
/* list asterisk */
.list-style-asterisk>.bullet:before {
	content: "※";
}
@media screen and (min-width:751px) {
    .list-ul>.bullet {
        font-size: 26px;
        padding-left: 30px;
    }
}
/* footer */
.footer-order .btn-cmn {
    width: 310px;
    margin: 0 auto;
    position: relative;
}
@media screen and (min-width:751px) {
    .footer-order .btn-cmn {
        width: 620px;
        margin: 0 auto
    }
}
@media screen and (max-width:370px) {
    .footer-order .btn-cmn {
        width: 270px;
        font-size: 16px;
    }
}

div.footer-order {
    min-width: 310px;
}
.wdth-90{
    width: 92%;
    display: inline-block;
}

.footer-order.is-show {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.footer-order {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: translateY(204px);
    transform: translateY(204px);
}
.img-step{
    display: block;
    margin: 0 auto 15px;
    width:86%;
}
@media screen and (max-width:750px) {
    .btn_mark.btn_mark_ftr {
        bottom: 26px;
        right: -24px;
    }
    .btn_mark {
        z-index: 2;
        position: absolute;
        bottom: 12px;
        right: 4px;
        margin: auto;
        padding: 4px;
        width: 50px;
        height: 50px;
        text-align: center;
        font-weight: bold;
        font-size: 10px;
        line-height: 14px;
        letter-spacing: -.5px;
        border: 1px solid #ff5a5f;
        background-color: #fff;
        border-radius: 30px;
        transform: rotate(20deg);
    }
}
@media screen and (min-width:751px) {
    .btn_mark {
        z-index: 2;
        position: absolute;
        bottom: 40px;
        right: -46px;
        margin: auto;
        padding: 8px;
        width: 80px;
        height: 80px;
        text-align: center;
        font-weight: bold;
        font-size: 14px;
        line-height: 21px;
        letter-spacing: -.5px;
        border: 2px solid #ff5a5f;
        background-color: #fff;
        border-radius: 40px;
        transform: rotate(20deg);
    }
    .img-step{
        margin: 0 auto 30px;
        width:87%;
    }
}
@media screen and (max-width:350px) {
    .step-box {
        width: 26%;
    }
}