﻿/* --------------------

base color
#008EE3

--------------------*/



/* --------------------
	main
--------------------*/
#main img{
	width:100%;
}

#main{
	width:100%;
	position: relative;
	background: #FFF;
}
#main #mv{
	width: 1020px;
	margin:0 auto;
	position:relative;
	overflow: hidden;
	line-height: 0;
}
#main #mv figure{
	line-height: 0;
}
@media only screen and (max-width: 1020px) {	
	#main #mv{
		width: 100%;
	}
}
@media only screen and (max-width: 768px) {
	
}
@media only screen and (max-width: 480px) {
	
}



/* --------------------
	common
--------------------*/
#content .ttl{
	width: 100%;
	background: #004098;
}
#content .ttl .in-box{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0 0 0 0 !important;
}
#content .ttl .in-box h2{
	font-size: 2.5rem;
	font-family: "新ゴ B", sans-serif;
	letter-spacing: 0.15em;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	padding: 0.6em 0;
}
#content .ttl .in-box h2 strong{
	font-size: 1.5em;
}

@media only screen and (max-width: 1020px) {	
	#content .ttl .in-box h2{
		font-size: 2.250rem;
	}
}
@media only screen and (max-width: 768px) {
	#content .ttl .in-box h2{
		font-size: 1.875rem;
	}
}
@media only screen and (max-width: 480px) {
	#content .ttl .in-box h2{
		font-size: 1.417rem;
	}
}


/* --------------------
	reason
--------------------*/
#content #reason{
	width: 100%;
}
#content #reason .in-box{
	padding: 0 0 50px 0;
}
#content #reason ul.step{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding: 30px 0;
}
#content #reason ul.step li:nth-child(1){
	width: 286px;
}
#content #reason ul.step li:nth-child(2){
	width: 291px;
}
#content #reason ul.step li:nth-child(3){
	width: 312px;
}

#content #reason form{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
#content #reason form h2{
	width: 22.5%;
	text-align: left;
	font-size: 1.5rem;
	font-family: "新ゴ B", sans-serif;
	color: #ed1c24;
}
#content #reason form dl{
	width: 75%;
	text-align: left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 0 20px 0;
}
#content #reason form dl dt{
	width: 8em;
	text-align: left;
	font-size: 1.00rem;
	font-family: "新ゴ B", sans-serif;
	color: #004098;
	margin: 0 0 15px 0;
}
#content #reason form dl dt .hissu{
	width: 4em;
	text-align: center;
	font-family: "新ゴ B", sans-serif;
	color: #FFF;
	background: rgba(208,19,22,1.00);
}
#content #reason form dl dt .hissu p{
	font-size: 0.813rem !important;
	color: #FFF !important;
}
#content #reason form dl dd{
	width: calc(100% - 8em);
	text-align: left;
	margin: 0 0 15px 0;
}
#content #reason form select, #content #reason form input {
    position: relative;
    width: 100%;
	font-size: 1.00rem;
	font-family: "新ゴ M", sans-serif;
	color: #222;
	padding: 0.2em 0.5em;
	box-sizing: border-box;
	border: #B0B0B0 1px solid;
}
#content #reason form .estimate_button_wrap,
#content #reason form .estimate_button_wrap p{
	width: 100%;
	display: block;
	position: relative;
}
#content #reason form input[type="submit"].estimate_button{
	width: 100%;
	display: block;
	text-align: center;
	padding: 0.3em 0;
	background: #ed1c24;
	color: #FFF;
	font-family: "新ゴ B", sans-serif;
	font-size: 1.875rem;
	text-decoration: none;
	box-sizing: border-box;
	border-radius: 50px;
	border: none;
	position: relative;
	cursor: pointer;
	transition: all 0.4s ease;
}
#content #reason form input[type="submit"].estimate_button:hover{
	filter: brightness(115%);
	transition: all 0.4s ease;
}

#content #reason #estimate_form_wrapper{
	padding: 30px 0 0 0;
}

