﻿@charset "utf-8";

@media only screen and (max-width: 767px) {
	
/* --------------------------------
	SP Only Styles
-------------------------------- */

	/*	Common class
	============================================== */
	.pc_only {
		display:none!important;
	}
	.sp_only {
		display:block!important;
	}
	img.sp_only {
		display:inline-block!important;
	}
	.pc_only_inline {
		display:none!important;
	}
	.sp_only_inline {
		display:inline!important;
	}
	.br_pc_only {
		display:inline!important;
	}
	.br_sp_only {
		display:block!important;
	}
	.xs-text-left{
		text-align: left!important;
	}
	.xs-text-right{
		text-align: right!important;
	}
	.xs-text-center{
		text-align: center!important;
	}
	.xs-no-padding-top{
		padding-top: 0!important;
	}
	.sp-overflow-scroll{overflow:scroll;}

	/*	Common
	============================================== */
	h2{
		font-size: 26px;
		font-size: 2.6rem;}
	h3{
		font-size: 20px;
		font-size: 2.0rem;
	}
	h4{
		font-size: 17px;
		font-size: 1.7rem;
	}
	p,
	ul{
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.4;
	}

	/*	header
	============================================== */
	#head{
		float:none;
		margin-left: auto;
		margin-right: auto;
	}
    #header 
    {
        position: relative;
        height:initial;
    }
	#header .header_logo img {
		width: 10rem!important;
        height:auto!important;
		margin-top: 5px;
	}
	
	/*	#main
	============================================== */
	#nav-wrapper,
	#main{
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	#nav-wrapper{
		padding-top:10px;
	}
	#main{
		padding-top:19px;
	}
	.indent-1{
		margin-left:1rem;
	}
	.indent-2{
		margin-left:2rem;
	}
	.table-1{
		min-width:500px;
	}
	.carousel-slider .slick-slider{
		padding:6% 10%;
	}
	.carousel-slider .slick-slide{
		padding:0 8px 8px;
	}


	/*	TOPページ
	============================================== */
	body.top #main h2.title{

	}
	body.top #main p.desc{

	}
	
    body{
        overflow:auto;
    }

	.manual_name {
		font-size: 1.56rem !important;
	}
	#footer-wrapper{
		width: 100%!important;
	}
	#search-form {
		margin: 13px 20px 25px 20px;
	}
}
