f@charset "utf-8";
/* ==========================================================
sp-main
========================================================== */

/* base */
body{
	width: auto;
	min-width: auto;
	background-color: #44bac7;
}

@media screen and (min-width: 767px){
    .only-sp
    {
        display: none;
    }
}
@media screen and (min-width: 767px){
	.wrapper{
		width: 80%;
		max-width: 1024px;
		height: auto;
		background-color: #fff;
		overflow: hidden;
		margin: 0 auto;
	}
	.contents{
    margin: 0 auto;
    width: auto;
    height: auto;
    background-color: #fff;
	}
}

/*txt*/
.txt_red {
    color: #ff5a5f;
}
.txt_b {
    font-weight: bold;
}

/*btn*/

.btn-cmn{
	width: 100%;
	padding: 12px;
	margin: 0;
}
.start-using-btn-area{
	padding-top:20px;
	text-align: center;
}
.img_fukidashi{
	width: 80%;
	margin: 0 auto 8px;
}
.btn-cmn-yellow .btn-cmn-in{
	padding: 19px 10px;
	font-size: 24px;
}
@media screen and (min-width: 767px){
	.btn-cmn{
		width: 80%;
		max-width: 600px; 
		font-size: 36px;
	}
	.btn-cmn-yellow .btn-cmn-in{
		padding: 31px 0;
		box-shadow: 0px 9px 0px 0px #cdaa00;
		font-size: 32px;
	}
	.start-using-btn-area{
		padding-top: 40px;
	}
	.img_fukidashi{
		max-width: 480px;
		margin-bottom: 12px;
	}
}

/*contents*/

.contents-main{
	padding: 0;
}
.text-area__section{
	text-align: center;
	padding: 0 12px 40px;
}
section{
	padding-top: 40px;
}
	
@media screen and (min-width: 767px){
	.l-container-narrow{
		width: 94%;
		margin: 0 auto;
	}
	.text-area__section{
		padding: 8px 32px 80px;
	}
}


/*h2 h3*/
.ttl-txt-head{
	padding: 0 0 16px;
}
.ttl-ribbon-head{
	padding: 20px 12px 14px; 
	text-align: center;
}

@media screen and (min-width: 767px){
	.ttl-ribbon-head{
		padding: 40px 80px 16px; 
	}
	.ttl-txt-head{
		padding: 0 0 40px;
		text-align: left;
	}
}

/* frame */

.frame-head{
    padding: 8px 15px 8px 15px;
    background-color: #44bac7;
    border-radius: 12px 12px 0 0;
}
.frame-head-img{
	width: 50%;
    margin: 0 auto;
}
.frame-body{
    display: block;
    padding: 20px 13px;
    background-color: #fff;
    border: 3px solid #44bac7;
    border-radius: 0 0 12px 12px;
}
.frame-body img{
	margin: 0 auto;
}

@media screen and (min-width: 767px){
	.frame-head{
		padding: 8px 15px 8px 15px;
		background-color: #44bac7;
		border-radius: 12px 12px 0 0;
	}
	.frame-head-img{
		width: auto;
		margin: 0 auto;
	}
	.frame-body{
		padding: 40px 60px 28px;
		border: 5px solid #44bac7;
		border-radius: 0 0 12px 12px;
	}
}

/* header */
.logo {
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 4px;
    width: 141px;
    height: 22px;
    margin: auto;
    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;
}
.tagline {
    font-size: 10px;
    line-height: 10px;
    position: absolute;
    right: 6px;
    bottom: 8px;
    width: 40%;
    text-align: right;
    color: #999;
}
.sw_header {
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    border-bottom: 2px solid #dcdcdc;
}
.header_inner{
	position: relative;
    margin: 0 auto;
    width: 96%;
    height: 50px;
}
@media screen and (min-width: 767px){
	.logo {
		position: absolute;
		top: 50%;
		bottom: 50%;
		left: 0;
		width: 224px;
		height: 34px;
		margin: auto;
		background-image: url(/wp-content/uploads/2017/10/ico_logo_01.png);
		background-size: 224px 34px;
	}
	.logo a {
		display: block;
		width: 222px;
		height: 34px;
	}
	.tagline {
		right: 0;
		width: 28%;
	}
	.sw_header{
		width: 100%;
		height: 78px;
		background-color: #fff;
		border-bottom: 2px solid #dcdcdc;
	}	
	.header_inner{
		position: relative;
		margin: 0 auto;
		min-width: 751px;
		max-width: 1024px;
		height: 78px;
	}
}

