@charset "UTF-8";
/* CSS Document */
body {
  width: 100%;
  background-color: #EA4515;
  padding-top: 100px;
  /*background: url("../images/all_bg.jpg") top center;
  background-size: 100%;
  background-repeat: repeat-y;*/
}

/*----------------------------------------------------------
	メイン
----------------------------------------------------------*/
.main_img {
  width: 100%;
  margin: 0 auto;
}
.main_img img {
  display: block;
  margin: 0 auto;
  text-align: center;
	/* padding-left: 104px; */
}




/*----------------------------------------------------------
	ネットで注文&お支払い
----------------------------------------------------------*/
.netorder_contents_bg {
  width: 100%;
  background: #fff;
}
.netorder_contents {
	position: relative;
  /* width: 950px; */
  margin: 0 auto 0;
}
.netorder_ttl {
  width: 423px;
  margin: 0 auto 20px;
}
.netorder_howto_img {
	margin: 24px auto 0;
}



/*----------------------------------------------------------
	ご利用はこちら
----------------------------------------------------------*/
.banner_contents {
  width: 502px;
  margin: 40px auto;
}
.banner_ttl {
  width: 228px;
  margin: 0 auto 16px;
}
.banner_netorder {
  width: 502px;
  margin: 0 auto 0;
}




/*----------------------------------------------------------
	お問い合わせ
----------------------------------------------------------*/
.netorder_contact_wrap {
  padding: 60px 25px ;
}
.netorder_contact {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
}
.netorder_contact.top{
  padding: 20px 20px 0 20px;
  border-radius: 20px 20px 0 0;
  border-bottom: solid 1px #E94816;
}
.netorder_contact.bottom{
  padding: 0 20px 20px 20px;
  border-radius:  0 0 20px 20px;
  border-bottom: solid 1px #E94816;
}
.netorder_contact .ttl {
  padding: 0 0 8px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.16em;
  color: #E94816;
}
.netorder_contact .txt {
  padding-top: 20px;
  font-size: 16px;
  letter-spacing: 0.12em;
  color: #231815;
}
.netorder_contact .txt span {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
}
.netorder_contact span.tell {
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: normal;
}


/*注釈
-----------------------------------*/
.attention {
  width: 950px;
  margin: 20px auto 0;
	margin-bottom: 30px;
	font-size: x-small;
  line-height: 130%;
  color: #fff;
}

/*ページトップへ
-----------------------------------*/
.md_page_top {
	display: block;
	position: fixed;
	width: 74px;
	height: 75px;
	bottom: 30px;
	right: 30px;
	z-index: 999;
}

/*コピーライト
-----------------------------------*/
.copy_misdo {
	float: right;
	font-size: x-small;
}
.copyright {
	font-size: x-small;
}


