*,
*:before,
*:after {
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  body {
    overflow-x: hidden;
  }

  h2 img {
    width: 375px;
    margin: 0 auto;
  }

  h2 {
    margin: 0 auto;
    text-align: center;
  }

  .about_template h2 {
    font-size: 24px;
    color: #636363;
    line-height: 20px;
    margin: 40px;
    font-weight: 600;
    text-align: center;
  }

  h2 span {
    font-size: 13px;
  }

  h2 {
    margin: 0 auto;
    text-align: center;
  }

  .sp_title h2 {
    font-size: 24px;
    color: #636363;
    line-height: 20px;
    margin: 40px;
    font-weight: 600;
    text-align: center;
  }

  .sp_title h2 span {
    font-size: 13px;
  }

  div.section01 {
    width: 100%;
    margin: 0 auto;
  }

  div.section02 {
    width: 100%;
    margin: 0 auto;
  }

  div.section03 {
    width: 100%;
    margin: 0 auto;
  }

  div.section04 {
    width: 100%;
    margin: 0 auto;
  }

  div.section05 {
    width: 100%;
    margin: 0 auto;
  }

  div.section06 {
    width: 100%;
    margin: 0 auto;
  }

  div.section07 {
    width: 100%;
    margin: 0 auto;
  }

  /* header */

  header {
    width: 100%;
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 10000;
  }

  header::before {
    display: none;
  }

  .img_logo {
    width: 130px;
    margin-left: 20px;
  }

  #glonav {
    width: 100%;
    margin: 0px;
  }

  #glonav {
    display: none;
  }

  #sp_glonav {
    display: block;
  }

  .hbg_btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 101;
    width: 51px;
    height: 47px;
    border: solid 2px #009944;
    cursor: pointer;
    background: #009944;
    border-radius: 10px;
  }

  .hbg_btn:hover {
    background: #fff;
  }

  .hbg_btn span {
    display: block;
    margin: 0;
    border: none;
    width: 50%;
    height: 3px;
    transform-origin: 0% 50%;
    position: absolute;
    top: 12px;
    left: 25%;
    background: #fff;
    transition: 0.3s;
  }

  .hbg_btn:hover span {
    background: #009944;
  }

  .hbg_btn span:nth-of-type(2) {
    top: 21px;
  }
  .hbg_btn span:nth-of-type(3) {
    top: 30px;
  }
  .close span {
    left: 30%;
  }
  .close span:nth-of-type(1) {
    transform: rotate(45deg);
    width: 52%;
  }
  .close span:nth-of-type(2) {
    opacity: 0;
  }
  .close span:nth-of-type(3) {
    top: 30px;
    transform: rotate(-45deg);
    width: 52%;
  }

  .sp_glonav_ul {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    width: 100vw;
    height: auto;
    background: url(../../img/safety/back2.png) repeat #f7f2e7;
    transform: translateX(100vw);
    transition: all 0.3s linear;
    padding-bottom: 140px;
  }

  .sp_glonav_ul li {
    font-size: 16px;
    padding: 15px 10px;
    font-size: 16px;
    font-weight: 550;
    margin: 0 15px;
    position: relative;
  }

  .sp_glonav_ul > a > li {
    border-bottom: 2px dotted #cdcdcd;
  }

  .sp_glonav_ul > li {
    border-bottom: 2px dotted #cdcdcd;
  }

  .sp_glonav_ul .green_arrow {
    right: 8px;
  position: absolute;
  }

<!--
  ul.sp_glonav_ul::after {
    content: "";
    background: url(../../img/safety/toi_soudan.png);
    width: 95%;
    height: 95px;
    position: absolute;
    bottom: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 50%;
    transform: translateX(-50%);
  }