/* attention */

.attention_txt{
	text-align: left;
}
.attention_txt li{
	display: flex;
}
.icon_attention::before{
	content: "";
	display: inline-block;
	width: 20px;
	height: 18px;
	background: url("/wp-content/uploads/2022/05/dgold_coupon_2206_icon_attention.png") no-repeat; 
	background-size: contain;
	vertical-align: middle;
}
.attention_txt_in{
	 margin-left: 8px;
}
.attention_txt_emphasis{
	font-weight: bold;
	color: #FF5A5F;
}
@media screen and (min-width: 767px){
	.icon_attention::before{
		width: 40px;
		height: 38px;
		background: url("/wp-content/uploads/2022/05/dgold_coupon_2206_icon_attention_pc.png") no-repeat; 

	}
	.attention_txt_in{
		font-size: 28px;
		margin-left: 16px;
	}
}

/* footer */

.sw_footer {
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 8px 0;
    background-color: #333;
}
	.copy {
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    color: #fff;
}
@media screen and (min-width: 767px){
	.sw_footer {
		width: 100%;
		height: auto;
		margin: 0 0 0 0;
		padding: 32px 0;
		background-color: #333;
	}
}

/********************
    list
********************/
.cont_box {
    position: relative;
}
.lst_head {
    position: absolute;
    width: 161px;
    content: '';
    top: -24px;
    left: 40px;
    background: #ffb237;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 3px;
    padding: 10px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    -o-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
}
.lst_box {
    background: #fff;
    line-height: 40px;
    margin: 62px 0 80px 0;
    padding: 40px 0;
    border: 1px solid #e0ded5;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    text-align: left;
}
.lst_box .lst_ttl {
    height: 105px;
    font-size: 26px;
    font-weight: bold;
    border-bottom: 1px solid #e0ded5;
    margin: 0 0 30px 0;
}
.lst_box .lst_ttl.ttl_box {
    background: url("/wp-content/uploads/2019/02/icn_box.png") 52px 8px no-repeat;
    background-size: 48px;
    padding: 0 40px 0 134px;
}
.lst_box .lst_ttl.ttl_card {
    background: url("/wp-content/uploads/2019/02/icn_card.png") 45px 20px no-repeat;
    background-size: 61px;
    padding: 20px 40px 0 134px;
}
.lst_box .lst_ttl.ttl_delivery {
    background: url("/wp-content/uploads/2019/02/icn_megaphone.png") 40px 10px no-repeat;
    background-size: 70px;
    padding: 20px 40px 0 134px;
}
.lst_box .lst_ttl.ttl_box_or {
    background: url("/wp-content/uploads/2024/11/icn_box_or.png") 52px 8px no-repeat;
    background-size: 48px;
    padding: 15px 40px 0 134px;
}
.lst_box .lst_ttl.ttl_movie {
    background: url("/wp-content/uploads/2025/02/icon_movie.png") 45px 8px no-repeat;
    background-size: 60px;
    padding: 0 40px 0 134px;
}
.lst_box .lst_box_cont {
    padding: 0 40px;
    text-align: left;
}
.lst_box_cont.pri1{
  padding-bottom: 100px;
}
.ast_box.pri1{
  top: 270px;
}
.lst_box .lst_box_txt {
    display: inline-block;
    width: 44%;
    font-size: 16px;
    line-height: 28px;
    vertical-align: top;
    padding: 0 40px 35px 0;
}
.lst_box .lst_box_txt.bdr_none {
     border-bottom: none;
}
#privilege2 .lst_box_txt{
    display: flex;
    width: 100%;
    margin-bottom: 80px;
}
#privilege2 .ast_box.pri1 {
    top: 300px;
}
#privilege2 .lst_box_txt p{
    width:85%;
}
.lst_box .lst_box_img {
    display: inline-block;
    width: 55%;
}
.lst_box .lst_img_ttl {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 1px;
    margin: 0 0 30px 0;
    padding: 0 10px 0 65px;
}
.lst_box .lst_img_ttl:before {
    position: absolute;
    content: '';
    top: 2px;
    left: 20px;
    width: 18px;
    height: 40px;
    background: url("/wp-content/uploads/2019/02/shaded_bk_l.png") no-repeat;
    background-size: 18px;
}
.lst_box .lst_img_ttl:after {
    position: absolute;
    content: '';
    top: 2px;
    right: 44px;
    width: 18px;
    height: 40px;
    background: url("/wp-content/uploads/2019/02/shaded_bk_l.png") no-repeat;
    background-size: 18px;
    transform: rotate(45deg);
}
.lst_box .lst_img_ttl.ttl_s {
    padding: 0 25px 0 95px;
}
.lst_box .lst_img_ttl.ttl_s:before {
    position: absolute;
    content: '';
    top: -6px;
    left: 59px;
    width: 18px;
    height: 40px;
    background: url("/wp-content/uploads/2019/02/shaded_bk_l.png") no-repeat;
    background-size: 18px;
}
.lst_box .lst_img_ttl.ttl_s:after {
    position: absolute;
    content: '';
    top: -6px;
    right: 0px;
    width: 18px;
    height: 40px;
    background: url("/wp-content/uploads/2019/02/shaded_bk_l.png") no-repeat;
    background-size: 18px;
    transform: rotate(45deg);
}
.lst_box .lst_img {
    text-align: center;
}
.lst_img.box_diff{
  margin-top: 10px;
}
.lst_box .lst_img.pd0 {
    padding: 0;
}
.lst_box .lst_img .lst_img_box {
    max-width: 383px;
}
.lst_box .lst_img .lst_img_card {
    max-width: 364px;
}
.lst_box .lst_img .lst_img_delivery {
    max-width: 364px;
}
@media screen and (min-width: 767px){
    .lst_box .lst_box_txt{
        padding: 0 10px 10px 0;
    }
    .lst_box .lst_ttl.ttl_jobta{
        background: url(/wp-content/uploads/2023/09/icon_lv5_kotsu-kotsu_M.png) 45px 10px no-repeat;
        background-size: 71px;
        padding: 20px 40px 0 134px;
        text-align: left;
    }
}