#content #reason #line_area{
	padding: 0px 0 60px 0;
	display: block;
}
#content #reason #line_area a{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
	padding: 0.3em 2em;
	background: #9ED2B0;
	text-decoration: none;
	box-sizing: border-box;
	border-radius: 50px;
	border: none;
	position: relative;
	cursor: pointer;
	transition: all 0.4s ease;
}
#content #reason #line_area a p{
	width: calc(100% - 60px);
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	text-align: left;
	color: #1D1D1D;
	font-family: "新ゴ B", sans-serif;
	font-size: 1.375rem;
	line-height: 1.6;
	text-decoration: none;
	box-sizing: border-box;
}
#content #reason #line_area a i{
	width: 50px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
#content #reason #line_area a i img{
	width: 100%;
	display: block;
}


@media only screen and (max-width: 1020px) {	
	#content #reason .in-box{
		padding: 0 0 50px 0;
	}
	#content #reason ul.step{
		padding: 30px 0;
	}
	#content #reason ul.step li:nth-child(1){
		width: 28.6%;
	}
	#content #reason ul.step li:nth-child(2){
		width: 29.1%;
	}
	#content #reason ul.step li:nth-child(3){
		width: 31.2%;
	}

	#content #reason form{
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: flex-start;
	}
	#content #reason form h2{
		width: 100%;
		font-size: 1.375rem;
		padding: 0 0 0.5em 0;
	}
	#content #reason form dl{
		width: 100%;
		padding: 0 0 20px 0;
	}
	#content #reason form dl dt{
		width: 8em;
		font-size: 1.00rem;
		margin: 0 0 15px 0;
	}
	#content #reason form dl dd{
		width: calc(100% - 8em);
		margin: 0 0 15px 0;
	}
	#content #reason form select, #content #reason form input {
		font-size: 1.00rem;
		padding: 0.2em 0.5em;
	}

	#content #reason form input[type="submit"].estimate_button{
		font-size: 1.625rem;
	}

	#content #reason #estimate_form_wrapper{
		padding: 30px 0 0 0;
	}
	
	#content #reason #line_area{
		padding: 0px 0 50px 0;
	}
	#content #reason #line_area a{
	}
	#content #reason #line_area a p{
		width: calc(100% - 60px);
		font-size: 1.250rem;
	}
	#content #reason #line_area a i{
		width: 50px;
	}
}
@media only screen and (max-width: 768px) {
	#content #reason .in-box{
		padding: 0 0 30px 0;
	}
	#content #reason ul.step{
		padding: 20px 0;
	}
	#content #reason ul.step li:nth-child(1){
		width: 28.6%;
	}
	#content #reason ul.step li:nth-child(2){
		width: 29.1%;
	}
	#content #reason ul.step li:nth-child(3){
		width: 31.2%;
	}

	#content #reason form{
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: flex-start;
	}
	#content #reason form h2{
		font-size: 1.250rem;
		padding: 0 0 0.5em 0;
	}
	#content #reason form dl{
		padding: 0 0 20px 0;
	}
	#content #reason form dl dt{
		width: 8em;
		font-size: 1.00rem;
		margin: 0 0 15px 0;
	}
	#content #reason form dl dd{
		width: calc(100% - 8em);
		margin: 0 0 15px 0;
	}
	#content #reason form select, #content #reason form input {
		font-size: 1.00rem;
		padding: 0.2em 0.5em;
	}

	#content #reason form input[type="submit"].estimate_button{
		font-size: 1.500rem;
	}

	#content #reason #estimate_form_wrapper{
		padding: 20px 0 0 0;
	}
	
	#content #reason #line_area{
		padding: 0px 0 30px 0;
	}
	#content #reason #line_area a{
	}
	#content #reason #line_area a p{
		width: calc(100% - 50px);
		font-size: 1.125rem;
	}
	#content #reason #line_area a i{
		width: 35px;
	}
}
@media only screen and (max-width: 480px) {
	#content #reason ul.step{
		padding: 20px 0;
		margin: 0 auto;
		width: 70%;
	}
	#content #reason ul.step li{
		padding: 0 0 15px 0;
	}
	#content #reason ul.step li:nth-child(1){
		width: 100%;
	}
	#content #reason ul.step li:nth-child(2){
		width: 100%;
	}
	#content #reason ul.step li:nth-child(3){
		width: 100%;
	}

	#content #reason form h2{
		font-size: 1.250rem;
		padding: 0 0 0.5em 0;
	}
	#content #reason form dl{
		padding: 0 0 20px 0;
	}
	#content #reason form dl dt{
		width: 100%;
		font-size: 1.00rem;
		margin: 0 0 5px 0;
		position: relative;
	}
	#content #reason form dl dt .hissu{
		position: absolute;
		top: 0;
		right: 0;
	}
	#content #reason form dl dd{
		width: 100%;
		margin: 0 0 15px 0;
	}
	#content #reason form select, #content #reason form input {
		font-size: 1.00rem;
		padding: 0.2em 0.5em;
	}

	#content #reason form input[type="submit"].estimate_button{
		font-size: 1.375rem;
	}
	
	#content #reason #line_area{
		padding: 0px 0 30px 0;
	}
	#content #reason #line_area a{
	}
	#content #reason #line_area a p{
		width: calc(100% - 50px);
		font-size: 1.000rem;
	}
	#content #reason #line_area a i{
		width: 30px;
	}
}