--!>

  .green_arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 8px;
  }

  .green_arrow.irregular {
    position: absolute;
    top: 20px;
    right: 10px;
  }

  .sp_glonav_ul.is_active {
    transform: translateX(0);
  }

  .hbg_cover {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    width: 100vw;
    height: 100vh;
    background: rgba(3, 3, 3, 0.5);
    transform: translateX(100vw);
    transition: all 0.3s linear;
  }

  .hbg_cover.is_active {
    transform: translateX(0);
  }

  .glonav_inq img {
    width: 79px;
    right: 65px;
    top: 10px;
    transform: translateY(0);
  }

  .menu_in_logo img {
    width: 180px;
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .menu_in_logo {
    text-align: left;
    padding: 0 30px;
  }

  .gn_about_in_list {
    margin-top: 10px;
    margin: 0 15px !important;
    float: none;
    width: auto;
  }

  .gn_about_in_list li {
    border-bottom: none;
    padding: 8px 10px;
    margin: 0;
    padding-left: 80px;
  }

  /* index */

  #fv_sp_img {
    display: block;
    padding-top: 50px;
    background-image: linear-gradient(
      90deg,
      rgba(251, 252, 252, 1),
      rgba(250, 250, 250, 1)
    );
  }

  #fv_sp_img img {
    width: 100%;
  }

  #main_img {
    display: none;
  }

  .index_content {
    margin-top: 0px;
  }
  #main_title_bg {
    padding-bottom: 50px;
  }

  #main_title_bg p {
    padding: 0 15px;
    text-align: left;
  }

  dl.index_list {
    width: 100%;
    position: relative;
    margin: 20px auto;
    border-top: solid 1px #dddddd;
  }

  .index_list li {
    position: relative;
  }

  dl.index_list dt {
    float: left;
    clear: left;
    padding: 14.5px 0;
    position: absolute;
    left: 1rem;
  }

  dl.index_list dd {
    border-bottom: solid 1px #dddddd;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 26px;
    padding-bottom: 26px;
    position: relative;
  }

  dl.index_list .font_green {
    position: absolute;
    color: #009944;
    top: 20px;
    right: 1rem;
    margin-right: 0;
  }

  dl.index_list .index_news .index_news_title {
    float: left;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0px;
  }

  dl.index_list .index_news {
    width: 100%;
  }

  dl.index_list .icon_news02 {
    position: absolute;
    right: 15px;
    top: auto;
    bottom: 10px;
  }

  dl.index_list .icon_news02 img,
  #whats_new .icon_news02 img {
    display: none;
  }

  #our_business_bg {
    background: url(../../img/safety/main_1200.png);
    background-size: cover;
    height: 500px;
    width: 100%;
    margin: 0 auto;
  }

  #our_business_bg .main_title {
    margin-bottom: -20px;
  }

  .slide_bg {
    margin-top: 5px;
    *margin-top: -10px;
    width: 100%;
    height: 195px;
    position: relative;
  }

  .slide_01 {
    background: url(../../img/safety/top_con_5.png);
    background-size: contain !important;
  }

  .slide_02 {
    background: url(../../img/safety/top_con_1.png);
    background-size: contain !important;
  }

  .slide_03 {
    background: url(../../img/safety/top_con_2.png);
    background-size: contain !important;
  }

  .slide_04 {
    background: url(../../img/safety/top_con_4.png);
    background-size: contain !important;
  }

  .slide_05 {
    background: url(../../img/safety/top_con_3.png);
    background-size: contain !important;
  }

  .slide_06 {
    background: url(../../img/safety/top_con_6.png) no-repeat;
    background-size: contain !important;
  }

  .slide_01 p {
    position: absolute;
    bottom: 50px;
    text-align: left;
    font-size: 9px;
    width: auto;
    right: 15px !important;
    left: auto !important;
    letter-spacing: 0;
  }

  .slide_02 p,
  .slide_03 p {
    position: absolute;
    bottom: 50px;
    right: 0px;
    text-align: left;
    font-size: 9px;
  }

  .slide_05 p {
    position: absolute;
    bottom: 60px;
    right: 7px;
    text-align: left;
    font-size: 9px;
  }

  .slide_04 p {
    position: absolute;
    bottom: 30px;
    right: 5px;
    text-align: left;
    font-size: 9px;
  }

  .slide_06 p {
    position: absolute;
    bottom: 80px;
    right: 5px;
    text-align: left;
    font-size: 9px;
  }

  .slide_bg img.img_slide01,
  .slide_bg img.img_slide02,
  .slide_bg img.img_slide03 {
    position: absolute;
    bottom: 10px;
    right: 10px;
    left: auto !important;
  }

  .slide_bg img.img_slide05 {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }

  .slide_bg img.img_slide04,
  .slide_bg img.img_slide06 {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }

  .bx-wrapper .bx-controls-direction a {
    width: 35px !important;
    height: 35px !important;
    background-size: contain;
  }

  .bx-wrapper .bx-next {
    left: auto !important;
    right: -30px;
    margin-left: 0 !important;
  }

  .bx-wrapper .bx-prev {
    right: auto !important;
    left: -30px;
    margin-right: 0 !important;
  }


  div.index_btnimg02 {
    height: 55px;
    width: 90%;
    margin: 0 auto;
    background: url(../../img/safety/guide_off.png);
    background-position-x: -15px;
  }

  div.index_btnimg02 a {
    display: flex;
    padding-right: 10px;
    align-items: center;
    text-align: left;
    padding-top: 0;
    height: 55px;
    width: auto;
    font-size: 13px;
    letter-spacing: 0;
    float: none;
    position: inherit;
    padding-left: 80px;
    font-weight: 600;
    line-height: 1.25rem;
    overflow-wrap: break-word;
  }

  .index_btnimg02 br {
    display: block;
  }

  .bx-wrapper {
    margin-bottom: 30px !important;
  }

  #contact_box {
    padding: 28px 0;
    background: #eaece6;
    border-bottom: #acacac solid 1px;
    text-align: center;
  }

  #contact_box p {
    text-align: center;
  }

  #contact_box p.img_inquiry {
    margin-top: 20px;
  }

  .inq_off img {
    width: 350px;
  }

  /* footer */

  #sitemap {
    height: auto;
    width: 100% !important;
  }

  #sitemap .clearfix {
    display: block;
    padding: 0;
    min-width: 100%;
    box-sizing: border-box;
  }

  #sitemap .clearfix > li {
    width: 100%;
    height: auto;
    float: none;
    margin: 0;
    text-align: left;
    display: block;
    font-size: 16px;
    font-weight: 500;
  }

  #sitemap .clearfix .about_in_list > li {
    font-size: 14px;
    width: auto;
    font-size: 14px;
    padding-left: 2rem;
  }
  #sitemap .clearfix .about_in_list li {
    float: none;
  }
  .about_in_list {
    margin-top: 0px;
    margin-left: 0px;
    width: 100%;
    display: block;
    float: none;
  }
  .about_in_list a {
    text-align: left;
  }

  .about_in_list img {
    display: none;
  }

  #sitemap .clearfix li:last-child {
    margin-bottom: 0;
  }

  #sitemap .clearfix li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
  }

  #sitemap .clearfix li.li_select {
    background: none;
    width: 100%;
    height: 40px;
    text-align: left;
    display: flex;
    line-height: 1.75rem;
    padding: 0 15px;
  }

  #sitemap .clearfix > li.li_select .about_in_list a,
  #sitemap .clearfix > li.li_select .about_in_list li {
    color: #009944;
    font-weight: bold;
    display: block;
    height: auto;
    align-items: center;
  }

  #sitemap .clearfix > li.li_select .about_in_list a {
    padding: 0;
  }

  #sitemap .clearfix > li.li_select > a,
  #sitemap .clearfix > li.li_select {
    color: #009944;
    font-weight: bold;
    /* border-bottom: 1px solid #009944; */
    align-items: center;
  }

  #sitemap .clearfix li.li_select:nth-child(2) {
    display: block;
    height: auto;
  }

  .about_in_list li a:link,
  .about_in_list li a:visited {
    color: #6e6e6e !important;
  }

  #sitemap .clearfix li a:link {
    background: url(../../img/safety/ft_off.png);
    width: 100%;
    height: auto;
  }

  #sitemap .clearfix li a:hover {
    background: none;
    height: auto;
    color: #009944;
  }
  #sitemap .clearfix li a::after {
    content: "";
    width: 8px;
    height: 20px;
    background: url(../../img/safety/icon_new3.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }

  #sp_about_top {
    display: block;
  }

  /* about.php */

  #titleimg_m {
    display: none;
  }

  #sp_about_top img {
    width: 100%;
  }

  #gmenu_m {
    display: none !important;
  }

  #pankuzu_m {
    display: none !important;
  }

  .pc_keieirinen {
    display: none !important;
  }

  .sp_keieirinen {
    display: block;
    text-align: center;
  }

  .sp_keieirinen img {
    width: 90%;
    margin-top: 30px;
  }

  #content_m {
    width: 100% !important;
    height: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
  }

  #content2_m {
    width: 100% !important;
    height: auto;
    float: left;
    margin-bottom: auto;
  }

  .about_template h2 {
    font-size: 24px;
    color: #636363;
    line-height: 20px;
    margin: 40px;
    font-weight: 600;
    text-align: center;
  }

  .about_template h2 span {
    font-size: 13px;
  }

  .keieirinen_main {
    font-size: 22px;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    text-align: left;
    padding: 0 15px;
    margin-bottom: 37px;
  }

  .president_comment {
    padding: 0 15px;
    text-align: left;
  }

  .president_comment1 {
    margin-bottom: 30px;
  }

  .pc_keieirinen2 {
    display: none !important;
  }

  .sp_keieirinen2 {
    display: block;
  }

  .shaze {
    font-family: "Noto Serif JP", serif;
    font-size: 26px;
    text-align: center;
    font-weight: 600;
  }

  .pc_jigyounaiyou {
    display: none;
  }

  .sp_jigyounaiyou {
    display: block;
    text-align: center;
  }

  .sp_jigyounaiyou1 {
    margin-bottom: 20px;
  }

  .sp_jigyounaiyou1 img {
    width: 85%;
  }

  .sp_jigyounaiyou2 img {
    width: 85%;
  }

  .sp_jigyounaiyou1_title,
  .sp_jigyounaiyou2_title {
    font-size: 17px;
    text-align: left;
    margin: 10px auto;
    font-weight: 600;
    padding: 0 15px;
    text-align: center;
  }

  .sp_jigyounaiyou1_title span,
  .sp_jigyounaiyou2_title span {
    margin-right: -5px;
    margin-left: -5px;
  }

  .sp_jigyounaiyou1_text,
  .sp_jigyounaiyou2_text {
    font-size: 14px;
    width: 85%;
    margin: 0 auto;
    text-align: left;
    font-weight: 600;
  }

  .sp_jigyounaiyou1_text ul li,
  .sp_jigyounaiyou2_text ul li {
    margin-bottom: 10px;
    list-style-type: disc;
  }

  .sp_jigyounaiyou1_text ul,
  .sp_jigyounaiyou2_text ul {
    padding: 15px;
    width: 100%;
  }

  .pc_eigyou {
    display: none;
  }

  .sp_eigyou {
    display: block;
    padding: 0 10px;
  }

  .sp_eigyou img {
    width: 100%;
    margin-bottom: 30px;
  }

  .sp_eigyou p {
    font-size: 14px;
    text-align: right;
  }

  .pc_office_list {
    display: none;
  }

  .sp_office_list {
    display: block;
  }

  .office_list {
    display: block;
    border-top: solid 0.5px #a9a9a9;
    border-bottom: solid 0.5px #a9a9a9;
    padding-bottom: 20px;
    margin-bottom: -6px;
    width: 100%;
  }

  .office_list tbody {
  display: block;
  width: 100%;
}

 .office_list tbody tr {
 display: block;
 width: 100%;
}