/* nav_sp */
.nav-sub_txt{
	font-size: 16px;
	font-weight: bold;
}
    .nav_sp {
        display: flex;
        margin: 0 auto 20px auto;
    }
    .nav_sp a{
        width: 20%;
        padding-right:4px;
    }
    .nav_sp a:last-child{
        padding-right:0;
    }
    .nav_sp ul{
        width: 100%;
        justify-content: space-between;
    }
    .nav_sp li{
        float: left;
        overflow: hidden;
        width: 31.33333%;
    }
.nav_cmn {
	margin: 16px auto 0;
	
}
.nav_lst {
        position: relative;
        display: inline-block;
        width: 100%;
        height: auto;
        background: #fff;
        text-align: center;
        vertical-align: top;
        margin: 0;
        padding: 13px 8px;
        border: 1px solid #44bac7;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        -o-border-radius: 7px;
        -ms-border-radius: 7px;
        border-radius: 7px;
    }
.nav_lst.mr0 {
	margin: 0;
}
.nav_lst:after {
	position: absolute;
	content: '';
	bottom: 10px;
	width: 9px;
	height: 6px;
	background: url("/wp-content/uploads/2019/02/arrow_bl_down.png") no-repeat;
	background-size: 9px;
}
.nav_lst .img_box {
	margin: 0 0 10px 0;
}
.nav_lst .img_card {
	margin: 6px 0 18px 0;
}
.nav_lst .img_delivery {
        margin: 1px 0 12px 0;
}
    .nav_lst .img_box_or {
        margin: 0 0 10px 0;
    }
    .nav_lst .img_jobta{
        margin: 0 0 10px 0;
}
    .nav_lst .nav_lst_txt {
        color: #44bac7;
        font-size: 12px;
        font-weight: bold;
        margin: 0 0 5px 0;
    }
    .nav_lst .img_delivery, .nav_lst .img_card, .nav_lst .img_jobta{
        max-width: 40px;
    }
    .nav_lst .img_box, .nav_lst .img_box_or{
        max-width: 34px;
    }