/*==============================================================
	768px以下のCSSを記述
==============================================================*/
@media screen and (max-width:768px) {
  body {
    width: 100%;
    padding-top: 71px;
    /*background: url("../images/all_bg.jpg") top center;
    background-repeat: repeat-y;
    background-size: cover;*/ 
  }
  .new_contents {
    width: 100%;
    overflow: hidden;
  }

  /*PC SP切り替え
  -----------------------------------*/
  .pc_v { display: none; }
  .sp_v { display: block; }

  /*----------------------------------------------------------
    メイン
  ----------------------------------------------------------*/
  .main_img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .main_img img {
    display: block;
    width: 100%;
    margin: 0 auto;
		padding-left: 0;
  }




  /*----------------------------------------------------------
    ネットで注文&お支払い
  ----------------------------------------------------------*/
  .netorder_contents {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto 0;
    background: #fff;
  }
  .netorder_ttl {
    width: 70%;
    max-width: 423px;
    margin: 0 auto 16px;
  }

  /*----------------------------------------------------------
    ご利用はこちら
  ----------------------------------------------------------*/
  .banner_contents {
    width: 100%;
    margin: 30px auto 20px;
  }
  .banner_ttl {
    width: 50%;
    max-width: 290px;
    margin: 0 auto 5px;
  }
  .banner_netorder {
    max-width: 600px;
    width: 95%;
    margin: 0 auto 0;
  }




  /*----------------------------------------------------------
    お問い合わせ
  ----------------------------------------------------------*/
  .netorder_contact {
    margin: 0 auto;
    background-color: #fff;
  }
  .netorder_contact_wrap {
    padding: 40px 25px ;
  }
  .netorder_contact.top{
    padding: 20px 20px 0 20px;
    border-radius: 10px 10px 0 0;
    border-top: solid 1px #E94816;
  }
  .netorder_contact.bottom{
    padding: 0 20px 20px 20px;
    border-radius: 0 0 10px 10px;
  }
  .netorder_contact .ttl {
    padding: 0 0 20px;
    font-size: 14px;
    font-weight: bold;
  }
  .netorder_contact .txt {
    font-size: 12px;
    color: #231815;
  }
  .netorder_contact .txt span {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
  }
  .netorder_contact span.tell {
    font-size: 12px;
    margin-bottom: 0px;
    font-weight: normal;
  }



	/*----------------------------------------------------------	
		フッター
	----------------------------------------------------------*/
	.footer{
		width: 100%;
		margin-top: 10px;
		margin-bottom: 0;
    padding: 0 0 0 0;
	}
	
	/*注釈
	-----------------------------------*/
	.attention {
		width: 95%;
		padding: 0 2.5%;
	}
	

	/*ページトップ
	-----------------------------------*/
	.md_page_top {
		display: block;
		position: fixed;
		width: 44px;
		height: 40px;
		bottom: 30px;
		right: 10px;
		z-index: 999;
	}
	
	/*コピーライト
	-----------------------------------*/
	.copyright_misdo {
		display: block;
		width: 95%;
		padding: 10px 2.5%;
		background-size:100%;
	}
	.copy_misdo {
		float: none;
		font-size: 10px;
	}
	.copyright {
		font-size: 10px;
		line-height: 14px;
	}

}

/* page_top_area
-------------------------------------------------- */
.page_top_area{
  color: #222;
}
.page_top_area .copy{
  line-height: 1;
}
@media print, screen and (min-width:768px){
  .page_top_area{
    padding-bottom: 60px;
  }
}
@media screen and (max-width:767px) {
  .page_top_wrap{
    margin-top: 40px;
  }
  .page_top_area{
    padding-bottom: 40px;
  }
}


/* menu_link
-------------------------------------------------- */
.menu_link_txt{
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  color: #222;
}
.menu_link_wrap .txt{
  font-weight: bold;
  letter-spacing: 0.16em;
}
.menu_link_bnr{
  margin: 0 auto;
  text-align: center;
}
@media print, screen and (min-width:768px){
  .menu_link_txt{
    margin-top: 60px;
    padding-bottom: 20px;
    font-size: 32px;
    letter-spacing: 0.16em;
  }
  .menu_link_wrap{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 60px;
  }
  .menu_link_bnr{
    width: 50%;
  }
}
@media screen and (max-width:767px){
  .menu_link_txt{
    margin-top: 40px;
    padding-bottom: 10px;
    font-size: 21px;
    letter-spacing: 0.16em;
  }
  .btn_wrap{
    margin-top: 25px;
  }
  .btn_wrap .btn:nth-child(1){
    width: 43.230%;
  }
  .btn_wrap .btn:nth-child(2){
    width: 53.052%;
    margin-top: 20px;
  }
  .btn_wrap > .btn{
    margin: 0 auto;
  }
  .menu_link_bnr{
    max-width: 325px;
    padding-bottom: 40px;
  }
}