/* --------------------
	flow
--------------------*/
#content #flow{
	width: 100%;
}
#content #flow .in-box{
	padding: 50px 0 50px 0;
}
#content #flow .copy_img{
	width: 100%;
	padding: 0 0 30px 0;
}
#content #flow ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
#content #flow ul li{
	width: calc((100% / 5) - 15px);
}
#content #flow ul li figure{
	width: 100%;
	padding: 0 0 15px 0;
}
#content #flow ul li .txt_area{
	width: 100%;
}
#content #flow ul li .txt_area h5{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	text-align: left;
	font-family: "新ゴ M";
	font-weight: 700;
	font-size: 1.25rem;
	padding: 0 0 10px 0;
}
#content #flow ul li .txt_area h5 i{
	width: 16px;
	height: 16px;
	font-size: 1.00rem;
	margin: 0 5px 0 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	background: #ed1c24;
	color: rgba(255,255,255,1.00);
	padding: 2px;
	border-radius: 100%;
}
#content #flow ul li .txt_area p{
	width: 100%;
	text-align: left;
	line-height: 1.4;
	font-weight: 600;
}

@media only screen and (max-width: 1020px) {	
	#content #flow .in-box{
		padding: 50px 0 50px 0;
	}
	#content #flow .copy_img{
		padding: 0 0 30px 0;
	}
	#content #flow ul{
		justify-content: space-between;
	}
	#content #flow ul li{
		width: calc((100% / 5) - 15px);
	}
	#content #flow ul li figure{
		padding: 0 0 15px 0;
	}

	#content #flow ul li .txt_area h5{
		font-size: 1.25rem;
		padding: 0 0 10px 0;
	}
	#content #flow ul li .txt_area h5 i{
		width: 16px;
		height: 16px;
		font-size: 1.00rem;
		margin: 0 5px 0 0;
	}
}
@media only screen and (max-width: 768px) {
	#content #flow .in-box{
		padding: 30px 0 30px 0;
	}
	#content #flow .copy_img{
		padding: 0 0 30px 0;
	}
	#content #flow ul{
		justify-content: flex-start;
	}
	#content #flow ul li{
		width: calc((100% / 3) - 10px);
		padding: 0 10px 15px 0;
	}
	#content #flow ul li:nth-child(3n + 3){
		padding: 0 0 15px 0;
	}
	#content #flow ul li figure{
		padding: 0 0 10px 0;
	}

	#content #flow ul li .txt_area h5{
		font-size: 1.125rem;
		padding: 0 0 10px 0;
	}
	#content #flow ul li .txt_area h5 i{
		width: 14px;
		height: 14px;
		font-size: 0.875rem;
		margin: 0 3px 0 0;
	}
}
@media only screen and (max-width: 480px) {
	#content #flow .copy_img{
		padding: 0 0 20px 0;
	}
	#content #flow ul{
		justify-content: space-between;
	}
	#content #flow ul li{
		width: calc((100% / 2) - 10px);
		padding: 0 10px 15px 0;
	}
	#content #flow ul li:nth-child(3n + 3){
		padding: 0 10px 15px 0;
	}
	#content #flow ul li:nth-child(2n + 2){
		padding: 0 0 15px 0;
	}
	#content #flow ul li figure{
		padding: 0 0 10px 0;
	}
	
	#content #flow ul li .txt_area h5{
		font-size: 0.938rem;
		padding: 0 0 10px 0;
	}
	#content #flow ul li .txt_area h5 i{
		width: 14px;
		height: 14px;
		font-size: 0.813rem;
		margin: 0 3px 0 0;
	}
}