@media screen and (min-width: 767px){
	.nav-sub_txt{
		font-size: 24px;
	}
	.nav_lst{
		height: 160px;
	}
	.nav_lst .nav_lst_txt {
		font-size: 20px;
	}
}
/*faq*/
.mod-cmn-board-item-detail-in{
	vertical-align: bottom;
	padding: 0;
}
.mod-cmn-board-item-detail-faq-wrap .question{
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}
.mod-cmn-board-item-detail-faq-wrap .answer{
	text-align: left;
	font-size: 14px;
}
@media screen and (min-width: 767px){
	.mod-cmn-board-item-detail-faq-wrap .question{
		font-size: 24px;
	}
	.mod-cmn-board-item-detail-faq-wrap .answer{
		font-size: 22px;
	}
	
}

/*レベルアップ制度追加css*/
.level_box{
    display: flex;
    align-items: center;
}
.level_box_in{
    width: 50%;
    padding: 8px;
}
.level_container{
  position: relative;
  border: 3.5px solid #E5E4DC;
  border-radius: 12px;
  margin: 20px 0 25px 0;
}
@media screen and (max-width: 768px){
    .level_container{
    margin: 6px 0 25px 0;
  }
}
@media screen and (min-width: 767px){
    .level_box_in{
    width: 50%;
    padding: 20px;
}
}
.level{
    padding-top: 8px;
}
@media screen and (min-width: 767px){
    .level,
    .level_name{
        font-size: 20px;
    }
}
.a_level_block{
    background-color: #FDE0E0;
    border-radius: 20px;
    color: #FF5A5F;
}
.b_level_block,
.a_level_block{
    padding: 8px;
    text-align: center;
}
.label_blue{
    border-radius: 6px;
    background-color: #44BAC7;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}
.label_red{
    border-radius: 6px;
    background-color: #FF5A5F;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}
.level_img{
    text-align: center;
}
.level,
.level_name{
    font-weight: bold;
}
.level_name{
    display:block;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin: 0 auto;

}
.triangle{
    width:0;
    height:0;
    border-style:solid;
    border-radius: 10px;
    border-width: 39px 0 39px 20px;
    border-color: transparent transparent transparent #FFDF42;
}
@media screen and (max-width: 768px){
    .triangle{
	    border-width:24px 0 24px 12px;
	}
    .level_name{
	    width: 28vw;
	}
    .level_img img{
        max-width: 70px;
    }
    #a_level_name, #b_level_name{
	    white-space:nowrap!important;
	}
}
.level_bonus{
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-top: 8px;
    font-size: 12px;
}
.bonus_text{
    margin-right: 4px;
}
#b_level_bonus{
    color: #44BAC7;
    font-size: 20px;
    font-weight: bold;
}
#a_level_bonus{
    color: #FF5A5F;
    font-size: 28px;
    font-weight: bold;
}
.false_bg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 835px;
    height: 161px;
    margin: 20px auto 0;
    opacity: 0.3;
    border-radius: 20px;
    background: #000000; 
}
.false_text{
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    display: block;
    color: #ffffff; 
    font-size: 16px; 
    letter-spacing: 1.5px;
    z-index: 10;
  }
@media screen and (max-width: 768px){
    .false_bg{
        width: 95%;
        height: 70%;
        margin: 13px auto 0;
    }
    .false_text{
        font-size: 12px;
        font-weight: bold;
        }
}
@media screen and (min-width: 767px){
    .level_bonus{
        font-size: 16px;
    }
    #b_level_bonus{
        font-size: 28px;
    }
    #a_level_bonus{
        font-size: 36px;
    }
}
/********************
    asterisk
********************/
.ast_box {
    position: absolute;
    width: 44%;
    top: 350px;
    left: 40px;
}
.ast_box.ast_hs {
    top: 294px;
}
.ast_area {
    color: #777;
    font-size: 12px;
    text-align: left;
    letter-spacing: 0;
    line-height: 18px;
    margin: 0 0 5px 0;
}
.ast_area:last-child {
    margin: 0;
}
.ast_area .ast_mark {
    display: inline-block;
    vertical-align: top;
    padding: 0 1% 0 0;
}
.ast_area .ast_txt {
    display: inline-block;
    width: 85%;
}
@media screen and (min-width: 767px){
    .ast_box_p2{
        padding-left: 40px;
    }
}

