@media screen and (max-width: 1099px) {
/*-------------------------------------
TOP
-------------------------------------*/
	#gbtn ul li {
		font-size: 12px;
	}
}

@media screen and (max-width: 959px) {
/*-------------------------------------
COMMON
-------------------------------------*/
	.pc_only {
		display: none;
	}
	.mobile_only {
		display: inherit;
	}
	.container {
		width: auto;
		max-width: 100%;
	}
	.title_wrap .title {
		margin-left: 2%;
	}
	
	/*ハンバーガーメニュー*/
	.menu-trigger, .menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
		cursor :pointer;
	}
	.menu-trigger {
		position: fixed;
		width: 60px;
		height: 38px;
		top: 32px;
		right: 10px;
		margin-right: 10px;
		z-index: 9999;
	}
	.menu-trigger span {
		position: absolute;
		width: 100%;
		height: 6px;
		left: 0;
		right: 0;
		margin: auto;
		background: #444;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0px;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 0;
		bottom: 0;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 0px;
	}
	.menu-trigger.active span {
		background: #fff;
	}
	.menu-trigger.active span:nth-of-type(1) {
		top: 7px;
		-webkit-transform: translateY(9px) rotate(135deg);
		transform: translateY(9px) rotate(135deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
		bottom: 6px;
		-webkit-transform: translateY(-9px) rotate(-135deg);
		transform: translateY(-9px) rotate(-135deg);
	}
	header.container {
		transition: all 300ms 0s ease;
	}

	header.menu-on {
		box-shadow: none;
	}

	html.rock, body.rock {
		overflow: hidden;
	}
	/*/ハンバーガーメニュー*/
	
	/*ナビゲーション*/
	#mobile_nav {
		position: fixed;
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		height: 120px;
		background: #00a3d9;
		box-shadow: 0 0 4px 0px #333;
		z-index: 999;
	}
	#mobile_nav .left {
		display: flex;
		align-items: center;
		width: 80%;
		padding: 10px 0 10px 10px;
	}
	#mobile_nav .left h1 {
		width: 100%;
		max-width: 180px;
		margin-right: 20px;
	}
	#mobile_nav .left h1 a {
		display: block;
	}
	#mobile_nav .left h1 a img {
		width: 100%;
	}
	#mobile_nav .left h2 {
		font-family: 'Bebas Neue', cursive;
    color: #fff;
    font-size: 10vw;
	}
	#toggle-menu {
		display: none;
		position: fixed;
		background: rgba(0, 0, 0, 0.8);
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 999;
	}
	#toggle-menu .toggle-inner {
		padding: 120px 20% 60px;
	}
	#toggle-menu .toggle-inner a {
		display: block;
    padding: 20px 0;
    color: #fff;
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
    border-bottom: solid 1px #ccc;
	}
	#toggle-menu .toggle-inner a:first-child {
		border-top: solid 1px #ccc;
	}	
	.mobile_space::before {
		content: "";
		display: block;
		width: 100%;
		height: 120px;
		background: #fff;
		clear: both;
	}
	/*/ナビゲーション*/
	
	/*FOOTER*/
	.under_inquiry {
		padding-bottom: 60px;
		line-height: 1.4;
	}
	.under_inquiry p br {
		display: block;
	}
	.under_inquiry .go_top {
		display: none;
	}
	footer .up, footer .low ul {
		display: none;
	}
	footer .low {
		justify-content: center;
		margin: 0;
	}
	footer .low .logo {
		width: 40%;
	}
	footer .low .logo img.mobile {
		display: block;
		width: 100%;
	}
	footer .low_title {
		display: block;
		font-family: 'Bebas Neue', cursive;
		padding: 10px 0;
		text-align: center;
    color: #fff;
    font-size: 6vw;
	}
	
	
/*-------------------------------------
TOP
-------------------------------------*/
	#home #slider_area {
		max-height: inherit;
    margin-bottom: 60px;
	}
	.bx-wrapper .bx-pager {
		display: none;
	}
	.product.tag .product_img a::after {
		display: none;
	}
	.home_news .list .date {
		font-size: 18px;
	}
	#compose {
		padding: 20px 0;
    border: solid 4px #23a2de;
    border-radius: 12px;
	}
	#compose p {
		font-size: 2.6vw;
	}

	.subtitle_product {
		width: 100%;
		height: auto;
		margin: 10px 0;
		padding: 8px 0 8px 8px;
		box-sizing: border-box;
	}
	#product_area {
		border-bottom: none;
	}

