@charset "UTF-8";

/**

BOX1

**/
.box1_bg1{
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	background: #0a1232;
	background-image: url("../img/concept/con_box1_bg1.webp");
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}


/**

BOX2

**/
.con_title_bar1{
	clear: both;
	width: 100px;
	height: 1px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background: #5b4e0c;
	background-image: linear-gradient(90deg, #5b4e0c, #b7ac79);
	
}
.box2_flex1{
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
}
@media print, screen and (min-width: 801px) {
.box2_flex1{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.box2_flex1.m01{
	flex-direction: row-reverse;
}
}


.box2_txt1{
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
}
@media print, screen and (min-width: 801px) {
.box2_txt1{
	width: 38%;
	max-width: 380px;
}
}
.box2_ph1{
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
}
@media print, screen and (min-width: 801px) {
.box2_ph1{
	width: 58%;
	max-width: 580px;
}
}
.con_box2_map1_cap1{
	clear: both;
	width: 30px;
	height: 15px;
	margin: 0 6px 0 0;
	padding: 0;
	position: relative;
	top: -2px;
/*	background: #f6d9d7;*/
}
.con_box2_map1_cap1.m01{
	margin: 0 6px 0 20px;
}

.capflex1{
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
}


.box2_flex2{
	clear: both;
	width: 100%;
	max-width: 580px;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.box2_flex2.ft_r01{
	float: right;
}
.box2_ph2{
	clear: both;
	width: 48.276%;
	max-width: 280px;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
}
@media print, screen and (min-width: 801px) {

}