/************************************************************
     Media query SP-Base
************************************************************/
@media screen and (max-width:768px) {
    .pc_only {
        display: none;
    }
    .sp_only {
        display: block;
    }

/* txt */
    .txt-cmn.txt_lh_s {
        line-height: 1.6;
        letter-spacing: 1px;
    }
    .txt-cmn.mb30 {
        margin: 0 0 15px 0;
    }
/* asterisk */
    .ast_box {
        position: relative;
        width: 100%;
        top: auto;
        left: auto;
    }
    #privilege2 .ast_box.pri1{
        top: auto;
    }
    .ast_box.ast_hs {
        top: auto;
    }
/* title */
    .ttl-cmn-04.ttl_ls_l {
        margin: 0 0 27px 0;
    }
    .ttl-cmn-04.ttl_mtb {
        letter-spacing: 0;
        margin: 50px 0 27px 0;
    }
    section:not(:first-child) > .ttl-cmn-04:first-child {
        margin-top: 50px;
    }
/* list */
    .lst_head {
        position: relative;
        width: 100%;
        top: auto;
        left: auto;
        font-size: 17px;
        padding: 12px;
        -moz-border-radius: 10px 10px 0 0;
        -webkit-border-radius: 10px 10px 0 0;
        -o-border-radius: 10px 10px 0 0;
        -ms-border-radius: 10px 10px 0 0;
        border-radius: 10px 10px 0 0;
    }
    .lst_box {
        line-height: 25px;
        margin: 0 0 15px 0;
        padding: 30px 20px;
        -moz-border-radius: 0 0 10px 10px;
        -webkit-border-radius: 0 0 10px 10px;
        -o-border-radius: 0 0 10px 10px;
        -ms-border-radius: 0 0 10px 10px;
        border-radius: 0 0 10px 10px;
    }
    .lst_box .lst_ttl {
        height: auto;
        font-size: 17px;
        border-bottom: none;
        margin: 0 0 25px 0;
    }
    .lst_box .lst_ttl.ttl_box {
        background: url("/wp-content/uploads/2019/02/icn_box.png") 11px center no-repeat;
        background-size: 33px;
        padding: 0 0 0 68px;
    }
    .lst_box .lst_ttl.ttl_card {
        background: url("/wp-content/uploads/2019/02/icn_card.png") 9px top no-repeat;
        background-size: 45px 25px;
        padding: 0 0 0 68px;
    }
     .lst_box .lst_ttl.ttl_delivery {
        background: url("/wp-content/uploads/2019/02/icn_megaphone.png") 7px top no-repeat;
        background-size: 45px;
        padding: 8px 0 0 68px;
    }
     .lst_box .lst_ttl.ttl_movie {
        background: url("/wp-content/uploads/2025/02/img_movie.png") 7px no-repeat;
        background-size: 40px;
        padding: 8px 0 0 68px;
    }
    .lst_box .lst_box_cont {
        padding: 0;
    }
    .lst_box .lst_box_txt {
        display: block;
        width: 100%;
        font-size: 14px;
        line-height: 25px;
        border-bottom: 1px solid #e0ded5;
        padding: 0 0 26px 0;
    }
    .lst_box .lst_box_img {
        display: block;
        width: 100%;
    }
    .lst_box .lst_img_ttl {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        letter-spacing: 0;
        margin: 30px 0 20px 0;
        padding: 0 8px;
    }
    .lst_box .lst_img_ttl:before {
        top: 2px;
        left: 8px;
        width: 15px;
        height: 34px;
        background-size: 15px;
    }
    .lst_box .lst_img_ttl:after {
        top: 2px;
        right: 8px;
        width: 15px;
        height: 34px;
        background-size: 15px;
    }
    .lst_box .lst_img_ttl.ttl_s {
        padding: 0 8px;
    }
    .lst_box .lst_img_ttl.ttl_s:before {
        top: -6px;
        left: 8px;
        width: 15px;
        height: 34px;
        background-size: 15px;
    }
    .lst_box .lst_img_ttl.ttl_s:after {
        top: -6px;
        right: 8px;
        width: 15px;
        height: 34px;
        background-size: 15px;
    }
    .lst_box .lst_img {
        border-bottom: 1px solid #e0ded5;
        margin: 0 0 30px 0;
        padding: 0 0 30px 0;
    }
    .lst_box .lst_img.box_diff{
        border-bottom: none;
        margin: 10px 0 0;
        padding: 0;
    }
    .lst_box .lst_img .lst_img_box {
        max-width: 100%;
    }
    .lst_box .lst_img .lst_img_card {
        max-width: 100%;
    }
    .lst_box .lst_img .lst_img_delivery {
        max-width: 100%;
    }
    .lst_box .lst_ttl.ttl_jobta {
        background: url(/wp-content/uploads/2023/09/icon_lv5_kotsu-kotsu_M.png) 11px center no-repeat;
        background-size: 46px;
        padding: 0 0 0 68px;
    }
    .lst_box .lst_ttl.ttl_box_or {
        background: url(/wp-content/uploads/2024/11/icn_box_or.png) 11px center no-repeat;
        background-size: 33px;
        padding: 0 0 0 68px;
    }
    .lst_box .lst_box_txt.level_top_text{
        padding-bottom: 10px;
    }
    #privilege2 .lst_box_txt{
        display: block;
        margin-bottom: 30px;
    }
    #privilege3 .lst_img{
        padding: 0;
    }
    #privilege4 .lst_img{
        padding: 0;
    }
    
    /* nav_sp */
    .nav_sp {
        display: flex;
        margin: 0 auto 20px auto;
        align-content: center;
    }
    .nav_sp a{
        width: 20%;
        padding-right:4px;
    }
    .nav_sp a:last-child{
        padding-right:0;
    }
    .nav_sp ul{
        width: 100%;
        justify-content: space-between;
    }
    .nav_sp li{
        float: left;
        overflow: hidden;
        width: 31.33333%;
    }
    .nav_lst {
        position: relative;
        display: inline-block;
        width: 100%;
        height: auto;
        background: #fff;
        text-align: center;
        vertical-align: top;
        margin: 0;
        padding: 13px 8px;
        border: 1px solid #44bac7;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        -o-border-radius: 7px;
        -ms-border-radius: 7px;
        border-radius: 7px;
    }
    .nav_lst.mr0 {
        margin: 0;
    }
    .nav_lst:after {
        position: absolute;
        content: '';
        bottom: 10px;
        width: 9px;
        height: 6px;
        background: url("/wp-content/uploads/2019/02/arrow_bl_down.png") no-repeat;
        background-size: 9px;
    }
    .nav_lst .img_box {
        margin: 0 0 10px 0;
    }
    .nav_lst .img_card {
        margin: 6px 0 18px 0;
    }
    .nav_lst .img_delivery {
        margin: 1px 0 12px 0;
    }
    .nav_lst .img_box_or {
        margin: 0 0 10px 0;
    }
    .nav_lst .img_jobta{
        margin: 0 0 10px 0;
    }
    .nav_lst .nav_lst_txt {
        color: #44bac7;
        font-size: 12px;
        font-weight: bold;
        margin: 0 0 5px 0;
    }
    .nav_lst .img_delivery, .nav_lst .img_card, .nav_lst .img_jobta{
        max-width: 40px;
    }
    .nav_lst .img_box, .nav_lst .img_box_or{
        max-width: 34px;
    }

    

