@charset "utf-8";

#modal-content,
#modal-open,
#modal-checkbox,
#modal-close,
#modal-btn-close {
  display: none;
}

#page-top {
  display: none !important;
}

@media screen and (max-width: 780px) {
      .qr-memo{
  width: auto;
  margin-right: 10px;
}
  /*モーダルメニューここから*/
  /*モーダルメニュー調整*/
  #modal-checkbox {
    display: none;
  }
  #modal-open {
    cursor: pointer;
    display: none;
    position: absolute;
    right: 10px;
    z-index: 30;
    width: 40px;
    height: 40px;
    background: #0058a5;
    border-radius: 10px;
    box-shadow: 0 3px 0 0 #002342;
    text-align: center;
  }
  #modal-content {
    width: 80%;
    overflow: auto;
    position: absolute;
    top: 50px;
    left: 50%;
    z-index: 40;
    background: #fff;
    transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
    transform: scale(0);
    opacity: 0;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.16);
    padding: 0px;
  }
  #modal-content .sub-menu {
    background-color: #edfdfa;
    display: none;
    border: solid 1px #edfdfa;
    padding: 0px 0px 0px 0px !important;
  }

  #modal-content ul li ul.sub-menu {
    background: #ffffff !important;
  }

  #modal-content .sub-menu li {
    border-bottom: solid #ddd 1px;
  }
  #modal-content .sub-menu li a {
    color: #0058a5;
  }

  /*HOME*/
  #modal-content ul li.menusp_home {
    background-color: #0058a5;
  }

  #modal-content ul li.menusp_home a {
    color: white;
    margin-left: 45px;
    font-weight: bold;
  }

  #modal-content ul li.menusp_home a::before {
    content: "\f015";
    font-family: FontAwesome;
    position: absolute;
    top: -5px;
    left: -34px;
    color: #fff;
    font-size: 28px;
    font-weight: normal;
  }

  #modal-content ul li.menusp_home a::after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    top: 10%;
    right: 12px;
    color: #fff;
    font-size: 20px;
  }

  /*製品案内*/

  #modal-content ul li.menusp_seihin {
    margin-top: 10px;
  }

  #modal-content ul li.menusp_seihin a {
    color: black;
    margin-left: 45px;
    font-weight: bold;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    background-color: #ffda00;
    border-radius: 12px;
  }

  /*階層があるメニュー*/
  #modal-content ul li.menusp_link a {
    padding: 5px 0px 5px 0px;
    color: #0058a5;
    border-bottom: dotted 1px;
    font-weight: bold;
  }
  #modal-content ul li.menusp_link a::after {
    content: "\f055";
    font-family: FontAwesome;
    position: absolute;
    top: 15%;
    right: 12px;
    color: #0058a5;
    font-size: 15px;
  }

  #modal-content ul li.menusp_link ul li a {
    border-bottom: none;
    background: #edfdfa;
  }

  #modal-content ul li.menusp_link a:hover {
    text-decoration: none;
  }

  #modal-content ul li.menusp_link ul li a::after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    top: 15%;
    right: 14px;
    color: #0058a5;
    font-size: 20px;
  }

  /*カスタムメニューここまで*/
  #modal-content ul {
    background: #0058a5;
  }

  #modal-content ul li {
    border-bottom: dotted 1px white;
    list-style: none;
  }

  #modal-content a {
    display: block;
    cursor: pointer;
    padding: 10px 0px 10px 20px;
    font-size: 1.05em;
    color: #fff;
  }
  #modal-checkbox:checked ~ #modal-content {
    display: block;
    opacity: 1;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
  }
  #modal-close {
    position: fixed;
    z-index: 39;
    top: 50%;
    left: 50%;
    width: 150%;
    height: 150%;
    background: #000;
    opacity: 0;
    transition: all 0.6s ease-in-out 0s;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
  }
  #modal-checkbox:checked ~ #modal-close {
    display: block;
    opacity: 0.5;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  /*モーダル閉じるボタン*/
  #modal-btn-close {
    position: absolute;
    top: 0;
    right: 0;
    left: 50%;
    z-index: 45;
    height: 50px;
    width: 70%;
    transition: all 0.6s ease-in-out 0s;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    opacity: 0;
    padding: 0em 1em 0em 1em;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  #modal-checkbox:checked ~ #modal-btn-close {
    display: block;
    opacity: 1;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
  }
  #modal-btn-closebox {
    position: absolute;
    cursor: pointer;
    width: 30px;
    height: 30px;
    top: 10px;
    right: 0px;
    -webkit-tap-highlight-color: initial;
  }
  #modal-btn-close span {
    display: block;
    position: absolute;
    background: #fff;
    height: 2px;
    width: 30px;
  }
  #modal-btn-close .bar01 {
    -moz-transform: translateY(15px) rotate(-45deg);
    -ms-transform: translateY(15px) rotate(-45deg);
    -webkit-transform: translateY(15px) rotate(-45deg);
    transform: translateY(15px) rotate(-45deg);
    -webkit-transform: translateY(15px) rotate(-45deg);
    -ms-transform: translateY(15px) rotate(-45deg);
  }
  #modal-btn-close .bar02 {
    -moz-transform: translateY(13px) rotate(45deg);
    -ms-transform: translateY(13px) rotate(45deg);
    -webkit-transform: translateY(15px) rotate(45deg);
    transform: translateY(15px) rotate(45deg);
  }

  /*ページトップへ調整*/
  #page-top {
    bottom: 20px;
    margin: 0;
    position: fixed;
    right: 20px;
    z-index: 38;
  }
  #page-top a {
    background-color: #ccc;
    border-radius: 30px;
    color: #000;
    display: block;
    font-size: 12px;
    opacity: 0.7;
    padding: 18px 23px;
    text-align: center;
    height: 27px;
  }

  /*モーダルメニューここまで*/

  body {
    background: #fff;
    font-size: 90%;
    padding-top: 10px;
  }

  /*メニュー調整*/
  #secondary {
    display: none;
  }
  #page {
    width: 90%;
  }

  /*ロゴとタイトル調整*/

  .site-branding {
    display: block;
  }

  .site-branding .head_l {
    display: block;
    overflow: hidden;
    text-align: left;
    position: relative;
  }
  .site-branding .head_l h1 {
    width: 100%;
    position: absolute;
    top: 47px;
    left: 66px;
  }
  .site-branding .head_l h1 br {
    display: none;
  }

  .site-branding .head_l img {
    width: 150px;
  }

  .site-branding .head_r {
    display: none;
  }

  .headname {
    display: block;
    font-size: 0.7em;
    position: absolute;
    top: 57px;
  }

  .fa-phone::before {
    color: #fff;
    top: -10px;
    position: absolute;
    left: -10px;
    font-size: 26px;
  }
  /*telボタン*/

  .telbtn {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 55px;
    z-index: 30;
    width: 40px;
    height: 40px;
    background: #0058a5;
    border-radius: 10px;
    box-shadow: 0 3px 0 0 #002342;
    text-align: center;
  }

  /*問い合わせまわり調整*/

  .site-branding .head_r {
    width: 100%;
    margin: 0px auto;
    float: none;
    text-align: left;
  }

  .site-branding .head_r .contact,
  .site-branding .head_r .tel {
    width: auto;
    float: none;
    display: none;
  }

  .site-branding .head_r .tel2 {
    line-height: 23px;
    color: #0058a5;
    font-size: 1.7em;
    font-weight: bold;
  }

  .site-branding .head_r .tel2 img {
    float: none;
    width: 33px;
    margin-right: 10px;
  }

  .site-branding .head_r .tel2 .time {
    color: black;
    font-size: 15px;
    font-weight: normal;
  }

  #serch {
    padding: 2% 4%;
    text-align: center;
    margin: 20px 0 0;
  }
  #serch h2 {
    float: none;
  }
  #serch .search-form {
    float: none;
  }
  #serch .search-form #s-box {
    margin: 0px;
    float: none;
  }

  /*お知らせまわり調整*/
  #news h2 .gonews {
    margin-left: 1%;
    float: none;
    display: inline-block;
  }

  /*ピックアップまわり調整*/
  #pickup {
    display: flex;
    flex-direction: column;
  }
  #pickup .qbtn {
    float: none;
    width: 90%;
    margin: 0 auto;
  }
  #pickup .qbtn ul {
  }
  #pickup .qa {
    margin-top: 20px;
    width: 100%;
  }
  #pickup .qbtn li {
    width: 22%;
    height: 140px;
  }

  #pickup .qbtn li a {
    padding: 0px 10px;
  }

  /*モーダルメニュー調整*/
  #modal-open {
    display: block;
  }

  #main .entry-content ul.listtype2 li {
    width: 40%;
  }

  #main .pagetemp {
    margin-left: 0px;
  }

  .side {
    display: none;
  }

  .manualpage ol li.stepli .stepcontainer {
    padding: 20px 20px;
    flex-direction: column-reverse !important;
  }

  .entry-content img {
    width: 100% !important;
    height: auto;
  }
  #wpls-live-search #wpls-searchform {
    margin: 0 auto;
  }

  #hajimeni img {
    width: 120px;
    height: 110px;
  }

  #hajimeni .start h2 {
    line-height: 25px;
  }
}