/* --------------------
	system
--------------------*/
#content #system{
	width: 100%;
}
#content #system .in-box{
	padding: 50px 0 50px 0;
}
#content #system ol{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	counter-reset:num;
	list-style-type: none!important;
	padding:0;
	margin:0;
}
#content #system ol li{
	width: 100%;
	font-family: "新ゴ M";
	font-size: 1.75rem;
	font-weight: 700;
	text-align: left;
	line-height: 1.2;
	color: #004098;
	padding: 0 0 1em 1.5em;
	position: relative;
}
#content #system ol li:before {
	counter-increment: num;
	content: counter(num);
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	background: #004098;
	color: #FFF;
	font-family: 'Arial',sans-serif;
	font-weight:bold;
	font-size: 1.25rem;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

@media only screen and (max-width: 1020px) {	
	#content #system .in-box{
		padding: 50px 0 50px 0;
	}
	#content #system ol li{
		font-size: 1.625rem;
	}
	#content #system ol li:before {
		font-size: 1.125rem;
		width: 26px;
		height: 26px;
	}
}
@media only screen and (max-width: 768px) {
	#content #system .in-box{
		padding: 30px 0 30px 0;
	}
	#content #system ol li{
		font-size: 1.375rem;
	}
	#content #system ol li:before {
		font-size: 0.938rem;
		width: 24px;
		height: 24px;
	}
}
@media only screen and (max-width: 480px) {
	#content #system ol li{
		font-size: 1.250rem;
	}
	#content #system ol li:before {
		font-size: 0.938rem;
		width: 24px;
		height: 24px;
	}
}



/* --------------------
	results
--------------------*/
#content #results{
	width: 100%;
}
#content #results .in-box{
	padding: 50px 0 50px 0;
}
#content #results .copy_img{
	width: 100%;
	padding: 0 0 30px 0;
}

#content #results #entry_area{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#content #results #entry_area .unit{
	width: 48%;
	border: #004098 2px solid;
	margin: 0 0 30px 0;
}
#content #results #entry_area .unit .head{
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	text-align: left;
}
#content #results #entry_area .unit .head h4{
	color: #004098;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.4;
	padding: 0 0 0.3em 1.1em;
	position: relative;
}
#content #results #entry_area .unit .head h4::before{
	content: "";
	background: #004098;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 0.35em;
	left: 0;
}
#content #results #entry_area .unit .head p{
	color: #004098;
	font-size: 1.250rem;
	font-weight: 500;
	line-height: 1.0;
	padding: 0 0 0 0;
	position: relative;
}
#content #results #entry_area .unit .price{
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	font-family: "新ゴ R";
	font-size: 2.5rem;
	font-weight: 700;
	color: #ed1c24;
}
#content #results #entry_area .unit .price strong{
	font-size: 1.5em;
	font-weight: 700;
	color: #ed1c24;
	font-family: 'Noto Sans JP', Arial, Helvetica, "sans-serif";
}


