@charset "utf-8";

@media only screen and (max-width: 640px) {

	* {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	body {
		font-size: 12px;
		line-height: 1.7;
	}

	img {
		max-width: 100%;
		height: auto;
	}

	.pc {
		display: none!important;
	}

	.sp {
		display: block;
	}

	.container {
		width: 100%;
	}

	.fl-left {
		float: none;
		width: auto;
	}

	.fl-right {
		float: none;
		width: auto;
	}

	.container-inner {
		position: relative;
		width: 100%;
		text-align: left;
		padding: 0 10px;
		margin: 0 auto;
	}

	#top {
		height: 0px;
		background: none;
		overflow: hidden;
	}

	#header .logo {
		float: left;
		width: 45%;
		margin-top: 10px; 
	}

	#header div.fl-right {
		float: right;
		width: 50%;
		text-align: right;
	}

	#header div.fl-right div.fl-right {
		display: none;
		width: auto;
	}

	#header .sns-btn {
		display: none;
	}

	#home-image .container-inner {
		height: auto;
		background: none;
	}

	#home-image img {
		width: 100%;
	}

	#home-about h2 {
		margin-right: 20px;
		margin-left: 20px;
	}

	#home-about span {
		display: inline;
	}

	#home-possible h2 {
		margin-right: 20px;
		margin-left: 20px;
	}

	#home-possible dl {
		float: none;
		width: auto;
		font-size: 13px;
		background: #FFF url(../images/home/green.png) top left no-repeat;
		margin-left: 0;
		margin-bottom: 10px;
		padding: 20px 10px 10px;
	}

	#home-possible dt {
		text-align: center;
		margin-bottom: 10px;
	}

	#home-point h2 {
		margin-right: 20px;
		margin-left: 20px;
		margin-bottom: 10px;
	}

	#home-point li {
		width: auto;
		margin-bottom: 10px;
	}

	#home-point li.odd,
	#home-point li.even {
		float: none;
	}

	#home-price .container-inner {
		padding-bottom: 50px;
	}

	#home-price #basic-pack {
		width: 100%;
		padding: 20px 20px 10px;
		margin-left: 0;
		margin-bottom: 10px;
		text-align: left;
	}

	#home-price #premium-pack {
		width: 100%;
		padding: 20px 20px 10px;
		margin-right: 0;
		text-align: left;
	}

	#home-price h3 {
		text-align: center;
	}

	#home-price p.fl-right {
		text-align: center;
	}

	#home-works h2 {
		position: relative;
		height: 20px;
	}

	#home-works h2 img {
		position: absolute;
		top: -30px;
		left: 0;
		width: 60px;
		height: auto;
	}

	#home-works .content {
		width: auto;
		margin: 0 auto;
	}

	#home-works .image {
		width: auto;
		height: auto;
	}

	#home-works .image img {
		width: 100%;
		height: auto;
	}
	
	#home-works .text {
		width: auto;
	}

	#home-works .area {
		margin-bottom: 10px;
	}

	#home-works .bx-wrapper .bx-prev,
	#home-works .bx-wrapper .bx-next {
		display: none;
	}

	#home-faq h2 img {
		width: 160px;
	}

	#footer-area h3 {
		font-size: 14px;
		font-weight: bold;
		width: auto;
		text-align: center;
		margin: 0;
	}

	#footer-area ul {
		width: auto;
		padding: 0 10px;
		margin: 0;
	}

	#footer-information .logo {
		width: 160px;
		text-align: center;
		margin: 0 auto 10px;
	}

	#footer-information .fl-right {
		width: auto;
	}

	#footer .nav {
		text-align: center;
	}

	#footer .copyright {
		font-size: 10px;
		text-align: center;
	}

	.contact-box {
		width: auto;
		border: 7px solid #E0F1F1;
		padding: 20px 30px;
		margin: 40px 10px;
	}

	.contact-box .text {
		font-weight: bold;
		margin-bottom: 15px;
	}

	.contact-box .text span {
		display: block;
	}

	.pagetop {
		width: auto;
	}

	body#contact #contact-form .step {
		display: none;
	}
	
	body#contact #contact-form .input {
		width: 98%;
	}
}
