body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

img{
	max-width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

hr {
	margin-top: 20px;
	border-top: 1px solid #dcdddd;
}

ul{	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; }


.clear { clear:both; }


a, a:link, a:active, a:visited {
	color: #ed6c00;
	outline: none;
	border: none;
	text-decoration: underline;
}

a:hover {
  filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

p {
	color: #3E3A39;
	letter-spacing: 1px;
	font-size: 17px;
	line-height: 28px;
}


a.btn{
	display: block;
	width: 450px;
	letter-spacing: 2px;
	text-align: center;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 15px 5px 15px 5px;
	background: url('../img/common/arrow-right-white.svg') no-repeat;
	background-size: 8px 8px;	
	background-position: 20px 23px;
	background-color:#231815;
	text-decoration: none;
	border-radius: 0px;
	clear: both;
}
a.btn:hover{
	color: #DBCEC6;
	background-color:#876F00;
	filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
a.btn.white{
	background: url('../img/common/arrow-right-black.svg') no-repeat;
	background-size: 8px 8px;	
	background-position: 20px 23px;
	background-color:#fff;
	color: #231815;
	border: 1px solid #cdcdcd;
}
a.btn.white:hover {
	color: #cdcdcd;
  }


@media screen and (max-width: 991px) {
	p {
		font-size: 15px;
		line-height: 24px;
	}
}
@media screen and (max-width: 650px) {
	a.btn{
		width: 100%;
		font-size: 15px;
		letter-spacing: 0px;
		padding: 12px 5px 12px 5px;
		background: url('../img/common/arrow-right-white.svg') no-repeat;
		background-size: 8px 8px;	
		background-position: 15px 18px;
		background-color:#231815;

	}
}


/*	header
________________________________________*/

header{
}
header h1,
header p{
	display: block;
	margin-top: 0;
	text-align: left;
	font-size: 10px;
	line-height: 14px;
	color: #fff;
	letter-spacing: 0px;
	background-color: #231815;
	font-style: normal;

}

header .inner{
	background-color: #231815;

}

header .left{
	height: 90px;
	background-color: #231815;
	padding: 5px 0px 10px 15px;
	width: 40%;
	float: left;
}
header .left img{
	width: 260px;
	margin-left: 0;
}


header .right{
	padding: 0px 15px 0px 0px;
	background-color: #231815;
	position: relative;
	width: 60%;
	float: right;
	height: 90px;
}
header .right .inner01{
	float: right;
	background-color: #231815;
	height:90px;


}

header .right .inner01 ul li{
	float: left;
	width: 180px;
	border-left: 1px solid #fff;
	height: 90px;
	text-align: center;
}

header .right .inner01 ul li a{
	padding-top: 35px;
	display: block;
	width: 180px;
	height: 90px;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
}

header .right .inner02{
	background-color: #231815;
	float: right;
	display: block;
	width: 220px;
	height: 110px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

header .right .inner02 a{
	padding-top: 30px;
	display: block;
	width: 220px;
	height: 110px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
}

header .right .inner02 a small{
	display: block;
	font-size: 14px;

}


@media screen and (max-width: 1052px) {
	header .left{
		width: 42%;
	}
	header .right{
		padding: 0px 0px 0px 0px;
		width: 58%;
	}
	header .right .inner01 ul li{
		width: 160px;
	}
	
	header .right .inner01 ul li a{
		width: 160px;
	}

}
@media screen and (max-width: 991px) {
	header .left{
		padding: 5px 15px 10px 15px;
		width: 100%;
		float: none;
		height: auto;
	}
	header h1,
	header p{
		text-align: center;
	}
	header .left img{
		width: 260px;
		margin-left: auto;
		margin-right: auto;
	}
	header .right{
		border-top: 1px solid #fff;
		width: 100%;
		float: none;
		clear: both;
	}
	header .right .inner01{
		float: none;
	}

	header .right .inner01 ul{
		width: 100%;
	}
	header .right .inner01 ul li{
		width: 33%;
		border-left:none;
		border-right: 1px solid #fff;

	}
	header .right .inner01 ul li a{
		width: 100%;
	}
	header .right .inner02{
		width: 34%;
		height: 90px;
		border-left:none;
		border-right:none;
	}
	header .right .inner02 a{
		padding-top: 25px;
		width: 100%;
		height: 90px;

	}

}

@media screen and (max-width: 500px) {
	header .right .inner02 a,
	header .right .inner01 ul li a{
		font-size: 13px;
	}
}
@media screen and (max-width: 410px) {
	header .left{
		padding: 5px 3px 10px 3px;
	}
	header h1,
	header p{
		font-size: 9px;
		line-height: 12px;
	}
}





/*	main
________________________________________*/

.home main{
	width: 100%;
	clear: both;
	margin-top: -100px;
	height: 850px;
	background: url('../img/home/main-bg.jpg') no-repeat center top;
	background-size: 2600px 850px;
	background-color: #FCFBFA;
}
.home main img.title{ 
	padding-top: 150px;
	width: 1000px;
}
.home main img.img{ 
	padding-top: 30px;
	width: 35px;
}

.home main .inner{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	margin-top: 30px;
	text-align: center;
	border: 1px solid #999;
	background-color: rgba(255,255,255,0.5);
	border-radius: 10px;
	padding: 20px 40px 20px 40px;
}


@media screen and (max-width:1201px) {
	.home main{
		height: 790px;
		background: url('../img/home/main-bg.jpg') no-repeat center top;
		background-size: 2600px 790px;
	}
}

@media screen and (max-width: 1180px) {
	.home main img.title{ 
		width: 90%;
	}

}
@media screen and (max-width: 991px) {
	.home main img.title{ 
		padding-top: 80px;
	}
	.home main .inner{
		width: 85%;
	}
	.home main{
		height: 650px;
		background: url('../img/home/main-bg.jpg') no-repeat center top;
		background-size: 2500px 650px;
	}
}
@media screen and (max-width: 650px) {
	.home main img.title{ 
		padding-top: 50px;
	}
	.home main img.title{ 
		width: 100%;
	}
	.home main .inner{
		width: 95%;
	}
	.home main p{
		text-align: left;
	}
	.home main p br{
		display: none;
	}
}

@media screen and (max-width: 500px) {
	.home main{
		height: 600px;
		background: url('../img/home/main-bg.jpg') no-repeat center top;
		background-size: 2400px 600px;
	}
}





/*	home
________________________________________*/

.home .sc01{
	margin-top: -50px;
	background: url('../img/home/sc01-img.jpg') no-repeat;
	background-size:700px 550px;
	background-position: right top;
}

.home span.title{
	position: relative;
	display: block;
	z-index: 3;
	font-size: 17px;
}
.home span.title::before{
	content: url(../img/home/sc01-title.svg);
	display: block;
	width: 350px;
	padding-bottom: 10px;
}
.home .sc02 span.title::before{
	content: url(../img/home/sc02-title.svg);
	width: 340px;
	padding-bottom: 10px;
	margin-left: -5px;
}

.home hr.line{
	margin-top: -13px;
	z-index: 1;
	margin-left: 80px;
}
.home .sc02 hr.line{
	margin-left: 130px;
}


.home span.bloon{
	position: relative;
	display: inline-block;
	margin: 30px 0px 10px 0;
	padding: 5px 15px;
	min-width: 120px;
	max-width: 100%;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	background: #EFEFEF;
	border-radius: 0px;
	letter-spacing: 1px;
}
  
.home span.bloon:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border: 5px solid transparent;
	border-top: 5px solid #EFEFEF;
}
.home h2{
	font-size:22px;
	line-height: 28px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.home .sc01 .inner{
	width: 50%;
}
.home .sc01 .inner p,
.home .sc02 .inner p{
	font-size:16px;
	line-height: 35px;
}


.home .sc01 .inner02{
	position: relative;
	margin-top: 90px;
	border-top: 1px solid #dcdddd;
	border-bottom: 1px solid #dcdddd;
	z-index: 1;
}
.home .sc01 .inner02 img{
	width: 90px;
}

.home .sc01 .inner02 .left{
	width: 33%;
	border-left: 1px solid #dcdddd;
	border-right: 1px solid #dcdddd;
	float: left;
}
.home .sc01 .inner02 .center{
	width: 33%;

	float: left;
}
.home .sc01 .inner02 .right{
	width: 34%;
	border-left: 1px solid #dcdddd;
	border-right: 1px solid #dcdddd;
	float: right;
}

.home .sc01 .inner02 h3{
	position: relative;
	display: block;
	margin: -20px 0px 30px 0;
	padding: 10px 15px;
	width: 250px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	background: #EFEFEF;
	border-radius: 0px;
	letter-spacing: 1px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.home .sc01 .inner02 h3:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border: 5px solid transparent;
	border-top: 5px solid #EFEFEF;
}

.home .sc01 .inner02 ul{
	padding: 30px 50px 80px 50px;
}
.home .sc01 .inner02 ul li{
	font-size: 15px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #C9CACA;
	background: url('../img/common/circle-black.svg') no-repeat;
	background-size:3px 3px;
	background-position: 2px 8px;
	padding-left: 13px;
}
.home .sc01 .inner02 ul li:first-child{
	border-top: 1px dotted #C9CACA;
	padding-top: 10px;
	background: url('../img/common/circle-black.svg') no-repeat;
	background-size:3px 3px;
	background-position:  2px 18px;

}


.home .sc01 .navi{
	position: relative;
	z-index: 3;
}

.home .sc01 a.btn.white{
	margin-top: -5px;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.home .sc02{
	padding-top: 180px;
	background:url('../img/home/sc02-bg.png') no-repeat;
	background-size:1500px 600px;
	background-position:center top;
}

.home .sc02 img.left{
	width: 700px;
	height: 550px;
	position: absolute;
	margin-left: -200px;
	margin-top: -20px;
	z-index: 1;
}

.home .sc02 .inner{
	position: relative;
	width: 50%;
	float: right;
	z-index: 2;
}
.home .sc02 a{
	margin-top: 40px;
}


@media screen and (min-width: 2500px) {
	.home .sc01{
		background: url('../img/home/sc01-img.jpg') no-repeat;
		background-size:700px 550px;
		background-position: left 71% top 0;
	}
}
@media screen and (max-width: 2499px) {
	.home .sc01{
		background: url('../img/home/sc01-img.jpg') no-repeat;
		background-size:700px 550px;
		background-position: left 75% top 0;
	}
}

@media screen and (max-width: 2200px) {
	.home .sc01{
		background: url('../img/home/sc01-img.jpg') no-repeat;
		background-size:700px 550px;
		background-position: left 80% top 0;
	}
}

@media screen and (max-width: 1960px) {
	.home .sc01{
		background: url('../img/home/sc01-img.jpg') no-repeat;
		background-size:700px 550px;
		background-position: left 85% top 0;
	}
}
@media screen and (max-width: 1765px) {
	.home .sc01{
		background: url('../img/home/sc01-img.jpg') no-repeat;
		background-size:700px 550px;
		background-position: left 90% top 0;
	}
}
@media screen and (max-width: 1650px) {
	.home .sc01{
		background: url('../img/home/sc01-img.jpg') no-repeat;
		background-size:700px 550px;
		background-position: left 95% top 0;
	}
}

@media screen and (max-width: 1530px) {
	.home .sc01{
		background: url('../img/home/sc01-img.jpg') no-repeat;
		background-size:700px 550px;
		background-position: left 100% top 0;
	}
}




@media screen and (max-width: 1420px) {
	.home .sc01{
		background: url('../img/home/sc01-img.jpg') no-repeat;
		background-size:700px 550px;
		background-position: left 110% top 0;
	}
}



@media screen and (max-width: 1300px) {
	.home .sc01{
		background: url('../img/home/sc01-img.jpg') no-repeat;
		background-size:700px 550px;
		background-position: left 122% top 0;
	}

}
@media screen and (max-width: 1201px) {
	.home .sc01 .inner{
		width: 70%;
		background-color: rgba(255,255,255,0.9);
		padding: 30px 40px 30px 40px;
	}
	.home .sc01 .inner02{
		margin-top: 50px;
	}
	.home .sc01 .inner02 ul{
		padding: 30px 20px 80px 20px;
	}
	.home .sc02 .inner{
		width: 70%;
		background-color: rgba(255,255,255,0.9);
		padding: 30px 40px 30px 40px;
	}
}

@media screen and (max-width: 991px) {
	.home .sc01 .inner{
		width: 100%;
		background: none;
		padding: 0px 0px 0px 0px;
	}
	.home .sc01{
		background: none;
	}

	.home .sc01 .inner02{
		border-top: none;
		border-bottom: 1px solid #dcdddd;
		padding-bottom: 40px;
	}
	.home .sc01 .inner02 .left{
		width: 100%;
		border-left: none;
		border-right: none;
		float: none;
	}
	.home .sc01 .inner02 .center{
		width: 100%;
		float: none;
	}
	.home .sc01 .inner02 .right{
		width: 100%;
		float: none;
		border-left: none;
		border-right: none;
	}
	.home .sc01 .inner02 h3{
		margin: -20px 0px 20px 0;
		width:100%;
	}
	.home .sc01 .inner02 ul{
		padding: 0px 0px 30px 0px;
	}
	.home .sc01 .inner02 img{
		display: none;
	}
	.home .sc01 .inner02 ul li:first-child{
		border-top: none;
		padding-top: 0px;
		background: url('../img/common/circle-black.svg') no-repeat;
		background-size:3px 3px;
		background-position:  2px 8px;
	
	}
	.home .sc02 .inner{
		width: 100%;
		background: none;
		padding: 0px 0px 0px 0px;
	}
	.home .sc02{
		padding-top: 80px;
		background:none , url('../img/home/sc02-bg.png') no-repeat;
		background-size:700px 550px , 1500px 600px;
		background-position: -130px 180px ,center top;
	}
	.home .sc02 img.left{
		display: none;
	}

}

@media screen and (max-width: 650px) {
	.home .sc01 a.btn.white{
		width: 90%;
		background: url('../img/common/arrow-right-black.svg') no-repeat;
		background-size: 8px 8px;	
		background-position: 15px 18px;
		background-color: #fff;
	}
}

@media screen and (max-width: 500px) {
	.home span.title::before{
		content: url(../img/home/sc01-title.svg);
		display: block;
		width: 300px;
		padding-bottom: 10px;
	}
	.home .sc02 span.title::before{
		content: url(../img/home/sc02-title.svg);
		width: 290px;
		padding-bottom: 10px;
		margin-left: -5px;
	}

}






/*	footer
________________________________________*/

.navi-block{
	padding-top: 30px;
	padding-bottom: 45px;
	margin-top: 110px;
	background-color: #FCFBFA;
	border-top: 1px solid #dcdddd;
	text-align: center;
}

.navi-block h3{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 30px;
	line-height:32px;
	letter-spacing: 1px;
	background: url('../img/common/arrow-under-black.svg') no-repeat;
	background-size:25px 25px;
	background-position: center bottom;
	padding-bottom: 40px;
	font-weight: 600;
}
.navi-block p{
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 30px;
}

footer{
	background-color: #231815;
	padding-top: 30px;
	padding-bottom: 30px;
}

footer .left{
	float: left;
	width: 30%;
}
footer .left img{
	width: 260px;
	margin-left: 0;
}
footer .right{
	float: right;
	width: 70%;
}
footer .right ul{
	padding-top: 10px;
	float: right;
}
footer .right ul li{
	float: left;
	background: url('../img/common/arrow-right-white.svg') no-repeat;
	background-size:6px 6px;
	background-position: left 8px;
	margin-right: 25px;
	padding-left: 12px;
	font-size: 15px;
}
footer .right ul a{
	color: #fff;
}
footer small{
	margin-top: 30px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #DCDDDD;
	width: 190px;
	text-align: center;
	padding: 5px 5px 5px 5px;
	border-radius: 10px;
	font-size: 11px;
}

@media screen and (max-width:1201px) {
	.navi-block{
		margin-top: 80px;
	}
	.navi-block p{
		text-align: left;
		font-size: 15px;
		line-height: 28px;
		margin-bottom: 30px;
	}
	.navi-block p br{
		display: none;
	}
}

@media screen and (max-width:400px) {
	.navi-block h3{
		font-size: 24px;
		line-height:28px;
	}
}

@media screen and (max-width:700px) {
	footer .left,
	footer .right{
		float: none;
		width: 100%;
		text-align: center;
	}
	footer .left img{
		width: 260px;
		margin-left:auto;
		margin-right: auto;
	}
	footer .right ul{
		padding-top: 0px;
		padding-bottom: 30px;
		padding-left: 20px;
		float: none;
	}
	footer small{
		margin-top: 10px;
	}
	footer .right a{
		text-decoration: none;
	}
	footer .right ul li{
		float: none;
		text-align: left;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px dotted #C9CACA;
	}

}



/*	page main
________________________________________*/


.page main{
	padding-top: 170px;
	height: 300px;
	background: url('../img/page/main-bg.jpg') no-repeat;
	background-size:2700px 300px;
	background-position: center top;
}
.page main span{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 350px;
	font-size: 22px;
	line-height: 22px;
	background-color: rgba(255,255,255,0.8);
	padding: 12px 10px 12px 10px;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}


@media screen and (max-width:991px) {
	.page main{
		padding-top: 55px;
		height: 150px;
		background: url('../img/page/main-bg.jpg') no-repeat;
		background-size:2000px 150px;
		background-position: center top;
	}
	.page main span{
		width: 320px;
	}
}

/*	page contents
________________________________________*/

.page .sc01{
	padding-top: 50px;
	background: url('../img/page/sc01-bg.png') no-repeat;
	background-size:1700px 300px;
	background-position: center top;
}
.page .sc02{
	padding-top: 70px;
}

.page span.title{
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 27px;
	line-height: 27px;
	font-weight: bold;
	letter-spacing: 1px;
}

.page span.title::before{
	content: url(../img/page/midashi.svg);
	display: block;
	width: 55px;
	padding-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}

.page .container p{
	font-size: 16px;
	line-height: 32px;
}


@media screen and (max-width:991px) {
	.page .sc01{
		padding-top: 50px;
		background: url('../img/page/sc01-bg.png') no-repeat;
		background-size:1000px 200px;
		background-position: center top;
	}
	.page .sc02{
		padding-top: 30px;
	}
}

/*	business
________________________________________*/

.page .business .sc01 .inner{
	margin-top: 50px;
}

.page .business .sc01 .inner .left{
	width: 67%;
	float: left;
}
.page .business .sc01 .inner .right{
	width: 30%;
	float: right;
}

.page .business .sc01 .inner .left h1{
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 1px;
	font-weight: bold;
	border-bottom: 1px solid #C9CACA;
	margin-bottom: 20px;
	padding-bottom: 20px;
}


.page .business .sc01 .inner02{
	position: relative;
	margin-top: 70px;
	border-top: 1px solid #dcdddd;
	border-bottom: 1px solid #dcdddd;
	z-index: 1;
}
.page .business .sc01 .inner02 img{
	width: 90px;
}

.page .business .sc01 .inner02 .left{
	width: 33%;
	border-left: 1px solid #dcdddd;
	border-right: 1px solid #dcdddd;
	float: left;
}
.page .business .sc01 .inner02 .center{
	width: 33%;

	float: left;
}
.page .business .sc01 .inner02 .right{
	width: 34%;
	border-left: 1px solid #dcdddd;
	border-right: 1px solid #dcdddd;
	float: right;
}

.page .business .sc01 .inner02 h2{
	position: relative;
	display: block;
	margin: -20px 0px 30px 0;
	padding: 10px 15px;
	width: 250px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	background: #EFEFEF;
	border-radius: 0px;
	letter-spacing: 1px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.page .business .sc01 .inner02 h2:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border: 5px solid transparent;
	border-top: 5px solid #EFEFEF;
}

.page .business .sc01 .inner02 ul{
	padding: 30px 50px 40px 50px;
}
.page .business .sc01 .inner02 ul li{
	font-size: 15px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #C9CACA;
	background: url('../img/common/circle-black.svg') no-repeat;
	background-size:3px 3px;
	background-position: 2px 8px;
	padding-left: 13px;
}
.page .business .sc01 .inner02 ul li:first-child{
	border-top: 1px dotted #C9CACA;
	padding-top: 10px;
	background: url('../img/common/circle-black.svg') no-repeat;
	background-size:3px 3px;
	background-position:  2px 18px;

}

.page .business .sc02 span.title{
	margin-bottom: 30px;
}
.page .business .sc02 img{
	position: absolute;
	width: 80px;
	margin-left: -40px;
	margin-top: -48px;
}
.page .business .sc02 .inner{
	margin-top: 70px;
	background-color: #EFEFEF;
	padding: 25px 40px 40px 40px;
}
.page .business .sc02 .inner h3{
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	padding-left: 60px;
	margin-top: 0px;
	padding-bottom: 10px;
}
.page .business .sc02 .inner02{
	background-color: #fff;
	padding: 30px 35px 30px 35px;
}

.page .business .sc02 .inner02 strong{
	font-weight: bold;
	text-decoration: underline;
}
.page .business .sc02 .inner02 ul{
	margin-top: 20px;
}
.page .business .sc02 .inner02 ul li{
	float: left;
	margin-right: 10px;
	color: #fff;
	background-color: #C07700;
	padding: 5px 15px 5px 15px;
	font-size: 12px;
}




@media screen and (max-width: 1201px) {
	.page .business .sc01 .inner02 ul{
		padding: 30px 20px 30px 20px;
	}
}



@media screen and (max-width:991px) {
	.page .business .sc01 .inner .left{
		width: 100%;
		float: none;
	}
	.page .business .sc01 .inner .right{
		display: none;
	}


	.page .business .sc01 .inner02{
		margin-top: 40px;
		border-top: none;
		border-bottom: none;
		padding-bottom: 0px;
	}
	.page .business .sc01 .inner02 .left{
		width: 100%;
		border-left: none;
		border-right: none;
		float: none;
	}
	.page .business .sc01 .inner02 .center{
		width: 100%;
		float: none;
	}
	.page .business .sc01 .inner02 .right{
		width: 100%;
		float: none;
		border-left: none;
		border-right: none;
	}
	.page .business .sc01 .inner02 h2{
		margin: -20px 0px 20px 0;
		width:100%;
	}
	.page .business .sc01 .inner02 ul{
		padding: 0px 0px 30px 0px;
	}
	.page .business .sc01 .inner02 img{
		display: none;
	}
	.page .business .sc01 .inner02 ul li:first-child{
		border-top: none;
		padding-top: 0px;
		background: url('../img/common/circle-black.svg') no-repeat;
		background-size:3px 3px;
		background-position:  2px 8px;
	}
}


@media screen and (max-width:630px) {
	.page .business .sc02 img{
		position: absolute;
		width: 60px;
		margin-left: -20px;
		margin-top: -35px;
	}
	.page .business .sc02 .inner h3{
		font-size: 16px;
		line-height: 22px;
		padding-left: 50px;
	}
	.page .business .sc02 .inner{
		margin-top: 40px;
		background-color: #EFEFEF;
		padding: 25px 20px 20px 20px;
	}
	.page .business .sc02 .inner02 ul li{
		float: left;
		margin-right: 5px;
		margin-bottom: 5px;
		color: #fff;
		background-color: #C07700;
		padding: 5px 15px 5px 15px;
		font-size: 12px;
	}
	.page .business .sc02 .inner02{
		background-color: #fff;
		padding: 20px 20px 20px 20px;
	}

}



/*	company
________________________________________*/

.page .company .sc01 .inner{
	margin-top: 70px;
}

.page .company .sc01 .inner .left{
	width: 68%;
	float: left;
}
.page .company .sc01 .inner .right{
	width: 30%;
	float: right;
}


.page .company .sc01 .inner .left h1{
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 1px;
	font-weight: bold;
	border-bottom: 1px solid #C9CACA;
	margin-bottom: 20px;
	padding-bottom: 20px;
	margin-top: 0px;
}

.page .company .sc01 .inner .right img{
	width: 280px;
}

.page .company table{
	margin-top: 50px;
	font-size: 16px;
	letter-spacing: 1px;
}

.page .company table th,
.page .company table td{
	padding: 30px 30px 30px 30px;
}

.page .company table th{
	background-color: #F4F4F4;
	vertical-align:middle;
}

.page .company table address.margin-top{
	margin-top: 30px;
}


@media screen and (max-width:991px) {
	.page .company .sc01 .inner .left{
		width: 100%;
		float: none;
	}
	.page .company .sc01 .inner .right{
		width: 100%;
		float: none;
		margin-top: 20px;
	}
	.page .company .sc01 .inner .right img{
		width: 240px;
	}
	.page .company table{
		margin-top: 30px;
	}
	.page .company table th,
	.page .company table td{
		display: block;
		width: 100%;
		padding: 20px 20px 20px 20px;

	}

}


/*	contact
________________________________________*/

.page .company.contact{
	margin-bottom: 60px;
}


.page .company.contact .sc01 .inner {
	margin-top: 30px;
  }

.page .company.contact .sc02{
	padding-top: 20px;
  }

.page .company.contact table{
	margin-top: 0px;
}


.page .contact p.msg{
	font-size: 14px;
	margin-bottom: 0px;
}
.page .contact span.required{
	color: #fff;
	margin-left: 5px;
	padding: 3px 5px 3px 5px;
	font-size: 12px;
	letter-spacing: 1px;
	text-decoration: none;
	background-color: #D7000F;
	text-align: center;
}

.page .contact th{
	white-space: nowrap

}


.page .contact .privacy{
	margin: 0px 0px 20px 0px;
	padding: 20px 20px 20px 20px;
	height: 150px;
	overflow: auto;
	background-color: #efefef;
	border: 1px solid #c0c0c0;
	border-radius: 5px;

}

.page .contact .privacy h5{
	font-size: 16px;
	font-weight: bold;
}
.page .contact .privacy h6{
	margin-top: 30px;
	font-size: 14px;
	font-weight: bold;
}
.page .contact .privacy p{
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 30px;
}
.page .contact .privacy ul{
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
	list-style:disc;
	padding-left: 10px;
	margin-bottom: 30px;
}
.page .contact .privacy ul li{
	margin-bottom: 0px;
	padding-bottom: 5px;

}




.form-control01 {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 20%;
  	float: left;
}

.form-control02 {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 10%;
  	float: left;
}

.form-control03 {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 30%;
  	float: left;
}

.form-control04 {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
  	float: left;
}

.form-control03.clear {
	display: inline;
  	float: none;
}

.form-control.short {
	width: 50%;
  }


.page .contact .btn-lg{
	margin-top: 30px;
	margin-bottom: 30px;
	display: block;
	color: #fff;
	border-radius: 0px;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 2px;
	text-decoration: none;
	width: 450px;
	padding: 15px 5px 15px 5px;
	background: url('../img/common/arrow-right-white.svg') no-repeat;
	background-size: 8px 8px;	
	background-position: 20px 23px;
	background-color:#231815;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: none;
}

.page .contact .btn-lg:hover{
	color: #DBCEC6;
	background-color:#876F00;
	filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

@media screen and (max-width:1201px) {
	.page .company.contact .sc01 .inner p br{
		display: none;
	}
}

@media screen and (max-width:991px) {
	.form-control01,
	.form-control02,
	.form-control03,
	.form-control04,
	.form-control.short{
		width: 100%;
	}


}

@media screen and (max-width:600px) {
	.page .contact .btn-lg{
		width: 90%;
	}
}
@media screen and (max-width:700px) {
	select {
		width: 100%;
	}
}



/*	contact 確認画面 & 完了画面
________________________________________*/

.page .contact p.error_messe{
	margin-bottom: 10px;
	color: #D7000F;



}
.page .contact p.error{
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
}

.page .contact table{
	width: 100%;
}


.page .contact .btn-small{
	display: block;
	text-align: center;
	letter-spacing: 1px;
	width: 200px;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	color: #999;
	padding: 10px 10px 10px 10px;
	border: none;
	background-color:#f5f5f5;
	background-size:9px 9px;
	border-radius: 30px;
}

.page .contact #formWrap table{
	border-radius: 0px;
}


.page .contact p.thanks{
	text-align: center;
	margin-bottom: 150px;
}

@media screen and (max-width:1201px) {
	.page .contact p.thanks{
		text-align: left;
		margin-bottom: 100px;
	}
}