/* app_bg
-------------------------------------------------- */
.app_bg{
  background-color: #F2D1A5;
}
.app_bg h2{
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.16em;
}
.app_area{
  width: 100%;
}
.flex_row{
  display: flex;
  flex-direction: row;
}
.area_btn{
  display: flex;
}
.area_btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  line-height: 1.4;
  border: 1px solid #551900;
  border-radius: 50px;
  color: #551900;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .08);
}
.area_btn.netorder a::before {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  margin: auto;
  background: url(/m_menu/net_order/images/netorder_btn_icon.png) no-repeat center;
  background-size: 100%;
}
.area_btn a::after {
  content: '';
  display: block;
  width: 8px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  background: url(/common_2022/images/arrow/arw_brown_r.png) no-repeat center;
  background-size: 100%;
}
@media print, screen and (min-width:768px){
  .flex_row_pc{
    width: 50%;
    display: flex;
    flex-direction: row;
  }
  .app_dl{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 35px 0;
    background-color: #FFFFFF;
    border-radius: 20px;
  }
  .app_dl .txt{
    font-weight: bold;
    padding-right: 2.4%;
    font-size: 24px;
    letter-spacing: 0.16em;
    line-height: 1.916;
  }
  .app_dl .qr{
    /* padding-right: 7%; */
    width: 146px;
  }
  .app_bg{
    padding: 60px 0;
  }
  .app_bg h2{
    font-size: 32px;
  }
  .app_data{
    width: 50%;
  }
  .area_btn a {
    width: 300px;
    height: 60px;
    min-width: 240px;
    min-height: 60px;
    padding: 1.2em 3.7em;
  }
  .area_btn.netorder a::before {
    width: 36px;
  }
}
@media screen and (max-width:767px) {
  .app_bg{
    padding: 40px 0 50px;
  }
  .app_bg h2{
    font-size: 21px;
  }
  .app_bg .app_dl{
    padding: 25px 0;
    background-color: #FFFFFF;
    border-radius: 10px;
  }
  .app_bg .txt{
    font-weight: bold;
    letter-spacing: 0.16em;
    font-size: 12px;
    text-align: center;
  }
  .flex_row{
    /* width: 76.615%; */
    margin: 0 auto;
    justify-content: space-around;
  }
  .flex_row p{
    width: 35.23%;
  }
  .area_btn a {
    width: 89%;
    height: 50px;
    min-height: 50px;
    padding: 1.1em 2.5em;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .08);
  }
  .area_btn.netorder a::before {
    width: 30px;
  }
}