/*-------------------------------------
DOWNLOADS
-------------------------------------*/
	#download_manual .title {
		padding-left: 2%;
	}
	.img_download_contents {
		display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 20%;
	}
	.img_download_contents .dcSecound {
		width: 100%;
    margin: 0;
	}
	.img_download_contents a {
		width: 100%;
    margin-bottom: 20px;
	}
	.img_download_contents a img {
		width: 100%;
	}
	
/*-------------------------------------
ISP, HOUSE
-------------------------------------*/
	.question img {
		width: 100%;
	}
	.trouble_wrap {
		flex-wrap: wrap;
	}
	.trouble_wrap section {
		width: 100%;
		margin-bottom: 24px;
	}
	.trouble_wrap section .trouble_img {
		width: 10%;
    margin: 0 auto 14px;
	}
	.trouble_wrap section .trouble_img img {
		width: 100%;
	}
	.trouble_wrap section .trouble_text {
		font-size: 22px;
    width: 60%;
    margin: 0 auto;
	}
	.mid_title {
		margin: 0 2%;
		padding: 36px 0;
	}
	.solution {
		max-width: 100%;
    margin: 0 2%;
    padding: 0 10%;
	}
	.solution .point {
		width: 24%;
    max-width: 160px;
	}
	.emphasis {
		padding-top: 140px;
	}
	.feature section {
		width: 100%;
	}
	.feature .hl {
		font-size: 3vw;
		text-align: center;
	}
	.feature .case_image {
		float: none;
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	.feature .case_image img {
		width: 100%
	}
	.feature .summary {
		float: none;
		width: 100%;
	}
	.solution .guide img {
		width: 100%;
	}
/*-------------------------------------
NEWS
-------------------------------------*/
	#news {
		padding: 0 2%;
	}
	#news .content ul li:first-child .report {
		padding-left: 20px;
	}
	#news .content .report {
		padding-left: 20px;
	}
	
/*-------------------------------------
PRODUCTS
-------------------------------------*/
	.either section {
		padding-left: 2%;
		padding-right: 2%;
	}
	.either .scroll_menu {
		display: none;
	}
	.either #summary {
		display: block;
	}
	.either #slider_area {
    max-width: inherit;
		margin: 0 auto;
		text-align: center;
	}
	.either #slider_area .bx-wrapper {
		display: block;
    margin: 0 auto;
	}
	.either #slider_area .bx-pager {
		display: inline-block;
	}
	.either #summary .info {
		padding: 40px 0 0 0;
	}
	.either #summary_menu {
		text-align: center;
	}
	.either #summary_menu a {
		margin-bottom: 10px;
	}
	.either #summary_menu a img {
		margin: 0;
	}
	#products .demo_banner {
		display: none;
	}
	#case .case_area .case_inner {
		display: block;
	}
	.case_inner .case_img {
		width: 60%;
    margin: 0 auto 24px;
	}
	.case_inner .case_img img {
		width: 100%;
	}
	
/*-------------------------------------
PRODUCTS
-------------------------------------*/
	#qa {
			padding: 40px 10px;
	}
	.qa_sec .answer {
			padding: 10px;
	}
}


@media (max-width: 600px) {
	
/*-------------------------------------
COMMON
-------------------------------------*/
	#mobile_nav {
		height: 80px;
	}
	#mobile_nav .left {
		padding: 10px 0 10px 10px;
	}
	#mobile_nav .left h1 {
		width: 100px;
    margin-right: 2%;
	}
	#mobile_nav .left h2 {
		font-size: 12vw;
	}
	.menu-trigger {
		width: 40px;
		height: 28px;
		top: 24px;
	}
	.menu-trigger span {
		height: 4px;
	}
	.menu-trigger.active span:nth-of-type(1) {
		top: 3px;
	}
	.menu-trigger.active span:nth-of-type(3) {
		bottom: 3px;
	}
	#toggle-menu .toggle-inner{
		padding: 60px 20% 0;
	}
	#toggle-menu .toggle-inner a {
		padding: 16px 0;
	}
	.mobile_space::before {
		height: 80px;
	}
	.demo_banner {
		display: none;  
	}
	footer .low .logo {
		width: 60%;
	}
	footer .low_title {
		font-size: 52px;
	}
	footer .copy {
		font-size: 14px;
    line-height: 1.4;
	}
	.title span {
		display: block;
		padding: 10px 0 0;
	}
