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

.all_wrapper{
	width:100%;
	height: auto;
	display:block;
	margin:0 auto;
	overflow: hidden;
	display: block;
	position: relative;
	top:-120px;
}

@media screen and (max-width: 700px) {
.all_wrapper{
	width:100%;
	height: auto;
	display:block;
	margin:0 auto;
	overflow: hidden;
	display: block;
	position: relative;
	top:120px;
}
}

/*
========================================
    大見出し枠ここから
=========================================
 */

.pankuzu_wrapper{
	width:100%;
	height: 100px;
	display:block;
	margin:0 auto;
	background-color: #e9e9e9;
	display: inline-block
}


.pankuzu_list{
	width:100%;
	max-width:1000px; 
	height: 100px;
	display:flex;
	flex-direction: row;
	background-color: #e9e9e9;
	margin:0 auto;
}

.company{
	width: 100%;
	max-width: 500px;
	height: auto;
	display: inline-block;
	font-size:30px;
	margin-left: 2%;
	line-height: 3.3em;
	/*font-family: '游ゴシック','Yu Gothic',San-Serif;*/
}

.pankuzu{
	width: 100%;
	max-width: 500px;
	height: auto;
	display: inline-block;
	font-size:15px;
	text-align: right;
	line-height: 10em;
	
}

@media screen and (max-width: 700px) {
	
.company{
	width: 100%;
	max-width: 450px;
	height: auto;
	display: inline-block;
	font-size:20px;
	margin: 0 auto;
	line-height: 5em;
	text-align: center;
	/*font-family: '游ゴシック','Yu Gothic',San-Serif;*/
}

.pankuzu{
	display: none;
}
	
}


/*
========================================
    大見出し枠ここまで
=========================================
 */

/*
========================================
    Sitemap タイトルここから
=========================================
 */

.title_wrapper{
	width: 100%;
	max-width: 1000px;
	height: 300px;
	display: table;
	margin:0 auto;
	text-align: center;
}

.title1{
	width: 100%;
	max-width: 1000px;
	height: 300px;
	display: table;
	margin:0 auto;
	text-align: center;
}

.title2{
	width: 100%;
	max-width: 1000px;
	height: 300px;
	margin:0 auto;
	font-size: 35px;
	font-weight: bold;
	line-height: 2em;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

@media screen and (max-width: 1000px) {
	
.title_wrapper{
	width: 100%;
	max-width: 700px;
	height: 150px;
	display: block;
	margin:0 auto;
}

.title1{
	width: 100%;
	max-width: 700px;
	height: auto;
	display: inline-block;
	margin:0 auto;
	font-size: 20px;
	font-weight: bold;
	line-height: 3em;
	text-align: center;
}

.title2{
	width: 100%;
	max-width: 700px;
	height: auto;
	display: inline-block;
	margin:0 auto;
	margin-top: 40px;
	font-size: 20px;
	font-weight: bold;
	line-height: 3.5em;
	text-align: center;
}

}

@media screen and (max-width: 700px) {
	
.title_wrapper{
	width: 100%;
	max-width: 450px;
	height: 100px;
	display: block;
	margin:0 auto;
	display: none;
}

.title1{
	width: 100%;
	max-width: 450px;
	height: auto;
	display: inline-block;
	margin:0 auto;
	font-size: 20px;
	font-weight: bold;
	/*line-height: 5em;*/
	text-align: center;
}

.title2{
	width: 100%;
	max-width: 450px;
	height: auto;
	display: none;
	margin:0 auto;
	padding-top: 15px;
	font-size: 20px;
	font-weight: bold;
	line-height: 3.5em;
	text-align: center;
}

}


/*
========================================
    Sitemap タイトルここまで
=========================================
 */

/*
========================================
    Sitemap ここから
=========================================
 */

#main{
	width: 100%;
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f0f0f1;
	display: block;
	font-size: 15px;
}

#main .box01 {
	width: 100%;
	max-width: 740px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;	/*#F3F3F3*/
	border: 1px solid #E1E1E1;
	margin-bottom: 20px;
}
#main .box01 td {
	width: 100%;
	max-width: 740px;
	height: auto;
	padding-top: 6px;
	padding-bottom: 6px;
	/*background-image: url(../sitemap/images/arrow.gif);*/
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 40px;
}
#main .box02 {
	width: 100%;
	width: 740px;
	height: auto;
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;	/*#F3F3F3*/
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #E1E1E1;
	border-left-color: #E1E1E1;
	margin-bottom: 20px;
}
#main .box02 th {
	width: 100%;
	width: 180px;
	height: auto;
	text-align: left;
	/*background-image: url(../sitemap/images/arrow.gif);*/
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 40px;
	font-weight: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E1E1E1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
}
#main .box02 td {
	width: 100%;
	width: 520px;
	height: auto;
	padding-top: 10px;
	padding-bottom: 9px;
	padding-left: 50px;
	/*background-image: url(../sitemap/images/arrow.gif);*/
	background-repeat: no-repeat;
	background-position: 30px center;
	background-color: #FAFAFA;	/*#FAFAFA*/
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E1E1E1;
	border-bottom-color: #E1E1E1;
}

.company_introduction{
	vertical-align:middle;
}

.product{
	vertical-align: middle;
}

.sitemap{
	padding-left:40px !important;
}

@media screen and (max-width: 500px) {
	
#main{
	width: 100%;
	max-width: 500px;
	height: auto;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 150px;
	background-color: #ffffff;
	display: block;
	font-size: 15px;
}

#main .box01 {
	width: 100%;
	max-width: 400px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #f0f0f1;	/*#F3F3F3*/
	border: 1px solid #E1E1E1;
	margin-bottom: 20px;
}
#main .box01 td {
	width: 100%;
	max-width: 400px;
	height: auto;
	padding-top: 6px;
	padding-bottom: 6px;
	/*background-image: url(../sitemap/images/arrow.gif);*/
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 20px;
}
#main .box02 {
	width: 100%;
	width: 400px;
	height: auto;
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;
	background-color: #f0f0f1;	/*#F3F3F3*/
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #E1E1E1;
	border-left-color: #E1E1E1;
	margin-bottom: 20px;
}
#main .box02 th {
	width: 100%;
	width: 100px;
	height: auto;
	text-align: left;
	/*background-image: url(../sitemap/images/arrow.gif);*/
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 20px;
	font-weight: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E1E1E1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
}
#main .box02 td {
	width: 100%;
	width: 300px;
	height: auto;
	padding-top: 10px;
	padding-bottom: 9px;
	padding-left: 20px;
	/*background-image: url(../sitemap/images/arrow.gif);*/
	background-repeat: no-repeat;
	background-position: 30px center;
	background-color: #FAFAFA;	/*#FAFAFA*/
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E1E1E1;
	border-bottom-color: #E1E1E1;
}

.company_introduction{
	vertical-align:middle;
}

.product{
	vertical-align: middle;
}

.sitemap{
	padding-left:20px !important;
}
	
}

/*
========================================
    Sitemap ここまで
=========================================
 */

	

	


.space_wrapper{
	width: 100%;
	height: 50px;
	display: block;
}