@media screen and (max-width: 520px) {
  /*ロゴとタイトル、問い合わせまわり調整*/
  .site-branding {
    overflow: visible;
  }
  .head_l {
    text-align: center;
  }
  .site-branding .head_l h1 {
    margin-bottom: 15px;
  }
  .site-branding .head_l h1 a {
    display: block;
    width: 190px;
    text-align: left;
  }
  .site-branding .head_r {
    text-align: center;
  }
  .site-branding .head_r .tel {
    float: none;
    margin-bottom: 10px;
  }
  .site-branding .head_r .contact {
    margin: 0px;
  }
  .headname {
    display: block;
    font-size: 0.7em;
    position: absolute;
    top: 50px;
  }

  /*検索まわり調整*/
  #serch .search-form #s-box {
    width: 80%;
    margin-bottom: 5px;
  }

  /*お知らせまわり調整*/
  #news h2 .gonews {
    margin-left: 0px;
    float: none;
    display: block;
    width: 80%;
    text-align: center;
    margin-top: 10px;
  }

  #news ul li {
    line-height: 25px;
    padding: 2px 5px 5px 10px;
  }

  /*ピックアップまわり調整*/
  #pickup .qbtn li {
    width: 45%;
    height: 120px;
    line-height: 20px;
  }

  /*お試しまわり調整*/
  #try h2 .muryo {
    margin-right: 0px;
    display: block;
  }

  /*デザイン部分*/

  .entry-content h1 {
    padding: 7px 40px;
    line-height: 22px;
  }

  .entry-content h2 {
    line-height: 22px;
  }

  /*二階層目*/

  .entry-content ul {
    margin: 0px !important;
  }

  .entry-content ul.submenu {
    margin: 0px;
  }

  ul.submenu li {
    margin: 10px 0px;
    list-style: none !important;
  }

  #main .entry-content ol {
    margin-left: 30px;
  }

  #main .entry-content ul.listtype2 li {
    width: 90%;
  }

  /*マニュアル部分*/

  .manualpage ol li.stepli .stepcontainer .steptext {
    width: 100%;
    margin: 0px;
  }

  .manualpage ol li.stepli .stepcontainer img {
    width: 100%;
  }

  .manualpage ol {
    margin: auto;
  }

  .manualpage ol li.stepli .steptitle {
    line-height: 20px;
  }

  #function ul {
    flex-direction: column;
  }

  #function ul li {
    width: 90%;
    margin: 10px auto;
  }

  #function ul li .listname {
    padding-bottom: 15px;
    margin-right: 20px;
  }

  #function ul li .listname br {
    display: none;
  }

  #hajimeni {
    flex-direction: column;
    width: 90%;
  }
  #hajimeni img {
    width: 105px;
    height: 96px;
    margin: 10px auto 0px;
  }

  #hajimeni a {
    text-align: center;
  }

  #hajimeni .start img {
    margin: 0 10px;
  }
}

@media screen and (max-width: 385px) {
  /*お知らせまわり調整*/

  #pickup .qbtn {
    width: 100%;
  }

  #pickup .qbtn li {
    width: 45%;
    height: 120px;
    line-height: 1.5em;
    display: flex;
    justify-content: center;
  }
  #pickup .qbtn li img {
    display: block;
    margin: 7px auto 0px;
    height: 40px;
  }
}

/*ここまで*/