/*-------------------------------------
TOP
-------------------------------------*/
	#home #slider_area {
		display: none;
	}
	#home_product {
		padding: 40px 2% 0;
	}
	.product_area {
		flex-wrap: wrap;
	}
	.product_area .product {
		width: 100%;
		margin-bottom: 40px;
	}
	.product_area .product .product_img {
		width: 80%;
    margin: 0 auto 20px;
	}
	#strong_point_area, .under_inquiry, .home_news {
		padding-left: 2%;
		padding-right: 2%;
	}
	#sp_solution h3 {
		margin-bottom: 20px;
	}
	.under_inquiry .button_document img {
		width: 100%;
	}
	#compose {
		padding: 20px 10px;
	}
	#compose p {
    font-size: 16px;
	}
	.home_news .list {
		display: block;
	}
	.home_news .list section {
		width: 100%;
	}
	.home_news > .linkimg {
		width: 80%;
	}
/*-------------------------------------
ISP, HOUSE
-------------------------------------*/
	#house .title_wrap, #isp .title_wrap {
		margin: 0;
	}
	.appeal {
		padding: 0;
	}
	.appeal .question h2 {
    margin-bottom: 20px;
    padding: 20px 10px;
    background: #333;
	}
	.appeal .question h2:after {
		display: none;
	}
	.appeal .question h2 span {
		padding: 0;
		color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
		background: none;
	}
	.trouble_wrap section .trouble_img {
		width: 28%;
	}
	.trouble_wrap section .trouble_text {
		width: 90%;
		font-size: 20px;
	}
	.mid_title {
		padding: 20px 10px;
	}
	.mid_title h3 {
		line-height: 1.4;
	}
	.solution {
		margin: 0;
    padding: 0 2%;
    border-left: none;
    border-right: none;
    border-radius: inherit;
	}
	.solution .point {
		width: 50%;
    left: 0;
	}
	.feature .hl {
		font-size: 20px;
		line-height: 1.4;
	}
	.feature .summary {
		padding: 0;
	}
	.solution .guide {
		margin: 0;
		padding: 0;
	}
/*-------------------------------------
NEWS
-------------------------------------*/
	#news {
		padding: 0;
	}
	#news .content ul li {
		flex-wrap: wrap;
		padding: 10px 2%;
	}
	#news .content .date, #news .content .report {
		width: 100%;
		padding: 0;
	}
/*-------------------------------------
PRODUCTS
-------------------------------------*/
	.product_list section {
		flex-wrap: wrap;
		height: auto;
		padding: 20px 0 0;
		background: #f8f8f8;
		box-shadow: 0 0 10px 2px #e4e4e4;
	}
	.product_list .element {
		flex-wrap: wrap;
		padding: 0 2%;
		margin-bottom: 20px;
	}
	.product_list .thumb {
		width: 100%;
		background: #fff;
	}
	.product_list .thumb img {
		width: 80%;
		height: auto;
	}
	.product_list .info {
		width: 100%;
    padding: 20px 0 0;
	}
	.product_list h2 {
		font-size: 26px;
    font-weight: bold;
	}
	.product_list .detail {
		
	}
	.product_list .tag {
		
	}
	.product_list .tag img {
		
	}
	.product_list .arrow {
		position: relative;
    width: 100%;
    color: #fff;
    background: #00a3d9;
	}
	.product_list .arrow:before {
		border-color: #fff;
	}