.office_list tbody tr td{
 display: block;
 width: 100%;
}

  .td_m {
    padding: 10px;
    width: 100%;
  }

  .td_m th,
  .td_m td {
    width: 100%;
    display: block;
  }

  .td_m th {
    margin-bottom: 5px;
  }

  .td_m.irregular {
    padding-top: 10px;
    margin-bottom: -10px;
  }

  .br {
    display: block;
  }

  .br_r {
    display: none;
  }

  .bold_m.irregular {
    display: inline-block;
    text-align: left;
    padding-right: 0;
    position: relative;
    bottom: 5px;
    border: none;
  }

  .table_m.setsubi_table3 td.irregular span {
    color: #000;
  }

  .table_m.setsubi_table3 td.irregular {
    text-align: center;
    padding: 10px 0;
  }

  .pc_seizoubu {
    display: none;
  }

  .sp_seizoubu {
    display: block;
  }

  .seizoubu_list ul {
    display: block;
  }

  .seizoubu_list ul li {
    width: 100%;
    text-align: center;
  }

  .pc_group {
    display: none;
  }

  .sp_group {
    display: block;
  }

  .sp_group h2 {
    margin: 30px 0;
  }

  #link_all {
    margin-bottom: 0;
  }

  .link_title h3 {
    padding-bottom: 0;
    font-weight: 600;
  }

  .link_title h3 img {
    margin: 0 10px 0 20px;
  }

  .link_tohoku_posi {
    position: relative;
    width: 100% !important;
  }

  .link_tohoku {
    position: initial !important;
    text-align: right;
    margin-top: 10px;
  }

  .group_list .td_m {
    padding: 15px;
  }

.group_list tbody {
display: block;
width: 100%;
}

.group_list tbody tr {
display: block;
}

