@charset "utf-8";


/* container_wrap
-------------------------------------------------- */
.container_wrap{
  position: relative;
}
@media print, screen and (min-width:768px){
  .container_wrap{
    padding-top: 100px;
  }
}
@media screen and (max-width:767px){
  .container_wrap{
    padding-top: 71px;
  }
}

/* --------------------------------------------------

container

-------------------------------------------------- */
#container{
  /* padding-top: 15px; */
  padding-bottom: 0px;
}

/* main_content
-------------------------------------------------- */
.main_content{
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #B6E9FC;
}
.main_content .content_block{
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width:768px){
  .main_content{
  }
}
@media screen and (max-width:767px) {
  .main_content{
    background: url(/m_menu/new/250806_new_homecut/images/bg.jpg) repeat;
    background-size: 500px;
  }
}

/* content_inner
-------------------------------------------------- */
.content_inner.mW1120{
  max-width: 1120px;
}

/* mv
-------------------------------------------------- */
.mv{
  text-align: center;
}
.mv img{
  width: 100%;
}
.mv_area{
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width:768px){
  .mv_area{
  }
}
@media screen and (max-width:767px) {
  .mv{
    /* padding-bottom: 15px; */
  }
}

/* area_btn */
.area_btn{
  display: flex;
  justify-content: center;
}
.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 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%;
}
.area_btn.netorder a::before{
  content: '';
  display: block;
	height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  margin: auto;
  background: url(/m_menu/new/250806_new_homecut/images/netorder_btn_icon.png) no-repeat center;
  background-size: 100%;
}
.bnr_area .bnr a img{
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .08);
}
.list_note{
	text-indent: -1em;
	padding-left: 1em;
  color: #fff;
}
.bg_area_wrap_btm{
  background: url(/m_menu/new/250806_new_homecut/images/bg_bd.png) repeat bottom left;
}
.bg_area_01{
  background-color: #EFFBFF;
}
.bg_area_01_item::before{
  content: '';
  position: absolute;
  top: calc(39.5% * (var(--i) - 1) + 6.85%);
  left: 0;
}
.bg_area_01_item::after{
  content: '';
  position: absolute;
  top: calc(34.5% * (var(--i) - 1) + 27.3%);
  right: 0;
}
.bg_area_02{
  position: relative;
  background-color: #B6E9FC;
}
.bg_area_02_item::before{
  content: '';
  position: absolute;
  top: calc(53.5% * (var(--i) - 1) + 6.85%);
  left: 0;
}
.bg_area_02_item::after{
  content: '';
  position: absolute;
  top: calc(44.5% * (var(--i) - 1) + 37.3%);
  right: 0;
}
.bg_area_02_item[data-index="1"]::before{
  background: url(/m_menu/new/250806_new_homecut/images/bg_cloud_01.png) no-repeat left center/contain;
  width: 39.63vw;
  max-width: 600px;
  min-width: 150px;
  aspect-ratio: 761 / 735;
}
.bg_area_02_item[data-index="1"]::after{
  background: url(/m_menu/new/250806_new_homecut/images/bg_cloud_02.png) no-repeat right center/contain;
  width: 42.65vw;
  max-width: 650px;
  min-width: 150px;
  aspect-ratio: 819 / 619;
}
.bg_area_02_item[data-index="2"]::before{
  background: url(/m_menu/new/250806_new_homecut/images/bg_cloud_03.png) no-repeat left center/contain;
  width: 33.69vw;
  max-width: 500px;
  min-width: 150px;
  aspect-ratio: 647 / 611;
}
.bg_area_02_item[data-index="2"]::after{
  background: url(/m_menu/new/250806_new_homecut/images/bg_cloud_04.png) no-repeat right center/contain;
  width: 32.39vw;
  max-width: 500px;
  min-width: 150px;
  aspect-ratio: 622 / 635;
}
.bg_area_04{
  background-color: #F39700;
}
@media print, screen and (min-width:768px){
  .area_btn_wrap{
    margin-top: 80px;
  }
  .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;
  }
  .area_btn + .area_btn{
    padding-top: 20px;
  }
  .bnr_area{
    margin-top: 80px;
    padding-bottom: 80px;
  }
  .btn_benesse{
    margin-top: 40px;
  }
  .list_note{
    font-size: 12px;
  }
  .bg_area_01{
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .bg_area_01[data-index="1"]{
    position: relative;
  }
  .bg_area_wrap_btm{
    padding-bottom: 60px;
    background: url(/m_menu/new/250806_new_homecut/images/bg_bd.png) repeat bottom left;
  }
  .bg_area_02{
    padding: 60px 0 0;
    background-position: bottom 39px center;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .bg_area_02_item[data-index="2"]::after {
    content: none;
  }
  .bg_area_04{
    padding-bottom: 80px;
  }
}
@media screen and (max-width:767px){
  .area_btn_wrap{
    width: 89.2%;
    margin: 40px auto 0;
  }
  .area_btn a{
    width: 100%;
    height: 50px;
    min-height: 50px;
    padding: 1.1em 2.5em;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .08);
  }
  .area_btn a img{
    height: 28px;
  }
  .area_btn.netorder a::before{
    width: 30px;
  }
  .area_btn + .area_btn{
    padding-top: 15px;
  }
  .btn_benesse{
    margin-top: 20px;
  }
  .list_note{
    font-size: 10px;
  }
  .bnr_area{
    margin-top: 50px;
    padding-bottom: 50px;
    text-align: center;
  }
  .bg_area_wrap_btm{
    padding-bottom: 30px;
  }
  .bg_area_01{
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .bg_area_02{
    padding-top: 30px;
    background-position: bottom 41px center;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .bg_area_02_item::before{
    width: 21.3vw;
    max-width: 230px;
    min-width: 80px;
    aspect-ratio: 1 / 1;
    top: calc(55.27% * (var(--i) - 1) + 2.68%);
    left: -4.2vw;
  }
  .bg_area_02_item::after{
    width: 21.3vw;
    max-width: 230px;
    min-width: 80px;
    aspect-ratio: 1 / 1;
    top: calc(55.27% * (var(--i) - 1) + 27.3%);
    right: -4.2vw;
  }
}


/* lead_area
-------------------------------------------------- */
.lead_area{
  position: relative;
}
.lead_area::before{
  content: '';
  position: absolute;
  width: 100%;
  aspect-ratio: 1000 / 65;
  left: 0;
  background: url(/m_menu/new/250806_new_homecut/images/lead_bg_top.png) no-repeat left center/100%;
}
.lead_area::after{
  content: '';
  position: absolute;
  width: 100%;
  aspect-ratio: 1000 / 98;
  left: 0;
  background: url(/m_menu/new/250806_new_homecut/images/lead_bg_btm.png) no-repeat left center/100%;
}
.lead_bg_item{
  text-align: center;  
}
.lead_area .lead_wrap{
  background-color: #FFF;
}
.lead_area .lead_txt{
  color: #0197D2;
}
@media print, screen and (min-width:768px){
  .lead_area{
    margin-top: 6.5%;
    margin-bottom: calc(80px + 9.8%);
  }
  .lead_area::before{
    top: -17.5%;
  }
  .lead_area::after{
    bottom: -26%;
  }
  .lead_bg_item{
    margin: 80px auto 0;
  }
  .lead_area .lead_wrap{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 40px;
  }
  .lead_area .lead_txt{
    width: 100%;
  }
  .lead_area .lead_txt p{
    line-height: 2.111111;
  }
  .lead_area .figIn{
    width: 46.5%;
    margin-left: 3.2%;
  }
}
@media screen and (max-width:767px) {
  .lead_area{
    margin-top: calc(13px + 5.6vw);
    margin-bottom: 8.4vw;
  }
  .lead_area::before{
    top: -5.6vw;
  }
  .lead_area::after{
    bottom: -8.4vw;
  }  
  .lead_bg_item{
    width: 75.2%;
    margin: 40px auto 0;
  }
  .lead_area .lead_wrap{
    padding: 30px 20px;
  }
  .lead_area .lead_wrap .lead_txt p{
    font-size: 12px;
  }  
  .lead_area .figIn{
    width: 87.6%;
    margin: 30px auto 0;
    text-align: center;
  }
}

/* movie_sec
-------------------------------------------------- */
.sec_ttl {
  text-align: center;
  color: #441100;
  font-weight: bold;
  letter-spacing: 0.16em;
  background-size: 10px 4px;
  background-image: radial-gradient(circle farthest-side, #441100, #441100 40%, transparent 40%, transparent);
  background-position: center bottom;
  background-repeat: repeat-x;
}
.sec_wrap.movie_sec {
  margin-top: 0;
  background-size: cover;
}
.movie_area{
}
.movie_area .ttl{
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.16em;
}
.movie_area .movie_box{
  position: relative;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  background-color: #ccc;
}
.movie_area .movie_box iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width:768px){
  .sec_ttl {
    margin-left: 65px;
    margin-right: 65px;
    padding-bottom: 30px;
    font-size: 24px;
  }
  .sec_wrap.movie_sec {
    padding-top: 40px;
  }
  .movie_area .ttl{
    font-size: 18px;
    padding-bottom: 30px;
  }
  .movie_area{
    position: relative;
  }
  .movie_area .movie_box{
    width: 57.142%;
    padding-top: 32.142%;
  }
}
@media screen and (max-width:767px) {
  .sec_ttl {
    padding-bottom: 17.5px;
    font-size: 18px;
  }
  .movie_area{
  }
  .movie_area .ttl{
    font-size: 13px;
    padding-bottom: 20px;
  }
  .movie_area .movie_box{
    width: 100%;
    /* margin-top: 20px; */
    padding-top: 56.25%;
  }
  .movie_sec .c_btn_03 span{
    margin-top: 6px;
    font-size: 10px;
  }
  .movie_sec .c_btn_03 .sub{
    margin-bottom: 0px;
  }
  .movie_sec .c_anchor_btns{
    margin-top: 50px;
  }
}

/* movie_wrap
-------------------------------------------------- */
.movie_wrap{
  position: relative;
  margin: 0 auto;
  color: #222;
  font-weight: bold;
  background-color: #FFF;
}
.movie_ttl{
  margin: 0 auto;
  text-align: center;
}
@media print, screen and (min-width:768px){
  .movie_bd{
    margin-top: 80px;
    padding: 20px;
    background: url(/m_menu/new/250806_new_homecut/images/movie_bd.png) no-repeat top center/cover;
    border-radius: 30px;
  }
  .movie_wrap{
    width: 100%;
    padding: 40px 0;
    line-height: 2.22;
    letter-spacing: 0.16em;
    border-radius: 30px;
  }
  .movie_ttl{
    padding-bottom: 40px;
  }
}
@media screen and (max-width:767px) {
  .movie_bd{
    margin-top: 60px;
    padding: 10px;
    background: url(/m_menu/new/250806_new_homecut/images/movie_bd.png) no-repeat top center/cover;
    border-radius: 15px; 
  }
  .movie_wrap{
    width: 100%;
    padding: 30px;
    line-height: 1.8333333;
    letter-spacing: 0.16em;
    font-size: 12px;
    border-radius: 15px;
  }
  .movie_ttl{
    width: 71.3%;
    padding-bottom: 25px;
  }
}

/* メニュー
-------------------------------------------------- */
.menu_border{
}
.menu_border a{
  pointer-events: none;
}
.menu_ttl{
  text-align: center;
}
.menu_item_list{
  display: flex;
  flex-wrap: wrap;
}
.menu_item_list .menu_item{
  color: #222222;
}
.menu_item_list .menu_item a{
  color: #562102;
}
.menu_item_list .menu_item .area_btn a{
  color: #3A1313;
}
.menu_item_list .menu_item .heading{
  display: flex;
  justify-content: space-between;
  /* padding-bottom: 15px; */
  background-size: 8px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.menu_item_list .menu_item .item_name{
  font-weight: bold;
  letter-spacing: 0.16em;
  background-image: linear-gradient(to right, #562102, #562102 2px, transparent 2px, transparent 8px);
}
.menu_item_list .menu_item .data{
  margin-top: 15px;
}
.menu_item_list .menu_item .price_wrap{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.menu_item_list .menu_item .price_wrap p{
  line-height: 1.2;
}
.menu_item_list .menu_item .price_wrap .price_block p + p{
  margin-top: 0.5em;
}
.menu_item_list .menu_item .price_wrap .price{
  font-weight: bold;
}
.menu_item_list .menu_item .data .item_txt{
  display: block;
  text-align: center;
}
.menu_item_list .menu_item .tweet_txt {
  font-weight: bold;
  text-align: center;
}

@media print, screen and (min-width:768px){
  .menu_ttl{
    padding-bottom: 40px;
  }
  .menu_border{
    position: relative;
    max-width: 1120px;
    margin: 0 auto;
    border: solid 60px #FFFDE3;
    border-image: url(/m_menu/new/250806_new_homecut/images/menu_bd.png);
    border-image-slice: 55 60 fill;
    border-image-repeat: stretch;
    background-color: #FFFEF7;
    border-radius: 140px;
  }
  .menu_item_list{
  }
  .menu_item_list + .menu_item_list{
    margin-top: 80px;
  }
  .menu_item_list .menu_item{
    width: 47.2%;
    margin-right: 5.6%;
  }
  .menu_item_list .menu_item:nth-child(2n){
    margin-right: 0;
  }
  .menu_item_list .menu_item .item_img{
    position: relative;
    max-width: 318px;
  }
  .menu_item_list .menu_item .data{
    height: 6.5em;
  }
  .menu_item_list .menu_item .data .item_txt{
    margin-top: 18px;
    text-align: left;
  }
  .menu_item_list .menu_item .data .list_note{
    margin-top: 15px;
  }
  .menu_item_list .menu_item .heading{
    align-items: center;
    flex-direction: column;
    text-align: center;
    background-image: linear-gradient(to right, #562102, #562102 2px, transparent 2px, transparent 8px);
  }
  .menu_item_list .menu_item .heading_block{
    /* width: calc(100% - 90px); */
    width: 100%;
  }
  .menu_item_list .menu_item .item_number{
    font-size: 12px;
    border-radius: 5px;
  }
  .menu_item_list .menu_item .item_name{
    margin: 12px auto 0 auto;
    font-size: 18px;
    padding-bottom: 18px;
    background-size: 8px 2px;
    background-position: left bottom;
    background-repeat: repeat-x;
    background-image: linear-gradient(to right, #562102, #562102 2px, transparent 2px, transparent 8px);
  }
  .menu_item_list .menu_item .price_wrap{
    justify-content: center;
    margin-top: 12px;
    padding-bottom: 16px;
    font-weight: bold;
  }
  .menu_item_list .menu_item .price_wrap .price_block:nth-child(2n){
    width: 60%;
  }
  .menu_item_list .menu_item .price_wrap .price{
    font-size: 18px;
  }
  .menu_item_list .menu_item .tweet_txt {
    font-weight: bold;
  }
  .menu_item_list .menu_item .tweet_txt .btn_tweet img{
    width: 75px;
    height: 20px;
    margin: 0.25em 0.25em 0;
  }
}
@media screen and (max-width:767px){
  .menu_ttl{
    width: 100%;
    margin: 0 auto;
    padding: 0 7px 20px;
  }
  .menu_border{
    position: relative;
    margin: 0 auto;
    padding: 24px 7px 38px;
    font-size: 12px;
    border: solid 14px #FFFDE3;
    border-image: url(/m_menu/new/250806_new_homecut/images/menu_bd_sp.png);
    border-image-slice: 32 30 fill;
    border-image-outset: 10px;
    border-image-repeat: stretch;
    background-color: #FFFEF7;
    border-radius: 50px;
  }
  .menu_item_list{
  }
  .menu_item_list + .menu_item_list{
    margin-top: 50px;
  }
  .menu_item_list .menu_item{
    width: 100%;
    margin-top: 20px;
    padding-bottom: 17px;
    border-radius: 7px;
  }
  .menu_item_list .menu_item:first-child{
    margin-top: 0;
  }
  .menu_item_list .menu_item:last-child{
    padding-bottom: 0;
  }
  .menu_item_list .menu_item .item_img{
    width: 100%;
    /* max-width: 200px; */
    margin-bottom: 15px;
    text-align: center;
  }
  .menu_item_list .menu_item .heading{
    flex-direction: column;
    align-items: center;
    /* padding-top: 30px; */
    background-image: linear-gradient(to right, #562102, #562102 2px, transparent 2px, transparent 8px);
  }
  .menu_item_list .menu_item .heading_block{
    width: 100%;
    padding-bottom: 14px;
  }
  .menu_item_list .menu_item .data {
    margin-top: 15px;
  }
  .menu_item_list .menu_item .data .item_txt{
    text-align: left;
  }
  .menu_item_list .menu_item .data .list_note{
    margin-top: 15px;
  }
  .menu_item_list .menu_item .item_name{
    margin: 0 auto;
    padding-bottom: 20px;
    text-align: center;
    font-size: 14px;
    background-size: 8px 2px;
    background-position: left bottom;
    background-repeat: repeat-x;
  }
  .menu_item_list .menu_item .price_wrap{
    padding-top: 10px;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
  }
  .menu_item_list .menu_item .price_wrap p{
    font-size: 10px;
  }
  .menu_item_list .menu_item .price_wrap .price {
    font-size: 14px;
  }
  .menu_item_list .menu_item .area_btn{
    margin-top: 20px;
  }
}

/*.page_top_area */
.page_top_area{
  border: 1px solid #CCCCCC;
  background-color: #fff;
}
.page_top_area .list_note{
  color: #222222;
}
.page_top_area .copy{
  line-height: 1;
}
@media print, screen and (min-width:768px){
  .page_top_area{
    padding: 25px;
    border-radius: 10px;
  }
}
@media screen and (max-width:767px) {
  .page_top_area{
    padding: 12.5px;
    border-radius: 5px;
  }
}

/*bnr_netorder */
.menu_link_txt {
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  color: #222;
}
.menu_link_wrap{
  color: #441100;
}
@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 .menu_link_bnr{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .menu_link_bnr {
    width: 50%;
    margin: 0 auto;
  }
}
@media screen and (max-width:767px) {
  .menu_link_txt {
    margin-top: 40px;
    padding-bottom: 10px;
    font-size: 21px;
    letter-spacing: 0.12em;
}
  .menu_link_bnr {
    margin: 0 auto;
    text-align: center;
  }
}

/* cp_area
-------------------------------------------------- */
.cp_area{}
.cp_area .acc_area{
  background-color: #fff;
  border: #ccc 1px solid;
  border-radius: 10px;
}
.acc_txt{
  margin-top: 1em;
  text-align: center;
  color: #333;
}
.cp_area .acc_area .acc_btn{
  display: block;
  color: #551900;
  font-weight: bold;
  /* text-align: center; */
}
.cp_area .acc_area .acc_content{
  border-top: 1px solid #ccc;
}
.cp_area .acc_area .acc_content ul.inline li:nth-child(n+2)::before{
  content: " ";
}
.cp_area .acc_area .acc_content .indent li{
  text-indent: -1em;
  padding-left: 1em;
}
.cp_area .acc_area .acc_content th,
.cp_area .acc_area .acc_content em{
  font-weight: bold;
  color: #EA4817;
}
.cp_area .acc_area .c_list_note{
  margin-top: 0;
}
.cp_area .acc_area .mT15em,
.cp_area .acc_area .c_txt_01 > p + p,
.cp_area .acc_area .c_txt_01 + .c_txt_01,
.cp_area .acc_area .c_list_note + .c_txt_01{
  margin-top: 1.5em;
}
.cp_area .acc_area .list_note{
  color: #000;
}
@media print, screen and (min-width:768px){
  .cp_area{
    padding-top: 60px;
  }
  .cp_area .acc_notice{
    text-align: center;
  }
  .cp_area .acc_area{
    margin-top: 20px;
  }
  .cp_area .acc_txt{
    font-size: 18px;
  }
  .cp_area .acc_area .acc_btn{
    padding: 15px;
    font-size: 16px;
  }
  .cp_area .acc_area .acc_btn::after{
    right: 20px;
  }
  .cp_area .acc_area .acc_content{
    padding: 25px 30px;
  }
}
@media screen and (max-width:767px){
  .cp_area{
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .cp_area .cp_ttl{
    font-size: 16px;
  }
  .cp_area .cp_ttl img{
    max-width: 160px;
  }
  .cp_area .acc_txt{
    font-size: 14px;
  }
  .cp_area .acc_area .acc_btn{
    padding: 1em 25px;
  }
  .cp_area .acc_area .acc_btn::after{
    right: 15px;
  }
  .cp_area .acc_area .acc_content{
    padding: 15px;
  }
}


/* howto_area
-------------------------------------------------- */
.box_wrap .box_inner, .box01{
  background-color: #FEF0E7;   
}
.box_wrap .box_inner{
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.box_wrap .box_inner .num_wrap{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.box_wrap .box_inner .num_txt{
  color: #541900;
}
.box_wrap .box_inner .num_txt{
  text-align: center;
  font-weight: bold;
}
.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;
}
@media print, screen and (min-width:768px){
  .box_wrap{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .box_wrap:nth-child(1){
    align-items: flex-end;
  }
  .box01{
    width: 47.2%;
    margin-bottom: 40px;
    border-radius: 20px;
  }
  .box_wrap:nth-child(n+3){
    margin-top: 40px;
  }
  .box_wrap .box_inner{
    width: 47.2%;
    padding: 30px 40px 33px;
    border-radius: 20px;
  }
  .box01 .box_inner{
    width: auto;
  }
  .box_wrap .box_inner .num_wrap{
    width: 50%;
  }
  .box_wrap .box_inner .num_img{
    padding-bottom: 29.1px;
  }
  .box_wrap .box_inner .num_txt{
    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;
  }
}
@media screen and (max-width:767px) {
  .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 17.5px;
    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%;
  }
  .box_wrap .box01 .box_inner .num_wrap{
    width: 100%;
    flex-direction: row;
  }
  .box_wrap .box_inner .num_wrap .num_img{
    padding-bottom: 29.1px;
    width: 32.081%;
    margin: 0 auto;
    text-align: center;
  }
  .box_wrap .box01 .box_inner .num_wrap .num_img{
    padding-bottom: 29.1px;
    width: 16.0413%;
    margin: 0 auto;
    text-align: center;
  }
  .box_wrap .box_inner .num_wrap .num_txt{
    width: 79.3%;
    padding-left: 5.5px;
    font-size: 14px;
    letter-spacing: 0.16em;
  }
  .box_wrap .box_inner .num_data_txt {
    max-width: 190px;
    margin: 11px auto 0;
    padding: 10px;
    font-size: 10px;
    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{
    width: 50%;
    padding: 0 22px;
    text-align: center;
  }
  .box_wrap .box01 .box_inner .box_img{
    text-align: center;
  }
}