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



	.sc_p01{
    text-align: center;
}
/*背景
.vo_in_wrap {
  background-image: url("../img/bc_ye.png");
  background-repeat: repeat;
	background-color: #f6ed55;
}*/
/*背景
.vo_in_wrap02 {
  background-image: url("../img/bc_ore.png");
  background-repeat: repeat;
	background-color: #e2a02d;
}*/

/*-------mb-768以下------*/
@media(max-width:768px) {
	
	.vo_t01 {
    width: 100%;
	margin: 0 auto;
}
.vo_in_small01_wrap {
    width: 90%;
    margin: 0 auto;
}
	.sc_p01 img{
	width:100%;
		text-align: center;
		padding-top: 1rem;
}

	.tp_button {
    padding-top: 0.5rem;
    padding-bottom: 3rem;
}
	.vo_in_small01 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
		.vo_in_wrap, .vo_in_wrap02{
    padding-bottom: 1rem;
}
	.vo_in_small01_wrap {
    margin-bottom: 1rem;
}
}
/*-------PC-769以上------*/
@media(min-width:769px) {
	.vo_in_small01_wrap{
    width: 80%;
    margin: auto;
}
	.vo_in_small01 {
    width: 80%;
    margin: auto;
}
.vo_t01 img,.sc_p01 img{
	width: 100%;
}
.vo_in_small01 {
    flex-flow: row-reverse;
}
	.vo_in_small01{
    display: flex;
		justify-content: center;
		flex: 1;
}
.sc_p01{
    text-align: end;

}
	.vo_t01 {
		 padding-left: 2rem;
		    width: 100%;
}
	

	.vo_in_small01_wrap {
		padding: 1.5rem;
}
	/*背景柄*/
/*	.vo_in_wrap{
  background-image:url("../img/bc_cl02_left.png"),url("../img/bc_cl02_right.png"),url("../img/bc_ye.png");
	background-repeat:no-repeat,no-repeat,repeat;
	background-position:left center,right bottom;}*/
.vo_p {
    line-height: 2rem;
    letter-spacing: 2px;
}
}
/*-------PC大--1024-----*/
@media(min-width:1025px) {
	.vo_in_small01_wrap{
    width: 70%;
}
	.vo_in_small01 {
    width: 70%;

}
		/*-------keyー-------*/
.sc_key{
	height: 40vh;}

}