.group_list tbody tr td {
display: block;
}

  .group_list td {
    padding: 0;
  }

  .top_btn {
    text-align: center;
    margin-top: 20px;
    padding: 0 15px;
  }

  .pc_gaiyou {
    display: none;
  }

  .sp_gaiyou {
    display: block;
    text-align: center;
  }

  .sp_gaiyou h2 {
    border-bottom: solid 0.5px #a9a9a9;
    margin-bottom: 20px;
    margin-top: 15px;
  }

  .sp_gaiyou h2,
  .sp_sosikizu h2,
  .sp_enkaku h2 {
    font-size: 1.25rem;
  }

  .gaiyou_list {
    margin: 0 auto;
    margin-top: 30px;
    width: 95%;
  }

  .gaiyou_list tr {
    border-bottom: solid 1px #eaeaea;
  }

  .gaiyou_list th {
    color: #007300;
    width: 100px;
    padding: 15px 0;
    text-align: center;
    position: relative;
  }

  .gaiyou_list td {
    padding: 15px 0 15px 15px;
  }

  .gaiyou_list_in {
    margin-left: 15px;
  }

  .gaiyou_list_in th {
    text-align: left;
    padding-right: 30px;
    border-right: none;
  }
  .gaiyou_list_in th,
  .gaiyou_list_in td {
    padding: 5px 0;
  }

  .gaiyou_list .bold_m.irregular {
    width: 100%;
    position: absolute;
    top: 20px;
    left: 60%;
    transform: translatex(-50%);
  }

  .pc_sosikizu {
    display: none;
  }

  .sp_sosikizu {
    display: block;
    text-align: center;
    margin: 30px 0 60px 0;
  }

  .sp_sosikizu p {
    font-size: 13px;
    margin: 5px 0;
  }

  .sp_sosikizu h2 {
    border-bottom: solid 0.5px #a9a9a9;
  }

  .sosikizu_img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .sosikizu_img img {
    width: 95%;
  }

  .pc_enkaku {
    display: none;
  }

  .sp_enkaku {
    display: block;
  }

  .sp_enkaku h2 {
    border-bottom: solid 1px #eaeaea;
  }

  .pc_enkaku_img {
    display: none;
  }

  .enkaku_flex {
    display: block;
  }

  .enkaku_list {
    border-top: none;
    width: 95%;
    margin: 0 auto;
  }
  .enkaku_list tr {
    border-bottom: solid 1px #eaeaea;
  }

  .sp_enkaku_img {
    display: flex;
    width: 95%;
    margin: 0 auto;
    margin-top: 20px;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }

  .sp_enkaku_img img {
    width: calc(50% - 10px);
  }

  .enkaku_list th {
    width: 130px;
    padding: 5px 0;
    position: relative;
    text-align: center;
    color: rgb(102, 102, 102);
  }

  .sp_title_m {
    display: block;
  }

  .sp_title_m img {
    width: 100%;
    margin-bottom: 30px;
  }

  #douga {
    display: block;
    text-align: center;
  }

  #douga h2 {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 1rem;
    margin-top: 30px;
  }

  #douga h2 > span {
    font-size: 1.25rem;
    padding-bottom: 10px;
  }

  #douga_01 iframe {
    width: 100%;
    min-height: 215px;
  }

  iframe {
    width: 100%;
  }

  /* shutokoujou.php */

  .chartu_img {
    min-width: 200px;
    height: auto;
  }

  .pc_shutokoujou_title {
    display: none;
  }

  .sp_shutokoujou_title {
    display: block;
    text-align: center;
  }

  .sp_shutokoujou_title img {
    margin-bottom: 30px;
    width: 50%;
  }

  #wrapper {
    min-height: auto;
  }

  #box_shutokoujou_haccp {
    width: 100% !important;
    margin: 0 !important;
    margin-left: auto;
    overflow: hidden;
    max-height: 999999px;
    text-align: center;
  }

  #box_shutokoujou_haccp_01 {
    width: 100% !important;
    display: block;
    text-align: center;
  }

  #box_shutokoujou_haccp_02 {
    width: 100% !important;
    display: block;
  }

  #box_shutokoujou_haccp_02 a {
    text-decoration: underline;
    color: #0645ad;
  }

  .haccp_jigyo_img {
    margin: 20px 0;
  }

  #box_shutokoujou_haccp_01 > a {
    display: inline-block !important;
    width: auto;
    height: 35px;
    margin: 20px 3px !important;
    text-decoration: none;
  }

  #box_shutokoujou_haccp_01 > a img {
    width: 100%;
    height: 100%;
  }

  #box_shutokoujou_haccp h3 {
    margin-bottom: 20px !important;
    font-size: 1.125rem;
  }

  #box_shutokoujou_haccp_02 p {
    text-align: left;
    padding: 0 15px;
  }

  .shutokoujou_flex,
  .shutokoujou_in_flex,
  .pdf_link {
    display: block;
    width: 100%;
    justify-content: space-between;
    margin-left: auto;
    text-align: center;
  }

  .flex_main_title {
    width: 100%;
    margin-left: auto;
  }

  .sp_flex_main_title {
    display: block;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 18px;
  }

  .sp_flex_main_title p {
    margin: 80px 0;
  }

  .sp_flex_main_title img {
    width: 40%;
    height: auto;
    margin-bottom: 40px;
  }

  .pc_flex_main_title {
    display: none;
  }

  .u_16_img,
  .u_41_img,
  .r_29_img,
  .r_45_img {
    width: 85%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  .shutokoujou_flex .flex_left {
    width: 100%;
  }

  .shutokoujou_flex .flex_right {
    width: 100%;
  }

  .shutokoujou_flex.irregular {
    border-bottom: none;
  }

  .shutokoujou_link {
    padding-bottom: 30px;
    border-bottom: solid 1px #cdcdcd;
  }

  .shutokoujou_link ul {
    float: none;
    display: flex;
    justify-content: space-around;
    width: 95%;
    margin: 0 auto;
  }

  .shutokoujou_link ul li {
    width: 45%;
    border-bottom: solid 1px #e0e0e0;
  }

  .shutokoujou_link ul li a {
    display: block;
    position: relative;
    padding: 12px 5px;
    padding-right: 40px;
    color: #222;
    font-size: 0.875rem;
    letter-spacing: 0.07em;
  }

  .shutokoujou_link_arrow {
    display: block;
    position: absolute;
    top: 50%;
    right: 8px;
    width: 20px;
    height: 20px;
    overflow: hidden;
    transform: translateY(-50%);
    background-image: url(../../img/safety/right_arrow.png);
    background-image: url(../../img/safety/right_arrow.png);
    background-repeat: repeat;
    background-position: center;
    background-size: contain;
    transition: all;
  }

  .shutokoujou2_flex {
    display: block;
  }

  .shutokoujou2_flex_left .photo4_img {
    width: 100%;
    height: auto;
  }

  .shutokoujou2_flex_right {
    text-align: center;
  }

  .shutokoujou2_flex_right a {
    display: block;
    height: 35px;
    width: auto;
  }

  .shutokoujou2_flex_right a img {
    width: auto;
    height: 100%;
  }

  .shutokoujou2_flex_right a .shinsa2_img {
    margin-top: 0;
  }

  .shutokoujyou2 .sp_flex_img {
    width: 95%;
    flex-wrap: wrap;
    gap: 10px;
  }

  .shutokoujyou2 .sp_flex_img img {
    width: calc(50% - 5px);
  }

  .flex_text,
  .in_flex_text {
    padding: 0 15px;
    text-align: left;
    margin-bottom: 30px;
  }

  .in_flex_text {
    margin-bottom: 10px;
  }

  .in_flex_right {
    margin-bottom: 30px;
  }

  .in_flex_left {
    margin-right: 0px;
  }

  .flex_title {
    margin-bottom: 20px;
  }

  .flex_left_img a {
    display: block;
    margin-bottom: 30px;
  }

  .r_18_img {
    min-width: auto;
    height: 120px;
    margin-bottom: 20px;
    width: auto;
  }

  .pdf_link {
    margin-bottom: 20px;
  }

  .pdf_link img {
    width: auto;
    height: 35px;
  }

  .pc_title_img {
    display: none;
  }

  /* shutokoujou2.php */

  .sp_title_img {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }

  .sp_setsubi_title img {
    width: 50%;
    margin-bottom: 30px;
  }

  .table_m.setsubi_table1,
  .table_m.setsubi_table2,
  .table_m.setsubi_table3,
  .table_m.setsubi_table4,
  .fukushima_table {
    width: 95%;
    margin: 0 auto;
  }

  .table_m.setsubi_table1 {
    margin-bottom: 40px;
  }

  .table_m.setsubi_table2,
  .fukushima_table {
    margin-bottom: 40px;
  }

  .table_m.setsubi_table3 {
    margin-bottom: 10px;
  }

  .table_m.setsubi_table4 {
    margin-bottom: 10px;
  }

  .table_m.setsubi_table1 th,
  .table_m.setsubi_table2 th,
  .table_m.setsubi_table3 th,
  .table_m.setsubi_table4 th,
  .fukushima_table th {
    width: 30%;
    text-align: center;
  }

  .table_m.setsubi_table1 td {
    width: 70%;
    padding-left: 20px;
  }

  .table_m.setsubi_table2 td,
  .table_m.setsubi_table3 td,
  .table_m.setsubi_table4 td,
  .fukushima_table td {
    width: 70%;
    padding: 10px;
  }

  .table_flex {
    display: block;
  }

  .pc_flex_img {
    display: none;
  }

  .sp_flex_img {
    display: flex;
    width: 90%;
    margin: 0 auto;
    overflow-x: scroll;
    margin-bottom: 40px;
  }

  .sp_flex_img img {
    width: 45%;
    padding: 2.5px;
  }

  .photo31 {
    text-align: center;
    margin-bottom: 40px;
  }

  .table_title {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: -1px;
    margin: 0 0 10px 10px;
  }

  .map3 {
    text-align: center;
  }

  .map3_img {
    width: 90%;
    margin: 0 auto;
    height: auto;
  }

  .sp_map21 {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }

  .sp_map21 img {
    margin-bottom: 30px;
  }

  /* breadcrumb */
  #topics_path {
    width: 90%;
    margin: 0 auto;
  }

  .pc_map21 {
    display: none;
  }

  /* breadcrumb */
  #topics_path {
    width: 90%;
    margin: 0 auto;
  }

  /* guideline */
  .guideline_top .main_title {
    padding: 0 12px;
  }

  .guideline_top .main_title img {
    width: 100%;
  }
  .guide_border01 {
    padding-bottom: 20px;
    text-align: left;
    width: 95%;
    margin: 20px auto 0;
  }

  .guide_border01 p a {
    text-align: left;
    padding-top: 10px;
    display: inline-block;
    color: #0645ad;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0;
  }

  .guide_border01 h5 {
    letter-spacing: 0;
    font-size: 16px;
  }

  .sub_title h2.sub_h2 {
    font-size: 22px;
    padding: 0 10px;
    padding-top: 30px;
    letter-spacing: 0.2rem;
  }

  .btn_guidelines p {
    width: 50%;
  }

  .sub_title h2.sub_h2 span.space1 {
    margin-right: 0px;
  }

  #topics_path {
    display: none;
  }

  #bg_guide01 h3 {
    font-size: 18px;
  }

  #bg_guide02 h3 {
    font-size: 20px;
  }

  .guide_img {
    width: 100%;
  }

  .guide_img_right {
    border-left: none;
  }

  /* guideline/m_kumamoto03_001 */
  .guide_img {
    margin: 0 auto;
    width: 100%;
  }

  .guide_img_right {
    border-left: none;
  }

  .guide_content {
    width: 95%;
  }

  .guide_content h4 {
    font-size: 20px;
    letter-spacing: 0;
  }

  .guide_content table {
    margin: 10px 10px 30px;
    box-sizing: border-box;
    width: auto !important;
  }

  .pc_copy21 {
    display: none;
  }

  .sp_copy21 {
    display: block;
    text-align: center;
  }

  .sp_copy21 p {
    font-size: 22px;
    font-weight: 600;
    margin: 30px 0;
  }

  .sp_copy21 p span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px !important;
    margin-top: 20px;
  }

  .shinsa1_img {
    width: auto;
    height: 35px;
    display: block;
    margin: 0 auto;
  }

  .shinsa2_img {
    margin-top: 15px;
    width: auto;
    height: 35px;
  }

  .fukushima_address {
    text-align: center;
    padding: 0 15px;
  }

  .pc_fukushima_top_flex {
    display: none;
  }

  .sp_fukushima_top_flex {
    display: block;
    text-align: center;
  }

  .sp_fukushima_top_flex p {
    text-align: left;
  }

  .photo2_img {
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .sp_fukushima_top_flex p {
    padding: 0 15px;
  }

  .hinshitu_img {
    width: 95%;
    height: auto;
    margin-bottom: 30px;
  }

  .sp_iso1 {
    display: block;
  }

  .pc_iso1 img{
    width: 85%;
    height: auto;
  }
  .mt80:has(.pc_iso1){
    margin-top: 0;
  }

  .sp_iso1_title {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 20px;
  }

  .sp_iso1_text {
    padding: 0 15px;
  }

  .sp_iso1_img {
    text-align: center;
    margin: 20px 0;
  }

  .supplement {
    padding: 0 15px;
  }

  .supplement.irregular {
    border-bottom: none;
    padding-bottom: 0;
  }

  .map_flex {
    display: block;
    text-align: center;
  }

  .map_flex p {
    display: inline-block;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    font-weight: 600;
    margin-bottom: 30px;
  }

  .map2_flex {
    display: block;
    text-align: center;
    padding-bottom: 20px;
  }

  .map2_flex p {
    display: inline-block;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    font-weight: 600;
    margin-bottom: 30px;
  }

  .map2_img {
    width: 300px;
    height: auto;
  }

  .photo3_img {
    width: 300px;
    height: auto;
    margin-bottom: 30px;
  }

  .map1_img {
    width: 95%;
    margin: 0 auto;
  }

  .pc_map_img {
    display: none;
  }

  .sp_map_img {
    display: block;
  }

  /* common */
  .pc-show,
  .pc-show.inline {
    display: none;
  }
  li.pc-show {
    display: none !important;
  }
  .pc-show.sp-hidden {
    display: none !important;
  }
  .sp-show {
    display: block;
  }
  /* product */
  #product .sub_list04 dt {
    padding: 20px 0 0;
    position: inherit;
    display: block;
    float: none;
  }
  #product .sub_list04 dd {
    padding: 10px 10px 20px;
    position: relative;
  }
  #product .icon_arrow img {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  #lineup_all {
    width: auto;
  }
  ul#lineup_list li {
    margin: 10px auto;
    width: auto;
    display: initial;
    left: 50%;
    transform: translateX(-50%);
  }
  ul#lineup_list li p.p_more {
    position: absolute;
    right: 10px;
    font-size: 14px;
  }
  #lineup_all02,
  #lineup_all02_2,
  #lineup_all02_3,
  #lineup_list02--cute {
    width: 100%;
  }
  ul#lineup_list02 li,
  ul#lineup_list02_2 li,
  ul#lineup_list02_3 li,
  ul#lineup_list02_4 li {
    width: 50%;
    text-align: center;
  }
  ul#lineup_list02_2 li,
  ul#lineup_list02_4 li,
  ul#lineup_list02--cute li,
  ul#lineup_list02 li {
    margin: 20px 0px;
    text-align: center;
  }

  ul#lineup_list02_2 li img {
    margin-left: 0px;
  }

  #lineup_list02_2.clearfix {
    display: flex;
    min-height: 1%;
    flex-flow: wrap;
  }

  ul#lineup_list02_3 li img {
    margin-left: 0;
  }

  p.sub_text02 {
    padding: 0 12px;
  }
  #productdet_musen ul {
    margin: 20px 12px;
  }
  #productdet_musen img.musen_step {
    margin: 0 auto;
    width: 98%;
    padding: 15px 0 30px 0;
  }
  ul#lineup_list02_4 li img {
    margin: 0 auto;
    display: block;
  }
  .productdet_text02 p.p_musen {
    line-height: 1.5rem;
  }
  .productdet_text02 h4 img.icon_sekihan {
    margin-top: 15px;
  }
  ul#lineup_list02--cute li {
    width: calc(100% / 2);
  }
  ul#lineup_list02--cute li img {
    width: 100%;
  }
  ul#lineup_list02 li {
    text-align: center;
  }
  ul#lineup_list02 li img {
    margin: auto;
  }
  .productdet_img01 {
    width: auto;
    text-align: center;
  }
  #productdet_top,
  .productdet_text01,
  .productdet_img03 {
    position: initial;
  }
  .productdet_text01 h3 {
    display: flex;
    align-items: center;
  }
  .productdet_text01 h3 img {
    margin-top: 0;
  }
  .productdet_text01 p {
    padding: 12px;
  }
  .productdet_text02 p {
    margin: 0;
    padding: 5px 12px;
  }
  .productdet_text02 #bg_white {
    padding: 20px 12px;
  }
  .productdet_text02 .ol_sekihan img {
    margin-top: 20px;
  }
  .section_sekihan_description {
    margin-top: 0px;
    padding-top: 30px;
  }
  #contents.torigin {
    overflow-x: hidden;
    width: 100%;
  }
  div.torigin div#bg_sekihan02 h3.h3_orange {
    display: flex;
    align-items: center;
  }
  div.recipe_tori h5 {
    font-size: 0.875rem;
    letter-spacing: 0.025rem;
  }
  .okayu_conposition_detail--top {
    display: block;
    flex-wrap: wrap;
    padding: 0 15px;
  }
  .okayu_conposition_block,
  .allergen_block,
  .productdet_img03 img,
  div.tori_wrap {
    width: 100%;
  }
  .allergen_labelling {
    margin-top: 15px;
  }
  .okayu_conposition_element li,
  .allergen_labelling dt,
  .allergen_labelling dd {
    padding: 10px;
    height: auto;
  }
  .section_sekihan_description .okayu_conposition_element.element_bottom li,
  .section_sekihan_description .sekihanLabelWrap .sekihan_label_box {
    height: auto;
    min-height: auto;
    width: 100%;
    justify-content: space-between;
  }
  .section_sekihan_description
    .okayu_conposition_element.element_bottom
    li
    .sekihan_label--right {
    width: auto;
  }
  .okayu_conposition_element.element_bottom {
    margin: 15px 12px;
    border: none;
  }
  #img_25koku {
    width: 100%;
    margin: 35px auto 20px;
  }
  #img_25koku p {
    padding: 0 10px;
  }
  #img_25koku img {
    width: 100%;
  }
  #bg_25koku02 img {
    width: 100%;
  }
  .torigin#productdet_all {
    margin: 50px auto 35px;
  }
  .torigin#productdet_all .main_img img {
    width: 100%;
  }
  .torigin .kodawari h3 {
    margin: 15px 0 20px 0;
  }
  .torigin .kodawari .torigin .tori_wrap {
    width: 100%;
  }
  .torigin .kodawari p {
    padding: 0 12px;
  }
  .torigin .kodawari .sign_right {
    padding-right: 12px;
  }
  .torigin .kodawari dl {
    flex-wrap: wrap;
  }
  .torigin div.kodawari dt {
    width: 100%;
    padding-right: 0;
  }
  .torigin .kodawari dd {
    width: 100%;
    text-align: center;
  }
  .torigin .kodawari ul {
    display: flex;
  }
  .torigin .kodawari li {
    width: 50%;
  }
  .torigin .kodawari li img {
    width: 100%;
  }
  .kodawari_sign {
    display: flex;
    align-items: center;
    text-align: left;
  }
  .kodawari_sign img {
    margin-top: 10px;
    width: 45%;
    padding: 15px;
  }
  .kodawari_sign.sp-show img {
    max-width: 200px;
  }
  .torigin .kodawari_sign .sign_right {
    text-align: left;
  }
  .howtocook .howtocook h3 {
    margin: 15px 0 15px 0;
  }
  div.howtocook {
    padding: 10px 0 50px;
  }
  .howtocook .howtocook_sp {
    padding: 15px;
    text-align: center;
  }
  .howtocook .howtocook_sp img {
    max-width: 300px;
  }
  div.bnrarea01 {
    padding: 30px 0 0;
  }
  div.torigin div#bg_sekihan02 h3.h3_pink {
    padding: 0 0 12px 10px;
    margin: 35px 0 15px 0;
    display: flex;
    align-items: center;
  }
  div.torigin div#bg_sekihan02 h3.h3_blue {
    display: flex;
    align-items: center;
  }
  div.torigin div#bg_sekihan02 h3.h3_red {
    display: flex;
    align-items: center;
    margin-top: 0;
  }
  div.kama_recipe div.tori_wrap {
    width: 100%;
  }
  div.recipe_tori h3,
  div.recipe_tako h3,
  div.recipe_sakura h3 {
    padding: 10px 12px;
  }
  .kama_recipe .recipe_tori dl,
  .kama_recipe .recipe_tako dl,
  .kama_recipe .recipe_sakura dl {
    display: block;
  }
  .kama_recipe .recipe_tori dt,
  .kama_recipe .recipe_tako dt,
  .kama_recipe .recipe_sakura dt {
    width: 100%;
    border: none;
    padding-right: 0;
  }
  .kama_recipe .tori_wrap img {
    margin: auto;
    width: 100%;
  }
  .kama_recipe .recipe_tori dd,
  .kama_recipe .recipe_tako dd,
  .kama_recipe .recipe_sakura dd,
  .kama_recipe .recipe_kani dd {
    width: auto;
    padding: 15px 12px;
  }
  .kama_recipe .recipe_detail {
    display: block;
  }
  div.recipe_detail div.recipe01,
  div.recipe_detail div.recipe02 {
    width: auto;
    margin-bottom: 15px;
  }

  .sp_title {
    display: block;
  }

  .recruit_btn_flex {
    display: block;
    text-align: center;
    margin-bottom: 40px;
  }

  .left_green_btn img,
  .right_green_btn img {
    width: 80%;
    height: auto;
  }

  .left_green_btn,
  .right_green_btn {
    width: 100%;
    text-align: center;
  }

  .left_green_btn {
    margin-bottom: 20px;
  }

  .pc_top_img {
    display: none;
  }

  .sp_top_img {
    display: block;
  }

  .sp_top_img img {
    width: 100%;
  }

  .telfax2_img {
    display: none;
  }

  .bg_recruittitle {
    padding: 20px 15px;
  }

  .bg_recruittitle h3 {
    display: flex;
    align-items: center;
  }

  table.table_recruit th,
  table.table_recruit td {
    width: 100%;
    display: block;
    border-top: 1px dashed #8fc31f;
    border-right: none;
  }

  table.table_recruit th {
    padding: 15px 0;
    font-size: 1.125rem;
  }

  table.table_recruit a img {
    width: 18px;
    margin-right: 5px;
  }

  table.table_recruit td {
    padding: 15px;
  }

  table.table_recruit {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
  }

  table.table_recruit img {
    margin: 0px 10px 0px 0px;
  }

  table.table_recruit p {
    margin: 10px 0px;
  }

  table.table_recruit .font_gray {
    margin-bottom: 5px;
    display: block;
  }

  table.table_recruit .table_parts {
    margin: 0 10px 0 0px;
  }

  table.table_recruit ul {
    margin: 0px 25px;
  }

  img.img_recruitno {
    margin-right: 15px;
  }

  dl.sub_list05 dd,
  dl.sub_list06 dd {
    padding: 10px 12px;
    width: 100%;
    overflow-wrap: break-word !important;
    border: none;
  }

  dl.sub_list06 dt,
  dl.sub_list05 dt {
    float: none;
    width: 100%;
    left: auto;
    position: inherit;
    margin-left: 0;
  }

  #bg_takumi02 ul.clearfix {
    width: 100%;
    padding: 30px 0;
    margin: 0 auto;
    text-align: center !important;
  }

  #bg_takumi02 ul li {
    margin: 0 auto;
    display: block;
    width: 100%;
    text-align: center;
  }

  #img_47shufu {
    text-align: center;
  }

  #img_47shufu img {
    width: 90%;
  }

  #img_47shufu img.irregular {
    width: 50%;
  }

  .img_inquiry img {
    width: 90%;
  }

  .img_inquiry {
    text-align: center;
  }

  .pc_img {
    display: none;
  }

  .sp_img {
    display: block;
  }

  .sp_img img {
    width: 100%;
  }

  #img_how {
    width: 100%;
  }

  .sen {
    width: 100%;
  }

  #tab_title {
    display: block;
    width: 100%;
  }

  #tab_title .tab.clearfix {
    width: 100%;
    margin: 0;
  }

  #sub_form .sub_text {
    text-align: left;
    padding: 30px 12px;
    margin-bottom: 0;
    line-height: 1.75;
    letter-spacing: 0;
  }

  .section03 .sub_text {
    padding: 20px 12px;
    text-align: left;
    letter-spacing: 0;
  }

  .sub_text.form_attention {
    text-align: left;
    letter-spacing: 0;
  }

  .sub_btnimg img {
    width: 95%;
  }

