@charset "utf-8";

@media print,
screen and (max-width : 1200px) {
  .pick_up p {
    text-align: center;
    margin-top: 10px;
    font-size: 27px;
    position: absolute;
    top: 270px;
    left: 21px;
    background-color: green;
    color: white;
    font-weight: bold;
    padding: 3px;
  }
}

@media print,
screen and (max-width : 992px) {

  .hdr_left p.top_logo {
    font-family: "STKaiti", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-size: 16px;
    font-weight: bold;
  }

  img.card-img-top {
    width: 100%;
    height: auto;
    padding-top: 30px;
  }

  .ttl_bg h1 {
    font-size: 20px;
    color: #fff;
    margin: auto;
    padding-bottom: 0;
    letter-spacing: 3px;
  }
}

/*===============================================
●common_sp.css  画面の横幅が750px以下
===============================================*/
@media print,
screen and (max-width : 750px) {

  /*--------------------------------------------
		header / ヘッダー
--------------------------------------------*/
  .for_pc {
    display: none !important;
  }

  .for_sp {
    display: block !important;
  }

  #header {
    width: 100%;
  }

  .hdr_logo img {
    width: 150px;
  }

  #header .hdr_inner .hdr_logo {
    float: left;
    width: 210px;
    padding: 13px 5%;
  }

  /*　ハンバーガーメニュー　*/
  .hamburger {
    display: block;
    position: absolute;
    z-index: 3;
    right: 5%;
    top: 26px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }

  .hamburger span {
    display: block;
    position: absolute;
    width: 25px;
    height: 2px;
    left: 6px;
    background: #666;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .hamburger span:nth-child(1) {
    top: 10px;
  }

  .hamburger span:nth-child(2) {
    top: 18px;
  }

  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .hamburger.active span:nth-child(2) {
    top: 16px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    visibility: hidden;
    width: 100%;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
  }

  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }

  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: .4s all;
  }

  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    background-color: var(--primary);
  }

  nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 7% 0;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
    border-bottom: 1px solid #fff;
  }

  nav.globalMenuSp ul li a span {
    font-size: 3vw;
    color: #89cbf9;
    font-weight: normal;
  }

  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    opacity: 100;
    visibility: visible;
  }

  #header .open {
    display: block !important;
  }

  .fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }

  #header #sp_nav li {
    width: 88%;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: #666;
    padding: 8px 6% 8px 6%;
    margin-bottom: 1%;
  }

  #header #sp_nav li:last-child {
    margin-bottom: 0;
  }

  #header #sp_nav li span {
    color: #ef6a16;
    font-size: 10px;
    font-weight: normal;
    display: inline-block;
    margin-left: 10px;
  }

  #header #sp_nav li p {
    border-bottom: #fff 1px dotted;
    padding-bottom: 5px;
    margin: 5px 0;
  }

  #header #sp_nav li a {
    float: left;
    width: 50%;
    color: #fff;
    font-size: 13px;
    background: url(../Images/common/arrow_white_s.png) left center no-repeat;
    background-size: 6px;
    display: block;
    box-sizing: border-box;
    padding: 2% 2% 2% 4%;
  }

  #header #sp_nav li.nav01 a {
    float: none;
    font-size: 16px;
    background: none;
    padding: 0;
  }

  #header #sp_nav li.nav02 {
    background: #0a7ece;
  }

  /*トップページ*/

  .pick_up p {
    text-align: center;
    margin-top: 10px;
    font-size: 27px;
    position: absolute;
    top: 320px;
    left: 21px;
    background-color: green;
    color: white;
    font-weight: bold;
    padding: 3px;
  }

  .pick_up h2 {
    padding: 15px;
  }

  .pick_up .pick_up_li {
    padding: 10px;
  }

  .keyimg img {
    width: 100%;
    height: auto;
    padding-top: 104px;
  }

  #notice,
  #product {
    padding: 80px 10px;
  }

  .news_content {
    border: 1px solid #cccccc;
    height: 400px;
    padding: 20px;
    overflow-y: scroll;
    background-color: #ffffff;
  }

  .newsDl {
    display: flex;
    border-bottom: 1px dotted;
    padding: 20px 0;
    flex-direction: column;
  }

  .news_content dt {
    min-width: 100px;
  }

  .product-img {
    margin-bottom: 20px;
  }

  .sdgs_list {
    display: flex;
    margin-bottom: 10px;
  }

  /*会社概要*/
  .ttl_bg {
    background-color: #275f11;
    height: 260px !important;
    width: 100%;
    text-align: center;
    padding-top: 100px;
    display: flex;
  }

  .ttl_bg h1 {
    font-size: 22px;
    color: #fff;
    margin: auto;
    padding-bottom: 0;
    letter-spacing: 3px;
  }

  .left_ttl {
    font-size: 24px;
    color: var(--primary);
    font-weight: bold;
    padding-bottom: 30px;
  }

  #greeting {
    font-size: 16px;
    padding: 80px 10px 0;
  }

  .signature {
    font-size: 22px;
    font-family: HG行書体;
    font-weight: bold;
    color: #333;
    margin-bottom: 34px;
    display: block;
  }

  table th {
    background-color: #cae7d7;
    width: 30%;
    padding: 14px 5px;
    border-top: 1px dotted #7f7e7e;
    letter-spacing: 2px;
    font-size: 16px;
    vertical-align: middle;
    text-align: center;
  }

  table td {
    padding: 14px 10px 14px 30px;
    border-top: 1px dotted #7f7e7e;
    font-size: 16px;
    vertical-align: top;
  }

  .timeline-content {
    float: left;
    border-left: 3px #e5e5d1 solid;
    padding-left: 20px;
  }

  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #275f11;
    position: absolute;
    left: 99.5px;
    top: 48px;
    border-radius: 100%;
  }

  .timeline-date {
    width: 104px;
    float: left;
  }

  #footer .ftr_pc {
    padding: 60px 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    flex-direction: column;
  }

  .ftr_left,
  .ftr_right {
    margin: 0 auto;
  }

  .ftr_right {
    margin: 0 auto;
    padding-top: 24px;
  }

  .br_sp {
    display: block;
  }

  /*事業案内*/
  #business_nav {
    padding: 80px 10px;
  }

  #business_nav a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 20px;
    text-align: center;
    margin-bottom: 10px;
  }

  #busin_descrip h3 {
    font-size: 24px;
    color: var(--primary);
    text-align: center;
    position: relative;
  }

  #busin_descrip {
    padding: 0 10px 80px;
  }

  #paints h3,
  #painting_equip h3,
  #painting_work h3,
  #manufacturer h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 60px;
    letter-spacing: 1.2px;
    color: #333;
  }

  #paints,
  #painting_work {
    background: #edf8ff;
    padding: 80px 10px 40px;
  }

  #painting_equip {
    padding: 80px 10px 40px;
  }

  #manufacturer {
    padding: 0 10px 80px 10px;
  }

  #manufacturer table td {
    padding: 14px 0 14px 20px;
    border: 1px solid #7f7e7e;
    font-size: 16px;
    vertical-align: top;
  }

  /*--------------------------------------------
    お手軽レシピ
--------------------------------------------*/
  .p_card {
    width: 100%;
  }

  .card {
    border: solid 0.5px #333;
    display: flex;
    flex-direction: column;
    margin: 20px 10px;
    background-color: #fff;
  }

  .list_table dt>a {
    color: #333;
    font-weight: bold;
    font-size: 26px;
  }

  /*--------------------------------------------
    プライバシー
--------------------------------------------*/
  #privacy,
  #contact {
    padding: 80px 10px 0;
  }

  img {
    width: 100%;
  }

  /*--------------------------------------------
    採用情報
--------------------------------------------*/
  #recruit {
    padding: 80px 10px;
  }

  .ftr_right img {
    width: 200px;
  }

}

/*end tag*/