/*-------------------------------------
PRODUCT DETAIL
-------------------------------------*/
	.either #slider_area .bx-wrapper {
		height: auto;
		margin-bottom: 20px;
	}
	#slider_area .bx-wrapper img {
		width: 100%;
    height: auto;
	}
	.either #slider_area .bx-pager {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	.either #slider_area .bx-pager a {
		margin: 0;
	}
	.either section {
		padding-top: 20px;
	}
	.either section .title {
		font-size: 24px;
	}
	.either #summary_menu a {
		width: 100%;
	}
	.either #summary_menu a img {
		width: 100%;
	}
	.either #feature {
		background: #fafafa;
	}
	.either #feature .content_wrap {
		flex-wrap: wrap;
	}
	.either #feature .content {
		width: 100%;
		margin-bottom: 60px;
	}
	.either #feature .content .num {
		font-size: 32px;
	}
	.either #feature .content .num .order {
		padding-left: 6px;
    font-size: 36px;
	}
	.either #feature .content h3 {
		font-size: 20px;
	}
	#spec .row {
		flex-wrap: wrap;
	}
	#spec .name {
		width: 100%;
	}
	#spec .detail {
		width: 100%;
	}
/*-------------------------------------
SITEMAP
-------------------------------------*/
	.sitemap {
		flex-wrap: wrap;
		background: #fff;
	}
	.sitemap * {
		font-size: 22px;
	}
	.sitemap section {
		width: 100%;
	}
	.sitemap section:first-child .collapse {
		display: none;
	}
	.sitemap.container a {
		display: block;
		padding: 10px;
		color: #fff;
		background: #666;
		border: none;
	}
	.sitemap a:before, .sitemap a::after {
		content: none;
	}
/*-------------------------------------
CONTACT
-------------------------------------*/
	#agree {
		padding: 0 2%;
	}
	.agree-inner {
		padding: 0 5%;
		font-size: 100%;
	}
	.agree-inner .link_policy {
		text-align: center;
	}
	.agree-box .check-area {
		margin-top: 20px;
	}
	.agree-box .check-area .txt {
		width: calc(100% - 54px);
	}
	.agree-box a {
		padding-top: 3px;
		font-size: 22px;
	}
	.inquiry-wrapper {
		width: 100%;
		padding: 0 2%;
	}
	.inquiry-wrapper .formTbl dl {
		display: block;
		padding: 16px 0;
	}
	.inquiry-wrapper.confirm-wrapper .formTbl dl {
		padding: 0;
	}
	.inquiry-wrapper .formTbl dl dt {
		width: auto;
		margin-bottom: 8px;
		padding-right: 0;
		font-size: 18px;
	}
	.inquiry-wrapper .formTbl .rowOne {
		width: auto;
	}
	.inquiry-wrapper .formTbl .rowOne textarea {
		height: 180px;
	}
	.inquiry-wrapper .formTbl .radio_checkbox {
		display: flex;
    flex-wrap: wrap;
    width: 100%;
	}
	.inquiry-wrapper .formTbl .radio_checkbox label {
		font-size: 16px;
		margin: 0;
		padding-left: 20px;
	}
	.inquiry-wrapper .formTbl .radio_checkbox .info {
		width: 100%;
	}
	.inquiry-wrapper .formTbl dl dd.add_inner {
		line-height: 3;
	}
	.contact .submit-btn {
		background: #00a3d9;
	}
	.confirm-wrapper .formTbl dl {
		border: solid 1px #ccc;
		border-radius: 4px;
		margin-bottom: 10px;
	}
	.confirm-wrapper .formTbl dl dt {
		margin-bottom: 0;
		font-size: 14px;
	}
	.confirm-wrapper .formTbl dl dd {
		width: auto;
		font-size: 16px;
	}
	.confirm-wrapper .submit-box {
		display: flex;
		justify-content: space-between;
		padding: 20px 0;
		background: #fff;
	}
	.confirm-wrapper .submit-box .return-btn,
	.confirm-wrapper .submit-box .submit-btn {
		padding: 16px 26px;
		font-size: 20px;
	}
	.confirm-wrapper .submit-box .return-btn {
		width: 40%
	}
	.confirm-wrapper .no-confilm .submit-box .return-btn {
		width: 80%;
	}
	.confirm-wrapper .submit-box .submit-btn {
		width: 54%
	}
	.confirm-wrapper.no-confilm .submit-box {
		display: block;
	}
	.confirm-wrapper #formWrap.no-confilm .submit-box {
		display: block;
	}
	#main-contents.contact .footer_inner {
		padding: 40px 0 80px;
	}
	
}