p.sub_btnimg a {
    position: absolute;
    bottom: -10px;
    right: 30px;
    background-color: red;
    color: #fff;
    padding: 3px 20px;
    border-radius: 20px;
    font-size: 16;
    letter-spacing: 5px;
    font-size: 18px;
    font-weight: 600;
}

  .float_right {
    width: 100%;
  }

  .float_left {
    width: 100%;
  }

  .contact_btn_list {
    display: block;
    justify-content: center;
    background-color: #dbf2e5;
    padding: 30px 0;
    margin-top: 20px;
    padding-top: 70px;
  }

  .contact_btn_list ul li img {
    width: 45px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    display: none;
    transition: 0.5s;
  }

  .contact_btn_list ul a {
    width: 100%;
    text-align: left;
  }

  .contact_btn_list ul a:last-child li {
    margin-bottom: 0;
    border: none;
  }

  .contact_btn_list ul li:hover {
    border-bottom: dotted 2px #524848;
  }

  .contact_btn_list ul li:hover img {
    display: block;
  }

  .btn_list_left {
    width: 80%;
    text-align: center;
    background-color: #fff;
    margin-right: 0px;
    margin: 0 auto;
    border-radius: 15px;
    padding: 0 15px 30px 15px;
    margin-bottom: 70px;
  }

  .btn_list_left p {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 600;
    background-color: #23ac38;
    color: #fff;
    border-radius: 15px;
    width: 90%;
    margin: 0 auto;
    padding: 5px 15px;
    position: relative;
    bottom: 35px;
  }

  .btn_list_right {
    width: 80%;
    text-align: center;
    background-color: #fff;
    margin-left: 0px;
    margin: 0 auto;
    border-radius: 15px;
    padding: 0 15px 30px 15px;
  }

  .btn_list_right p {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 600;
    background-color: #23ac38;
    color: #fff;
    border-radius: 15px;
    width: 90%;
    margin: 0 auto;
    padding: 5px 15px;
    position: relative;
    bottom: 35px;
  }

  .sub_text.irregular {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 60px;
    text-align: center !important;
  }

  dl.sub_list_tel dt,
  dl.sub_list_tel dd {
    width: 100%;
    display: block;
  }

