@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;
}
	
}


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

/*
========================================
    Privacy Policy タイトルここから
=========================================
 */

.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;
}

}


/*
========================================
    Privacy Policy タイトルここまで
=========================================
 */

/*
========================================
    Privacy Policyここから
=========================================
 */

#main{
	width: 100%;
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
	background-color: #f0f0f1;
	display: block;
}

.menu,.menu02{
	width:100%;
	max-width: 920px;
	height: auto;
	margin: 3% 3% 3% 3%;
	padding: 1%;
	background-color: #ffffff;
	display: inline-block;
	text-align: left;
	font-size: 15px;
}

.txt01{
	width:100%;
	max-width: 900px;
	height: auto;
	margin: 0 3% 3% 3%;
	padding: 1%;
	display: inline-block;
	text-align: left;
	font-size: 15px;
	line-height: 1.5em;
}

#main ul{
	width:100%;
	max-width: 900px;
	height: auto;
	padding-left: 4%;
	display: inline-block;
	text-align: left;
	font-size: 15px;
}

#main ul li{
	width:100%;
	max-width: 900px;
	height: auto;
	margin-bottom:2%;
	display: inline-block;
	text-align: left;
	font-size: 15px;
}

#main dl{
	width:100%;
	max-width: 900px;
	height: auto;
	display: inline-block;
	margin-left: 4%;
	margin-bottom: 4%;
}

#main dl dt{
	width:100%;
	max-width: 900px;
	height: auto;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	margin-bottom:1%;
}

#main dl dd{
	width:100%;
	max-width: 900px;
	height: auto;
	display: inline-block;
	font-size: 15px;
}

@media screen and (max-width: 750px) {
	
	#main{
	width: 100%;
	max-width: 650px;
	height: auto;
	margin: 3% 3% 130px 0;
	background-color: #ffffff;
	display: block;
}

.menu,.menu02{
	width:100%;
	max-width: 600px;
	height: auto;
	margin: 3% 3% 3% 3%;
	padding: 1%;
	background-color: #f0f0f1;
	display: inline-block;
	text-align: left;
	font-size: 13px;
}

.txt01{
	width:100%;
	max-width: 600px;
	height: auto;
	margin: 0 3% 3% 3%;
	padding: 1%;
	display: inline-block;
	text-align: left;
	font-size: 13px;
	line-height: 1.5em;
}

#main ul{
	width:100%;
	max-width: 600px;
	height: auto;
	padding-left: 4%;
	display: inline-block;
	text-align: left;
	font-size: 13px;
}

#main ul li{
	width:100%;
	max-width: 600px;
	height: auto;
	margin-bottom:2%;
	display: inline-block;
	text-align: left;
	font-size: 13px;
	text-indent: -1em;
	padding-left: 1em;
}

#main dl{
	width:100%;
	max-width: 600px;
	height: auto;
	display: inline-block;
	margin-left: 4%;
	margin-bottom: 4%;
}

#main dl dt{
	width:100%;
	max-width: 600px;
	height: auto;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	margin-bottom:1%;
}

#main dl dd{
	width:100%;
	max-width: 600px;
	height: auto;
	display: inline-block;
	font-size: 13px;
}

}

@media screen and (max-width: 500px) {
	
	#main{
	width: 100%;
	max-width: 400px;
	height: auto;
	margin: 5% 3% 130px 0;
	background-color: #ffffff;
	display: block;
	line-height: 1.1em;
}

.menu,.menu02{
	width:100%;
	max-width: 350px;
	height: auto;
	margin: 3% 3% 7% 3%;
	padding: 1%;
	background-color: #f0f0f1;
	display: inline-block;
	text-align: left;
	font-size: 13px;
}

.txt01{
	width:100%;
	max-width: 350px;
	height: auto;
	margin: 0 3% 7% 3%;
	padding: 1%;
	display: inline-block;
	text-align: left;
	font-size: 13px;
	line-height: 1.5em;
}

#main ul{
	width:100%;
	max-width: 350px;
	height: auto;
	padding-left: 4%;
	display: inline-block;
	text-align: left;
	font-size: 13px;
}

#main ul li{
	width:100%;
	max-width: 350px;
	height: auto;
	margin-bottom:2%;
	display: inline-block;
	text-align: left;
	font-size: 13px;
	text-indent: -1em;
	padding-left: 1em;
}

#main dl{
	width:100%;
	max-width: 350px;
	height: auto;
	display: inline-block;
	margin-left: 4%;
	margin-bottom: 4%;
}

#main dl dt{
	width:100%;
	max-width: 350px;
	height: auto;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	margin-bottom:1%;
}

#main dl dd{
	width:100%;
	max-width: 350px;
	height: auto;
	display: inline-block;
	font-size: 13px;
}

}

/*
========================================
    Privacy Policyここまで
=========================================
 */

	

	


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