@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 767px) {


  /* ===============================================================
  #main .read01, #main .txt01
   =============================================================== */
  #main .read01, #main .txt01 {
    padding: 0 10px;
  }

  /* ===============================================================
  .note01
   =============================================================== */
  .note01 {
    margin-left: 10px;
    margin-right: 10px;
  }

  /* ===============================================================
  .ul_arrow01
   =============================================================== */
  .ul_arrow01 {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* ===============================================================
  .ol_basic02
   =============================================================== */
  .ol_basic02 {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* ===============================================================
  .fixedList01
   =============================================================== */
  .fixedList01 {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* ===============================================================
  .layoutBox01
   =============================================================== */
  .layoutBox01 {}
  .layoutBox01 figure {
    width: 100% !important;
    box-sizing: border-box;
    padding: 0 10px;
    text-align: center;
  }
  .layoutBox01 iframe {
    width: 100% !important;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
  }
  .layoutBox01 small {
    padding-left: 10px;
    padding-right: 10px;
  }
  .layoutBox01 img {
    max-width: 100%;
    height: auto;
  }
  .layoutBox01 .flImgL ,
  .layoutBox01 .flImgR {
    display: block;
    width: 100%;
    float: none;
    margin: 10px auto;
  }
  .layoutBox01 .flL ,
  .layoutBox01 .flR {
    display: block;
    width: 100%;
    float: none;
    margin: 10px auto;
  }
  .layoutBox01 > *:first-child { margin-top: 0; }
  .layoutBox01 > *:last-child { margin-bottom: 0; }

  /* ===============================================================
  .pinchOutNote # /saiyou/recruit/css/facilities.css
   =============================================================== */
  .pinchOutNote{
    width: 87.5%;
    min-width: 300px;
    margin: 0 auto 20px;
    padding: 12px 20px;
    box-sizing: border-box;
    text-align: center;
    border:solid 1px #f30505;
    font-size: 100%;
    position: relative;
  }
  .pinchOutNote:before{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #f30505 transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: -10px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .pinchOutNote:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: -9px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .pinchOutNote span{
    position: relative;
    padding-left: 25px;
  }
  .pinchOutNote span:before{
    content: '';
    background: url('/saiyou/recruit/workperson/engineer_guide/images/new/ico_pinch.png')no-repeat left top;
    background-size: cover;
    width: 21px;
    height: 19px;
    position: absolute;
    left: -5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