dl.sub_list_tel a {
color: blue;
}

  #contents.contact_choice .section03 {
    width: 100%;
  }

  .contact_btn_list ul li {
    border-bottom: dotted 2px #cbcbcb;
  }

  .rot_no img {
    width: 100%;
  }

  .sp_img.rot_no p {
    text-align: left;
    padding: 30px 15px 20px 15px;
  }

  .tab li {
    width: 100%;
    height: 55px;
  }

  .tab li p.tab_left {
    padding: 0;
  }

  .tab li p.tab_right {
    padding: 0;
    margin-top: 16px;
  }

  div.recipe_kani dl {
    display: block;
    align-items: flex-start;
  }

  div.recipe_kani dd {
    padding-left: 15px;
    width: 100%;
  }

  div.recipe_kani dt {
    width: 100%;
    border-right: none;
    padding-right: 0;
  }

  dl.sub_list02 dt {
    padding: 10px 0;
  }

  dl.sub_list02 dd {
    width: 100%;
    padding-left: 50px;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .pl-20 {
    padding-left: 0px;
  }

  .bold_m.pl-20.irregular {
    padding-left: 0;
    position: relative;
    left: 25px;
  }

  .td_m.irregular2 {
    position: relative;
    bottom: 10px;
  }

  .indent {
    position: relative;
    left: 0px;
  }

  .mailing {
    position: relative;
    height: 330px;
  }

  div.mailing_box {
    position: absolute;
    top: 180px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 10px;
    margin-left: 0;
  }

  p.contact_box {
    text-align: center;
    margin-left: 0px;
  }

  .contact_box_mail {
    margin-bottom: 15px;
  }

  .contact_box_mail img {
    width: 60px;
  }

  .east_murase {
    padding: 0 15px;
    margin-bottom: 40px;
  }

  dl.sub_list04 dt {
    float: left;
    clear: left;
    padding: 20px 0 8px;
    position: initial;
    margin-left: 1em;
    width: 100%;
  }

  dl.sub_list04 dd {
    border-bottom: solid 1px #dddddd;
    padding-left: 1em;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
  }

  dl.sub_list04 .icon_arrow {
    text-align: right;
    padding: 0 15px;
    box-sizing: border-box;
    margin-right: 25px;
  }

  dl.sub_list04 .icon_arrow a {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  dl.sub_list04 .icon_arrow img {
    position: initial;
    width: 10px;
  }

  #productdet_musen ul li img {
    display: block;
    margin-bottom: 15px;
  }

  .tab li p.tab_left {
    border-left: none;
    border-right: none;
  }

  .tab li p.tab_right {
    border-left: none;
    border-right: none;
  }
  #pagetop {
    margin-top: 0;
  }

  #footer p {
    font-size: 10px;
    padding: 0 12px;
  }