/* rank_area
-------------------------------------------------- */
.rank_area .rank_ttl_img{
  margin: 0 auto;
  text-align: center;
}
.rank_area .rank_ttl{
  text-align: center;
  letter-spacing: 0.16em;
  font-weight: bold;
  color: #541800;
}
.rank_ttl{
  position: relative;
}
.rank_block{
  background-size: 4px 1px;
  background-image: linear-gradient(to right,#707070 2px, transparent 2px);
  background-position: center bottom;
  background-repeat: repeat-x;
}
.rank_ttl_bd{
  width: 100%;
}
.rank_ttl_bd.arw{
  position: relative;
}
.rank_border{
  position: relative;
  color: #541800;
}
.rank_border .list_note{
  color: #222;
}
.rank_wrap{
  display: flex;
  color: #541800;
}
.rank_area span{
  color: #541800;
  letter-spacing: 0.16em;
}
.rank_area .list_note{
  color: #333;
  margin: 0 auto;
}
@media print, screen and (min-width:768px){
  .rank_ttl_bd{
    margin: 26px auto 23px;
    padding-bottom: 17px;
    border-bottom: solid 2px #541800;
  }
  .rank_ttl_img{
  }
  .rank_area .rank_ttl{
    font-size: 18px;
    margin-bottom: 24px;
  }
  .rank_border_ttl{
    position: absolute;
    width: 204px;
    top: -15px;
    left: 50%;
    right: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    }
  .rank_border {
    width: 600px;
    margin: 49px auto 54px;
    padding: 35px 20px 31px;
    border: 2px solid #541800;
    border-radius: 20px;
  }
  .rank_ttl_bd.arw::after,
  .rank_ttl.arw::after{
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: auto;
    padding-bottom: 19px;
    background-image: url(/app/images/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 21px;
    right: 0;
  }
  .rank_ttl.arw::after{
    top:13px;
  }
  .rank_block{
    padding-bottom: 50px;
    background-size: 4px 1px;
    background-image: linear-gradient(to right,#707070 2px, transparent 2px);
    background-position: center bottom;
    background-repeat: repeat-x;
  }
  .rank_wrap{
    flex-direction: row;
    width: 605px;
    margin: 40px auto 0;
    justify-content: space-between;
  }
  .rank_area span{
    font-size: 18px;
  }
}
@media screen and (max-width:767px) {
  .rank_ttl_bd{
    margin: 10.5px auto 20px;
    padding-bottom: 18px;
    width: 100%;
    border-bottom: solid 1px #541800;
  }
  .rank_area .rank_ttl{
    font-size: 12px;
    margin-bottom: 25px;
  }
  .rank_block{
    padding-bottom: 40px;
  }
  .rank_border {
    width: 100%;
    margin: 32.7px auto 20px;
    padding: 30px 20px 15px;
    border: 1px solid #541800;
    border-radius: 10px;
    font-size: 12px;
  }
  .rank_border_ttl{
    position: absolute;
    width: 204px;
    top: -15px;
    left: 50%;
    right: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    }
  .rank_ttl_bd.arw::after{
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: auto;
    padding-bottom: 19px;
    background-image: url(/app/images/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 21px;
    right: 0;
  }
  .rank_area .aC{
    margin: 0 auto;
  }
  .rank_border .list_note{
    margin-top: 8px;
    font-size: 10px;
  }
  .rank_wrap{
    width: 67.58%;
    flex-direction: column;
    margin: 30px auto 0;
    justify-content: space-between;
  }
  .rank_area .list_note li{
    font-size: 10px;
  }
}


/* acc_area
-------------------------------------------------- */
.acc_area{
  background-color: #fff;
  border: #ccc 1px solid;
  border-radius: 10px;
}
.acc_txt{
  margin-top: 1em;
  text-align: center;
  color: #333;
}
.acc_area .acc_btn {
  display: block;
  color: #551900;
  font-weight: bold;
}
.acc_area .acc_btn.no_icon::after{
  content: none;
}
.acc_area .acc_content{
  border-top: 1px solid #ccc;
}
.acc_area .acc_content ul.inline li:nth-child(n+2)::before{
  content: " ";
}
.acc_area .acc_content .indent li{
  text-indent: -1em;
  padding-left: 1em;
}
.acc_area .acc_content th,
.acc_area .acc_content em{
  font-weight: bold;
  color: #EA4817;
}
.acc_area .c_list_note{
  margin-top: 0;
}
.acc_area .mT15em,
.acc_area .c_txt_01 > p + p,
.acc_area .c_txt_01 + .c_txt_01,
.acc_area .c_list_note + .c_txt_01{
  margin-top: 1.5em;
}
.acc_top{
  width: 100%;
}
.pL_1em{
  padding-left: 1em;
}
@media print, screen and (min-width:768px){
  .cp_area{
    margin-top: 60px;
    /* font-size: 12px; */
  }
  .acc_notice{
    text-align: center;
  }
  .acc_area{
    margin-top: 40px;
  }
  .acc_txt{
    font-size: 18px;
  }
  .acc_area .acc_btn {
    padding: 15px;
    font-size: 16px;
  }
  .acc_area .acc_btn::after{
    right: 20px;
  }
  .acc_area .acc_content{
    padding: 25px 50px 60px;
  }
  .acc_area .acc_content td,
  .acc_area .acc_content th{
    padding: 32px 0 30px;
  }
  .acc_area .acc_content th{
    width: 22%;
    padding-left: 20px;
  }
  .acc_area .acc_content td:not(.acc_area .acc_content tr:last-child td),
  .acc_area .acc_content th:not(.acc_area .acc_content tr:last-child th){
    border-bottom: solid 1px #CCCCCC;
  }
  .acc_area .acc_content ul.inline li{
    display: inline;
  }
  .acc_top{
    padding: 35px 0 60px 20px;
    border-bottom: solid 1px #CCCCCC;
  }
}
@media screen and (max-width:767px){
  .acc_area{
    margin-top: 30px;
  }
  .acc_txt{
    font-size: 14px;
  }
  .acc_area .acc_btn{
    padding: 1em 25px;
  }
  .acc_area .acc_btn::after{
    right: 15px;
  }
  .acc_area .acc_content{
    padding: 25px 17.5px;
  }
  .acc_area .acc_content tr{
    display: flex;
    flex-direction: column;
  }
  .acc_area .acc_content td{
    padding-bottom: 20px;
  }
  .acc_area .acc_content th{
    margin-top: 25px;
    padding-bottom: 10px;
    text-align: center;
  }
  .acc_area .acc_content td:not(.acc_area .acc_content tr:last-child td){
  /* .acc_area .acc_content th:not(.acc_area .acc_content tr:last-child th){ */
    border-bottom: solid 2px #CCCCCC;
  }
  .acc_area .acc_content .sp_indent li{
    text-indent: -1em;
    padding-left: 1em;
  }
  .acc_top{
    padding-bottom: 30px;
    border-bottom: solid 2px #CCCCCC;
  }
}


/* howto_area
-------------------------------------------------- */
.howto_ttl{
  text-align: center;
}
.box_wrap .box_inner, .box01{
  background-color: #FEF0E7;   
}
.box_wrap .box_inner{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.box_wrap .box_inner .num_wrap{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.box_wrap .box_inner .num_wrap .list_note{

}
.box_wrap .box_inner .num_data_txt {
  position: relative;
  color: #EA5324;
  font-weight: bold;
  background-color: #fff;
}
.box_wrap .box_inner .num_data_txt:before,
.box_wrap .box_inner .num_data_txt:after{
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
}
.box_wrap .box_inner .num_txt{
  color: #541900;
  font-weight: bold;
}
@media print, screen and (min-width:768px){
  .howto_ttl{
    padding-top: 120px;
    padding-bottom: 38px;
  }
  .box_wrap{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .box_wrap:nth-child(n+4){
    margin-top: 40px;
  }
  .box_wrap .box_inner{
    width: 47.4%;
    padding: 30px 30px 33px;
    border-radius: 20px;
  }
  .box_data{
    width: 60%;
  }
  .box_data .num_wrap{
    justify-content: flex-start;
  }
  .box_data .num_data{
    padding-top: 30px;
  }
  .box_wrap .box_inner .num_img{
    /* padding-bottom: 29.1px; */
  }
  .box_wrap .box_inner .num_txt{
    padding-left: 20px;
    padding-top: 12px;
    font-size: 18px;
    letter-spacing: 0.16em;
  }
  .box_wrap .box_inner .num_data_txt {
    margin: 25px auto 0;
    padding: 15px 17px;
    font-size: 12px;
    border: solid 2px #551900;
    border-radius: 20px;
  }
  .box_wrap .box_inner .num_data_txt:before {
    top: -16px;
    left: -100px;
    border-style: solid;
    border-color: transparent transparent #551900 transparent;
    border-width: 0 0 16px 17px;
  }
  .box_wrap .box_inner .num_data_txt:after{
    top: -13px;
    left: -100px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    border-width: 0 0 14px 14px;
    z-index: 10;
  }
  .box_wrap .box_inner .box_img{
    display: flex;
    align-items: end;
    width: 140px;
  }
  .box_wrap:last-child .box_inner:last-child .box_img{
    width: 160px;
  }
  .box_wrap:last-child .box_inner:last-child .box_data{
    width: 54.59%;
  }
  .box01{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 47.2%;
    margin-bottom: 40px;
    padding: 30px 30px 33px;
    border-radius: 20px;
  }
  .box01 .box_inner{
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 0 0 30px 0;
  }
  .box_wrap .box01 .box_inner .box_img{
    width: 30%;
  }
  .box01 .area_btn a{
    width: 100%;
  }
}
@media screen and (max-width:767px) {
  .howto_ttl{
    padding-top: 50px;
    padding-bottom: 15px;
  }
  .box_wrap{
    display: flex;
    flex-direction: column;
  }
  .box_wrap:nth-child(n+4){
    margin-top: 20px;
  }
  .box_wrap .box01{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
  }
  .box_wrap .box_inner{
    padding: 20px;
    border-radius: 10px;
  }
  .box_wrap .box01 .box_inner{
    width: auto;
    height: auto;
  }
  .box_wrap .box_inner:nth-child(2){
    margin-top: 20px;
  }
  .box_wrap .box_inner .num_wrap{
    /* width: 50%; */
    /* justify-content: center; */
  }
  .box_wrap .box_inner .box_data{
    width: 58.94%;
  }
  .box_wrap .box01 .box_inner .num_wrap{
    width: 100%;
    flex-direction: row;
  }
  .box_wrap .box_inner .num_data {
    font-size: 11px;
    letter-spacing: 0.1em;
  }
  .box_wrap .box_inner .num_wrap .num_img{
    /* padding-bottom: 29.1px; */
    width: 22.915%;
    /* margin: 0 auto; */
    text-align: center;
  }
  .box_wrap .box01 .box_inner .num_wrap .num_img{
    padding-bottom: 0;
    width: 13.517%;
    margin: 0 auto;
    text-align: center;
  }
  .box_wrap .box01 .box_inner .num_wrap .num_txt{
    width: 84.379%;
  }
  .box_wrap .box_inner .num_wrap .num_txt{
    padding-left: 7px;
    font-size: 14px;
    letter-spacing: 0.16em;
    line-height: 1.714;
  }
  .box_wrap .box_inner .num_data_txt {
    margin: 11px auto 0;
    padding: 10px;
    font-size: 9px;
    letter-spacing: 0.1em;
    border: solid 1px #551900;
    border-radius: 10px;
  }
  .box_wrap .box_inner .num_data_txt:before {
    top: -9px;
    left: -60px;
    border-style: solid;
    border-color: transparent transparent #551900 transparent;
    border-width: 0px 0 9px 9px;
  }
  .box_wrap .box_inner .num_data_txt:after{
    top: -7px;
    left: -60px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    border-width: 0 0 8px 8px;
    z-index: 10;
  }
  .box_wrap .box_inner .box_img{
    display: flex;
    align-items: end;
    width: 33.982%;
    max-width: 110px;
    text-align: center;
  }
  .box_wrap .box_inner .num_wrap .box_img{
  }
  .box_wrap .box01 .box_inner .box_img{
    text-align: center;
  }
}

/* bg_top,bg_bottom
-------------------------------------------------- */
.bg_top{
  position: relative;
  overflow: hidden;
}
.bg_bottom{
  background: #fff;
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width:768px){
  .bg_top::before{
    content: '';
    display: block;
    position: absolute;
    top: 57px;
    left: -117px;
    width: 20.8vw;
    max-width: 400px;
    min-width: 300px;
    height: 20.8vw;
    max-height: 400px;
    min-height: 300px;
    background: url(/m_menu/net_order/images/bg_02.png) no-repeat right top;
    background-size: 100%;
    z-index: 0;
  }
  .bg_bottom::before{
    content: '';
    display: block;
    position: absolute;
    bottom: 305px;
    left: -117px;
    width: 20.8vw;
    max-width: 400px;
    min-width: 300px;
    height: 20.8vw;
    max-height: 400px;
    min-height: 300px;
    background: url(/m_menu/net_order/images/bg_03.png) no-repeat right top;
    background-size: 100%;
    z-index: 0;
  }
  .bg_bottom::after{
    content: '';
    display: block;
    position: absolute;
    top: -152px;
    right: -104px;
    width: 20.8vw;
    max-width: 400px;
    min-width: 300px;
    height: 20.8vw;
    max-height: 400px;
    min-height: 300px;
    background: url(/m_menu/net_order/images/bg_01.png) no-repeat right top;
    background-size: 100%;
    z-index: 0;
  }
}
.netorder_contents .content_block {
  position: relative;
  z-index: 2;
}