/* footer */
    .footer {
        margin: 0 0 110px 0;
    }
    .footer-order {
        padding: 15px 0 20px 0;
    }
    .footer-order .-inner{
        width: 100%;
    }
    .footer-order .btn-cmn {
        margin-top: 0;
    }
    .footer-order .ftr_txt {
        width: 100%;
        margin: 0 0 10px 0;
        font-size: 13px;
        text-align: center;
        letter-spacing: 1px;
    }
    .footer-order .ftr_txt .attention{
        margin-top: 0;
        font-size: 10px;
    }
    .footer-order .ftr_txt:after {
        position: relative;
        top: auto;
        background: none;
        margin: 0;
    }
}


/************************************************************
     新規登録CPの一部
************************************************************/
/*dジョブスマホワークとは*/
.text-border {
  position: relative;
  display: inline-block;
  padding: 0 65px;
  color: #44bac7;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 20px;
}
.text-border:before,
.text-border:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-blodck;
  width: 50px;
  height: 1px;
  background-color: #44bac7;
}
.text-border:before{
  left: 0;
}
.text-border:after{
  right: 0;
}
.bgnr_contents{
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 10px;
}
.flex_item {
    display: flex;
    align-items: center;
}
.flex_item_top {
    display: flex;
    align-items: flex-start;
}
.bgnr_contents .bgnr_flow {
    position: relative;
    display: inline-block;
    width: 100%;
    background: #fff;
    vertical-align: top;
    padding: 20px;
    border: 1px solid #e0ded5;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
}
.bm_space {
    margin-bottom: 30px;
}
.bgnr_contents .bgnr_flow .flow_ttl .flow_no {
        margin: 0 10px 0 0;
        position: static;
        transform: translate(0, 0);
        width: 56px;
    }

