@charset "UTF-8";
/* CSS Document */

/* -----小さめディスプレイ----- */
@media only screen and (max-width: 960px) {

h2 {
	font-size: 30px;
}

.contentsInner{
	width:96%;
	margin:0 2%;
}

#pageTopBtn{
	right:20px;
	bottom:20px;
	z-index:9999;
}

#en a{
	left:20px;
	bottom:20px;
	z-index:9999;
}

.heading-table-lv2 {
	margin-top: 30px;
}


/* header
-------------------------------------*/
#headerArea{
	min-width:100%;
	display:none;
}

#headerArea ul{
	width:inherit;
}

#headerArea ul li {
	width:inherit;
}

/* SERVICE
-------------------------------------*/
ul#serviceBlock{
	width:inherit;
}

#service .read {
	padding: 0 20px;
}

.jaService {
	padding: 1px 30px 30px;
}

/* COMPANY
-------------------------------------*/
#company table{
	width:96%;
	margin:0 2%;
	max-width: inherit;
}

#company table th,
#company table td{
	width:100%;
	display:block;
}

#company table th{
	border-bottom:1px dashed #333;
	font-weight:bold;
}

#company table td{
	padding:20px 10px;
}

/* CONTACT
-------------------------------------*/
#contact table{
	width:100%;
	margin:0;
}

#contact table th,
#contact table td{
	width:100%;
	display:block;
}

#contact table textarea{
	width:100%;
	display:block;
}

#contact table th{
	border-bottom:1px dashed #FFF;
	font-weight:bold;
}

#contact table td{
	padding:20px 10px;
}

#contact table input.txt01,
#contact table input.txt02 {
	width: 100%;
	max-width: 300px;
}


p.btnBlock{
	width:100%;
}

.submitBtn,
.resetBtn{
	width:90%;
	float:none;
	margin:0 5%;
}

.submitBtn{
	margin-bottom:20px;
}

.line02{padding-top:20px;display:block}
.SPdisplayBlock{display:block!Important;}
.SPdisplayNone{display:none!Important;}

}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
ul#serviceBlock li#service01,
ul#serviceBlock li#service02,
ul#serviceBlock li#service03,
ul#serviceBlock li#service04,
ul#serviceBlock li#service05,
ul#serviceBlock li#service06,
ul#serviceBlock li#service07,
ul#serviceBlock li#service08,
ul#serviceBlock li#service09 {
	position:static!important;
	left:inherit;
	right:inherit;
	top:auto;
	margin-bottom:20px;
}

#service .caution{
	margin-top: 45px;
}

}

@media only screen and (max-width: 550px) {
.table-01 thead {
	display: none;
}
.table-01 tbody th,
.table-01 tbody td {
	display: block;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}
.table-01 tbody th {
	border-bottom: none;
	padding-bottom: 0px;
	font-weight: bold;
}

.bgBlock01 {
	height: 60px;
	background-size: 50px auto;
}

#service .caution{
	margin-top: 45px;
}

#about .movie iframe {
	width: 100%;
	height: 50vw;
}

}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

#mainAreaInner{
	height:400px;
	padding-top:100px;
}

#footerArea{
	padding:30px 0 100px;
}

#mainArea p {
	padding: 60px 40px 0;
	font-size: 20px;
}

#pageTopBtn {
	width: 30px;
	height: 30px;
	background-size: 15px;
}

#pageTopBtn:hover {
	background-size: 15px;
	text-decoration: none;
}

#about p {
	font-size: 13px;
}

#company .read {
	padding: 0 20px;
}

ul#serviceBlock li#service01,
ul#serviceBlock li#service02,
ul#serviceBlock li#service03,
ul#serviceBlock li#service04,
ul#serviceBlock li#service05,
ul#serviceBlock li#service06,
ul#serviceBlock li#service07,
ul#serviceBlock li#service08,
ul#serviceBlock li#service09{
	position:relative!Important;
	left:inherit;
	right:inherit;
	top:inherit;
	margin-bottom:20px;
}

.SPdisplayBlock_s{display:block!important;}

}