@media only screen and (max-width: 1020px) {	
	#content #results .in-box{
		padding: 50px 0 50px 0;
	}
	#content #results .copy_img{
		padding: 0 0 30px 0;
	}

	#content #results #entry_area .unit{
		width: 48%;
		margin: 0 0 30px 0;
	}
	#content #results #entry_area .unit .head{
		padding: 20px;
	}
	#content #results #entry_area .unit .head h4{
		font-size: 1.375rem;
	}
	#content #results #entry_area .unit .head h4::before{
		width: 17px;
		height: 17px;
	}
	#content #results #entry_area .unit .head p{
		font-size: 1.250rem;
	}
	#content #results #entry_area .unit .price{
		padding: 20px;
		font-size: 2.375rem;
	}

}
@media only screen and (max-width: 768px) {
	#content #results .in-box{
		padding: 30px 0 30px 0;
	}
	#content #results .copy_img{
		padding: 0 0 20px 0;
	}

	#content #results #entry_area .unit{
		margin: 0 0 20px 0;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
	}
	#content #results #entry_area .unit .head{
		padding: 15px;
	}
	#content #results #entry_area .unit .head h4{
		font-size: 1.000rem;
	}
	#content #results #entry_area .unit .head h4::before{
		width: 15px;
		height: 15px;
	}
	#content #results #entry_area .unit .head p{
		font-size: 0.938rem;
	}
	#content #results #entry_area .unit figure{
	}
	#content #results #entry_area .unit .price{
		padding: 15px;
		font-size: 3.5vw;
	}
}
@media only screen and (max-width: 480px) {
	#content #results #entry_area .unit{
		margin: 0 0 20px 0;
	}
	#content #results #entry_area .unit .head{
		width: 100%;
		padding: 15px;
	}
	#content #results #entry_area .unit .head h4{
		font-size: 1.000rem;
	}
	#content #results #entry_area .unit .head h4::before{
		width: 15px;
		height: 15px;
	}
	#content #results #entry_area .unit .head p{
		font-size: 0.938rem;
	}
	#content #results #entry_area .unit figure{
		width: 100%;
	}
	#content #results #entry_area .unit .price{
		width: 100%;
		padding: 15px;
		font-size: 5.5vw;
	}

	#content #results a.more{
		padding: 13px 0;
		font-size: 1.000rem;
	}
	#content #results a.more::after{
		content: "";
		width: 14px;
		height: 14px;
		background: url("../img/icon_arrow_line.svg") center right/14px auto no-repeat;
	}
}




/* --------------------
	zero
--------------------*/
#content #zero{
	width: 100%;
}
#content #zero .in-box{
	padding: 0 0 0 0;
	margin: 50px auto 0 auto;
}
#content #zero .in-box.inner{
	background: url("../img/top/zero_img.jpg") bottom right/contain no-repeat;
}
#content #zero h3{
	text-align: left;
	font-size: 2.5rem;
	font-family: "新ゴ B", sans-serif;
	line-height: 1.4;
	color: #ed1c24;
	padding: 0 0 20px 0;
}
#content #zero h4{
	text-align: left;
	font-size: 1.562rem;
	font-family: "新ゴ M", sans-serif;
	font-weight: 700;
	line-height: 1.6;
	color: #004098;
	padding: 0 0 50px 0;
}

@media only screen and (max-width: 1020px) {
	#content #zero .in-box{
		margin: 50px auto 0 auto;
	}
	#content #zero .in-box.inner{
		background: url("../img/top/zero_img.jpg") bottom right/contain no-repeat;
	}
	#content #zero h3{
		text-align: left;
		font-size: 2.375rem;
		padding: 0 0 20px 0;
	}
	#content #zero h4{
		font-size: 1.417rem;
		padding: 0 0 50px 0;
	}
}
@media only screen and (max-width: 768px) {
	#content #zero .in-box{
		margin: 30px auto 0 auto;
		padding: 0 0 20% 0;
	}
	#content #zero .in-box.inner{
		background: url("../img/top/zero_img.jpg") bottom right/30% auto no-repeat;
	}
	#content #zero h3{
		text-align: left;
		font-size: 2.000rem;
		padding: 0 0 15px 0;
	}
	#content #zero h3 br{
		display: block !important;
	}
	#content #zero h4{
		font-size: 1.250rem;
		padding: 0 0 30px 0;
	}
}
@media only screen and (max-width: 480px) {
	#content #zero .in-box{
		padding: 0 0 20% 0;
	}
	#content #zero .in-box.inner{
	}
	#content #zero h3{
		text-align: left;
		font-size: 1.625rem;
		padding: 0 0 15px 0;
	}
	#content #zero h4{
		font-size: 1.000rem;
		padding: 0 0 30px 0;
	}
}