.bgnr_contents .bgnr_flow .flow_ttl .flow_ttl_txt {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
    text-align: left;
    width: 100%;
}
.item_ctr {
    width: 100%;
    margin: auto;
    padding: 20px 0;
}

.bgnr_contents .bgnr_flow .flow_ttl .flow_no .img {
    margin: auto;
}
.txt_sub_potisiton_right {
    text-align: right;
    font-size: 14px;
}
.bgnr_contents .bgnr_flow .flow_txt.mb0 {
    margin: 20px;
    line-height: 28px;
    width: 100%;
}
.flex_item2 {
    display: flex;
    align-items: flex-start;
    text-align: left;
}

@media screen and (max-width: 767px){
.bgnr_contents {
    background-color: #FFFFFF;
    padding: 15px;
    border-radius: 10px;
}
.flex_item {
    align-items: initial;
}
.flex_item2 {
    display: inline;
}
.item_ctr {
    width: 100%;
    margin: auto;
    padding: 20px 0 20px;
}
.text-border {
  position: relative;
  padding: 0;
  color: #44bac7;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin: 10px 0 20px;
  width: 100%;
}
.text-border:before,
.text-border:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  height: 1px;
  background-color: #ccc;
}
.text-border:before{
  left: 0;
}
.text-border:after{
  right: 0;
}
.bm_space {
    margin-bottom: 20px;
}
.bgnr_contents .bgnr_flow .flow_txt.mb0 {
    margin: 20px 0 0;
    line-height: 28px;
}
.bgnr_contents .bgnr_flow .flow_ttl .flow_ttl_txt {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
    text-align: left;
    width: 100%;
}
.txt_sub_potisiton_right {
    text-align: right;
    font-size: 12px;
}


}

/*お客さまの声*/
.voice_contents{
  background-color: #DDF4F6;
  padding: 30px;
  border-radius: 10px;
}
.l_voice{
display: flex;
flex-wrap: wrap;
gap: 30px;
justify-content: center;
}
.voice_wrap{
display: flex;
gap: 15px;
padding: 15px;
width: 47%;
background-color: #fff;
border-radius: 10px;
align-items: flex-start;
}
.voice_img{
width: 94px;
}
.voice_txt{
font-size: 16px;
text-align:left;
}

@media screen and (max-width: 767px){
.voice_wrap:nth-child(2n){
flex-direction:row-reverse;
}
.voice_wrap{
display: flex;
gap: 10px;
padding: 15px;
width: 100%;
background-color: #fff;
border-radius: 10px;
align-items: flex-start;
}
.voice_txt{
font-size: 14px;
}
.voice_img{
width: 83px;
}
}