.pl-40 {
 position: relative;
 right: 30px;
font-size: 8px;
}

.pl-40.irregular {
position: relative;
right: 38px;
font-size: 8px;
}

.sp_fv_slide {
display: block;
padding-bottom: 30px;

}

.sp_fv_slide .bx-wrapper .bx-next {
right: 10px;
}

.sp_fv_slide  .bx-wrapper .bx-prev {
left: 10px;
}


}

@media print {
  #main_img {
    width: 100%;
    background-position-x: -100px;
  }
}


/* 事業所部分1120追記 */
@media screen and (max-width: 750px) {
  .jigyousyo_table {
    width: 90%;
    margin: 0 auto 10px;
  }
  .jigyousyo_table th {
    display: inline-block;
    width: 100%;
    font-weight: bold;
    padding-top: 5px;
  }
  .jigyousyo_table td {
    display: block;
  }
  .jigyousyo_table td.border {
    border-top: solid 0.5px #b6b6b6;
    width: 100%;
    padding: 5px 0;
    padding-bottom: 10px;
    margin-top: 10px;
  }
  .jigyousyo_table .division {
    padding-left: 15px;
  }
  .jigyousyo_table .pl-15 {
    padding-left: 15px;
  }
  .jigyousyo_table tr .pl-45 {
    padding-left: 45px;
  }

/* 20251024追記 */
.yoast-breadcrumbs{
  padding: clamp(12px, 3.2vw, 24px) clamp(12px, 3.2vw, 24px) 0;
  font-size: clamp(10px, 2.6666666667vw, 20px);
  a{
    color: #047f2f;
  }
}
#box_shutokoujou_haccp h3.first {
    margin-top: 10px;
}
.flex_title h3 {
  font-size: 1.2rem;
}
p.lead {
  font-size: 1.3rem;
}
.section_ttl.left {
  text-align: center;
  font-size: 1.5rem;
}
.sp_flex_main_title p {
    margin: 0; 
}
#box_shutokoujou_haccp h2{
  line-height: 1.6em;
}

}