/* --------------------
	faq
--------------------*/
#content #faq{
	width: 100%;
}
#content #faq .in-box{
	padding: 50px 0 50px 0;
}
#content #faq ul.q_a{
	width: 100%;
	padding: 0 0 40px 0;
}
#content #faq ul.q_a li{
	width: 100%;
	padding: 0 0 20px 60px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	position: relative;
	box-sizing: border-box;
}
#content #faq ul.q_a li.a{
	padding: 0 0 0px 60px;
}
#content #faq ul.q_a li i{
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
}
#content #faq ul.q_a li h4{
	text-align: left;
	font-size: 1.625rem;
	font-family: "新ゴ B", sans-serif;
	line-height: 1.5;
	color: #004098;
}
#content #faq ul.q_a li.a h4{
	font-family: "新ゴ M", sans-serif;
	font-weight: 700;
}

@media only screen and (max-width: 1020px) {
	#content #faq .in-box{
		padding: 50px 0 50px 0;
	}
	#content #faq ul.q_a{
		padding: 0 0 40px 0;
	}
	#content #faq ul.q_a li{
		padding: 0 0 20px 58px;
	}
	#content #faq ul.q_a li.a{
		padding: 0 0 0px 58px;
	}
	#content #faq ul.q_a li i{
		width: 38px;
	}
	#content #faq ul.q_a li h4{
		font-size: 1.500rem;
	}
}
@media only screen and (max-width: 768px) {
	#content #faq .in-box{
		padding: 30px 0 30px 0;
	}
	#content #faq ul.q_a{
		padding: 0 0 25px 0;
	}
	#content #faq ul.q_a li{
		padding: 0 0 15px 50px;
	}
	#content #faq ul.q_a li.a{
		padding: 0 0 0px 50px;
	}
	#content #faq ul.q_a li i{
		width: 34px;
	}
	#content #faq ul.q_a li h4{
		font-size: 1.375rem;
	}
}
@media only screen and (max-width: 480px) {
	#content #faq ul.q_a li{
		padding: 0 0 15px 45px;
	}
	#content #faq ul.q_a li.a{
		padding: 0 0 0px 45px;
	}
	#content #faq ul.q_a li i{
		width: 30px;
	}
	#content #faq ul.q_a li h4{
		font-size: 1.250rem;
	}
}



/* --------------------
	access
--------------------*/
#content #access{
	width: 100%;
}
#content #access .in-box{
	padding: 50px 0 50px 0;
}
#content #access #map{
	width: 100%;
	display: block;
	position: relative;
}
#content #access #map iframe{
	width: 100% !important;
	height: 500px !important;
	display: block;
	position: relative;
}

#content #access p{
	width: 100%;
	text-align: center;
	padding: 10px 0 0 0;
	font-weight: 500;
}

@media only screen and (max-width: 1020px) {
	#content #access .in-box{
		padding: 50px 0 50px 0;
	}
	#content #access #map iframe{
		height: 450px !important;
	}
}
@media only screen and (max-width: 768px) {
	#content #access .in-box{
		padding: 30px 0 30px 0;
	}
	#content #access #map iframe{
		height: 400px !important;
	}
}
@media only screen and (max-width: 480px) {
	#content #access #map iframe{
		height: 350px !important;
	}
}

