@media screen and (min-width: 769px) {
  html {
    overflow-y: scroll;
  }
}

@media screen and (max-width: 768px) {
  /* モーダルのサイズ調整（スマホ画面でポップアップの画面を枠内に収める） */
  .md-inner.modal-size {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 80);
  }
  /* ScrollHint */
  .md-inner.for-scrollhint .scroll-hint {
    opacity: 1;
  }
  .scroll-hint {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 1;
  }
  .scroll-hint-arrow {
    background: url(images/product_feature/img_scrollhint.jpg);
    background-size: contain;
    height: 50px;
    aspect-ratio: 630 / 310;
    opacity: 0.9;
    border-radius: 5px;
    box-shadow: 2px 2px 3px #aeaeae;
  }
  .th .scroll-hint-arrow {
    background: url(images/product_feature/th/img_scrollhint-th.jpg);
    background-size: contain;
  }
  .md-inner .btn_detail {
    position: relative;
    z-index: 2;
  }

  /* ハンバーガーメニューの改修 */
  header .sp_nav_box.open {
    top: 10px;
    right: 2.5%;
    background: #0097e0;
    padding: 7px 5px;
    border-radius: 8px;
  }
  header #sp_nav {
    /* 下の同セレクタ 上書き用 */
    overflow-y: scroll;
    padding-bottom: 40px !important;
  }
  #sp_nav > ul {
    padding-top: 20px;
  }
  .s_tit {
    display: flex;
    justify-content: space-between;
    color: #fff;
    background: #186898;
    padding: 10px;
    margin-left: -15px;
    font-weight: 700;
  }
  .s_tit .ico_box {
    /* styles.css 打ち消し用 */
    background: unset;
  }
  .s_menu {
    display: none;
    padding-bottom: 0;
    margin-bottom: 20px;
    margin-left: -15px;
  }
  .s_menu .current a {
    /* styles.css 打ち消し用 */
    /*　background: unset;  ←ハイライトなし用*/
  }
  header #sp_nav .s_menu .s_menu_tit .s_menu_txt.current a {
    color: #333;
  }
  header #sp_nav .s_nav_box .s_menu li {
    /* styles.css 打ち消し用 */
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
  }
  .s_menu_tit {
    padding-right: 10px;
  }
  .s_menu_tit .ico_box {
    /* styles.css 打ち消し用 */
    background: unset;
  }
  .s_menu_box {
    /* styles.css 打ち消し用 */
    background: unset;
  }
  .s_menu_box > ul > li {
    /* header #sp_nav ul li 上書き用 */
    background: #d4ecee;
    border-bottom: solid 1px #0097e0 !important;
  }
  .s_menu_box > ul > li > a {
    /* header #sp_nav ul li a 上書き用 */
    font-size: 15px !important;
    color: #333 !important;
    line-height: unset !important;
    padding: 8px 12px !important;
  }
  .s_menu_box .s__sub_tit {
    background: #186898;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 5px;
  }
  header #sp_nav .sp_donwload {
    /* 下の同セレクタ 上書き用 */
    margin-left: -15px;
  }

  /* css common 
---------------------------------------------------------- */
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }

  /* ------header------- */
  header.h_index {
    height: 60px;
  }
  header .h_box {
    width: 90%;
    margin: 0 auto;
  }
  header .h_logo {
    width: 140px; /* h_logo_100ani.png width: 165px; */
    padding: 15px 0;
  }
  header .sp_search {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 15px;
  }
  header .sp_search .h_search {
    display: table;
    width: 100%;
  }
  header .sp_search .h_search li {
    display: table-cell;
  }
  header .sp_search .h_search li:first-child {
    padding-right: 5px;
  }
  header .sp_search .h_search li:first-child input {
    width: 100%;
    margin: 0;
  }
  header .sp_search .h_search li:last-child {
    width: 50px;
  }
  header .h_back_sp {
    width: 32px;
    position: absolute;
    top: 15px;
    right: 75px;
  }
  header .h_search_h {
    width: 25px;
    position: absolute;
    top: 17px;
    right: 75px;
    cursor: pointer;
  }
  header .h_search_box {
    display: none;
    background: #fff;
    position: absolute;
    top: 60px;
    left: 0;
    padding: 5px 5% 15px;
    width: 100%;
    box-sizing: border-box;
  }
  header .h_search .probox {
    background: #ddd !important;
    width: 100%;
  }
  header .h_search .probox .proinput input {
    border-radius: 0 !important;
    background-color: #ddd !important;
    background-image: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
  }
  /*
header .h_search_box ul {
	display: table;
	width: 100%;
}
header .h_search_box ul li {
	display: table-cell;
}
header .h_search_box.h_search ul li .txt_search {
	width: 100%;
}
header .h_search_box.h_search ul li:last-child {
	width: 50px;
	padding-left: 5px;
}
*/
  header #sp_nav {
    position: fixed;
    width: 260px;
    top: 0;
    right: -260px;
    background: #0097e0;
    height: 100%;
    z-index: 301;
    padding: 15px 0 0 15px;
    box-sizing: border-box;
  }
  header .sp_nav_box {
    position: fixed;
    top: 18px;
    right: 5%;
    z-index: 302;
  }
  header .sp_btn {
    width: 24px;
    height: 22px;
    z-index: 3;
    cursor: pointer;
    transition: all 400ms;
    -webkit-transition: all 400ms;
  }
  header .sp_btn span {
    position: absolute;
    width: 24px;
    height: 2px;
    background: #0097e0;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
  }
  header .sp_btn span:nth-child(1) {
    top: 0;
  }
  header .sp_btn span:nth-child(2) {
    top: 10px;
  }
  header .sp_btn span:nth-child(3) {
    bottom: 0;
  }
  header .sp_btn.open {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    width: 28px;
  }
  header .sp_btn.open span {
    background: #fff;
  }
  header .sp_btn.open span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
    width: 28px;
  }
  header .sp_btn.open span:nth-child(2) {
    opacity: 0;
  }
  header .sp_btn.open span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
    width: 28px;
  }
  header .sp_nav_box em {
    font-style: normal;
    display: none;
    margin-top: 5px;
  }
  .nav_open header .sp_nav_box em {
    font-size: 10px;
    color: #fff;
    display: block;
  }
  .sp_menu_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    z-index: 300;
    background: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s;
    cursor: pointer;
    padding: 15px 0 0 15px;
    box-sizing: border-box;
  }
  body.nav_open {
    width: 100%;
    min-height: 100%;

    /*
	position: fixed;
	height: 100%;*/
  }
  .nav_open .sp_menu_bg {
    opacity: 0.4;
    visibility: visible;
  }
  header #sp_nav .ico_home {
    width: 36px;
  }
  header #sp_nav h2 {
    font-size: 24px;
    padding: 40px 0 20px;
    line-height: 1;
    color: #fff;
  }
  header #sp_nav ul li {
    margin-bottom: 20px;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    border-left: solid 1px #fff;
    border-radius: 5px 0 0 5px;
  }
  header #sp_nav ul li a {
    font-size: 16px;
    color: #fff;
    display: block;
    padding: 12px;
    line-height: 1;
  }
  header #sp_nav .sp_donwload {
    text-align: center;
    margin-top: 60px;
  }
  header #sp_nav .sp_donwload img {
    width: 18px;
  }
  header #sp_nav .sp_donwload span {
    font-size: 18px;
    margin-top: 5px;
    display: block;
    color: #fff;
  }

  /* ------footer------- */
  .copyright p {
    font-size: 12px;
  }

  footer {
    font-size: 12px;
    margin-top: 50px;
  }
  #PageTopBtn {
    bottom: 50px;
    right: 3%;
  }
  /*
#PageTopBtn img {
	width: 30px;
}
*/

  /* ------content------- */
  #wrapper {
    width: 100%;
  }
  main {
    display: block;
  }
  .page_index main {
    padding-top: 60px;
  }
  #content {
    width: 100%;
    padding-left: 0;
    margin-top: 0;
  }
  .content_wrap {
    width: 90%;
    margin: 0 auto !important;
  }

  /* ------title------- */
  .tit_img {
    margin-bottom: 40px;
    max-width: 768px;
  }
  .tit_img li {
    padding-right: 4%;
  }
  .tit_img li:first-child {
    /*border-left: solid 10px #0097E0CC;*/
    width: 42%;
  }
  .tit_img img {
    margin-right: 0;
    width: 100%;
    /*border-left: solid 3px #0097E080;*/
  }
  .tit_img li h2 {
    font-size: 26px;
    line-height: 1.4;
    padding-right: 5%;
  }
  .tit_img li p {
    font-size: 13px;
  }
  .tit_l_blue {
    font-size: 21px;
    margin-bottom: 20px;
  }

  /* ------table------- */
  .tb_style th,
  .tb_style td {
    padding: 8px;
  }

  /* ------att accordion------- */
  .txt_att_accordion span.box {
    display: block;
    width: fit-content;
  }

  /* ------ul_arr------- */
  .ul_arr li {
    padding-left: 0;
    padding-right: 20px;
  }
  .ul_arr li a {
    padding-right: 20px;
  }
  /*
.ul_arr li {
	margin-top: 15px;
}
.ul_arr li dl dt,
.ul_arr li dl dd {
	line-height: 1.3;
	font-size: 17px;
}
*/
  .ul_arr li dl dt {
    width: 15px;
  }
  .ul_arr li dl dd {
    padding-right: 4%;
  }
  .ul_arr.ul_basic li dl dt,
  .ul_arr.ul_basic li dl dd {
    line-height: 1.4;
    vertical-align: middle;
  }

  /* ------Content------- */
  .tit_content {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .ul_content {
    display: block;
  }
  .ul_content li {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 20px;
    /*	background-size: cover;*/
  }
  /*.ul_content li:nth-child(2) {
	background-size: cover;
}
.ul_content li:nth-child(3) {
	background-size: cover;
}
.ul_content li:nth-child(4) {
	background-size: cover;
}
.ul_content li:nth-child(5) {
	background-size: cover;
}
.ul_content li:nth-child(6) {
	background-size: cover;
}
.ul_content li:nth-child(7) {
	background-size: cover;
}*/
  .ul_content li:last-child {
    margin-bottom: 0;
  }
  .ul_content li h3 {
    font-size: 24px;
    line-height: 1.2;
    padding: 40vw 0 1vw 2vw;
  }
  .ul_content li h3 span {
    font-size: 16px;
    padding-right: 0;
  }

  /* ------index------- */
  #wrapper.page_index {
    width: 100%;
    min-width: 100%;
  }
  .taser_index {
    background: url(images/index/bg_taser.jpg) no-repeat 42% 100%;
    background-size: cover;
    height: 217px;
    aspect-ratio: unset;
  }
  .taser_index_box {
    width: 90%;
  }
  .taser_index_box .taser_index_box_l {
    padding: 10px 0 5px;
    float: none;
  }
  .taser_index_box h2 {
    font-size: 29px;
    letter-spacing: 3px;
    line-height: 1.2;
  }
  .th .taser_index_box h2 {
    letter-spacing: 2.2px;
  }
  .taser_index_box h2 span {
    font-size: 13px;
    letter-spacing: 0;
  }
  .taser_index_box .taser_index_box_r {
    padding-top: 0;
    padding-bottom: 20px;
    width: 155px;
    position: relative;
    top: -60px; /* top: -37px; top: -17px; */
  }
  .th .taser_index_box .taser_index_box_r {
    top: -34px; /* top: -10px; top: 0; */
  }
  .taser_index_box .taser_img ul li {
    font-size: 11px;
  }
  .taser_index_box_r_model dd:first-child {
    margin-right: 10px;
  }
  .taser_index_box_r_model dd {
    font-size: 11px;
    margin-right: 20px;
  }
  .taser_index_box_r p.caption {
    font-size: 10px;
    margin-top: 4px;
  }
  .ul_index li {
    width: 49.8%;
    margin-right: 0.4%;
    margin-bottom: 0.4%;
  }
  .ul_index li:nth-child(2n) {
    margin-right: 0;
  }
  .ul_index li .ico_ul_index {
    width: 17%;
    max-width: 33px;
    top: 10px;
    left: 10px;
  }
  .ul_index li:nth-child(2) .ico_ul_index {
    width: 12%;
    max-width: 23px;
    left: auto;
    right: 12px;
  }
  .ul_index li:nth-child(3) .ico_ul_index {
    width: 6%;
    max-width: 11px;
    top: 9px;
    left: 20px;
  }
  .ul_index li:nth-child(4) .ico_ul_index {
    width: 17%;
    max-width: 32px;
    top: 10px;
    left: auto;
    right: 7px;
  }
  .ul_index li:nth-child(5) .ico_ul_index {
    width: 12%;
    max-width: 26px;
  }
  .ul_index li:nth-child(6) .ico_ul_index {
    width: 13%;
    max-width: 29px;
    top: 10px;
    left: auto;
    right: 8px;
  }
  .ul_index li:nth-child(7) .ico_ul_index {
    width: 4%;
    max-width: 8px;
    top: 10px;
    left: 19px;
  }
  .ul_index li:nth-child(8) .ico_ul_index {
    width: 16%;
    max-width: 30px;
    top: 10px;
    left: auto;
    right: 7px;
  }

  .ul_index li .txt_ul_index {
    font-size: 16px;
    position: absolute;
    right: 10px;
    bottom: 6px;
  }
  .ul_index li:nth-child(2n) .txt_ul_index {
    right: 10px;
    left: auto;
  }

  /* ------Read before operation, Timer operation------- */
  .page-template-page_timer_operation .tit_img:before,
  .page-template-page_timer_operation .tit_img:after,
  .page-template-page_read_before_operation .tit_img:before,
  .page-template-page_read_before_operation .tit_img:after {
    display: none;
  }
  .page-template-page_timer_operation .tit_img li,
  .page-template-page_read_before_operation .tit_img li {
    vertical-align: top;
  }
  .page-template-page_timer_operation .tit_img li figure,
  .page-template-page_read_before_operation .tit_img li figure {
    position: relative;
  }
  .page-template-page_timer_operation .tit_img li figure:before,
  .page-template-page_timer_operation .tit_img li figure:after,
  .page-template-page_read_before_operation .tit_img li figure:before,
  .page-template-page_read_before_operation .tit_img li figure:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
  }
  .page-template-page_timer_operation .tit_img li figure:before,
  .page-template-page_read_before_operation .tit_img li figure:before {
    left: 0;
    background: rgba(0, 151, 224, 0.8);
    width: 15px;
  }
  .page-template-page_timer_operation .tit_img li figure:after,
  .page-template-page_read_before_operation .tit_img li figure:after {
    left: 15px;
    background: rgba(0, 151, 224, 0.5);
    width: 6px;
  }

  /* ------Features for the application------- */
  .img_app_features {
    flex-direction: column;
    gap: 5px;
  }

  /* ------functions------- */
  .box_content_page {
    margin-left: 0;
  }
  .ul_func.line_box {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .ul_func li {
    margin-top: 15px;
    padding-left: 20px;
  }
  .ul_func li dl dt,
  .ul_func li dl dd {
    line-height: 1.3;
    font-size: 18px;
  }
  .ul_func li dl dt {
    width: 30px;
  }
  .ul_func li dl dd {
    padding-right: 4%;
  }

  /* ------mold------- */
  .tb_mold tr td:first-child {
    width: 42%;
  }
  .tb_mold tr td:last-child img{
    margin-left: 0;
  }

  /* ------indoor unit------- */
  .indoor_link li {
    width: 49%;
  }
  .indoor_link li:first-child {
    margin-right: 2%;
  }
  .indoor_link li .no_link {
    padding: 4px 0;
  }
  .indoor_link li a {
    padding: 4px 0;
  }

  /* ------Preparation before setup------- */
  .img_preparation_before_setup02 img {
    max-width: 300px;
    width: 94%;
  }

  /* ------Cleaning of the remote controller------- */
  .img_cleaning_remotecontroller01 img {
    width: 110px;
  }

  /* ------INTELLIGENT EYE operation------- */
  .img_intelligent_box {
    display: block;
  }
  .img_intelligent11 {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .img_intelligent12 {
    /*margin: 10px 0 15px;*/
  }

  /* ------Troubleshooting------- */
  .tr_ico_tit.disposal {
    display: block;
  }
  .tr_ico_tit.disposal dt {
    display: flex;
    margin: 0 auto 20px;
    width: 80px;
  }

  /* ------accordion 2nd(troubleshooting)------- */
  .txt_tr_accordion.icon {
    padding: 10px;
  }
}
