@charset "UTF-8";
/* CSS Document */
/*top*/
.sc_key img {
  width: 100%;
}
.sc_key{
		height: 30vh;
	background-position: bottom;
	background-size: cover;
}


.sc_key img{
	width: 50%;
}

.sc_in_small01_wrap {
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  border-radius: 2rem;
  margin-top: 1rem;
}
.sc_t01 p
{
  font-family : Noto Sans JP;
  font-size :1rem;
  line-height : 40px;
  letter-spacing :2px;
  color : #464646;
}
	.sc_p01{
    text-align: center;
}
/*背景*/
.sc_in_wrap {
  background-image: url("../img/bc_ye.png");
  background-repeat: repeat;
	background-color: #f6ed55;
}
/*背景*/
.sc_in_wrap02 {
  background-image: url("../img/bc_ore.png");
  background-repeat: repeat;
	background-color: #e2a02d;
}

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

	.tp_button {
    padding-top: 0.5rem;
    padding-bottom: 3rem;
}
	.sc_in_small01 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
		.sc_in_wrap, .sc_in_wrap02{
    padding-bottom: 1rem;
}
	.sc_in_small01_wrap {
    margin-bottom: 1rem;
}
}
/*-------PC-769以上------*/
@media(min-width:769px) {
	.sc_in_small01_wrap{
    width: 80%;
    margin: auto;
}

.sc_t01 img,.sc_p01 img{
	width: 100%;
}

	.sc_in_small01{
    display: flex;
		justify-content: center;
		flex: 1;
		margin: auto;
		
}
.sc_p01{
    text-align: end;

}
	.sc_t01 {
		 padding-left: 2rem;
		    width: 100%;
}
	.sc_in_wrap ,.sc_in_wrap02{
    padding-bottom: 2rem;
		
}
	.sc_in_small01_wrap {
    margin-bottom: 2rem;
		padding: 1.5rem;
}
	/*背景柄*/
	.sc_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;}

	/*背景柄*/
	.sc_in_wrap02{
  background-image:url("../img/bc_cl02_left.png"),url("../img/bc_cl02_right.png"),url("../img/bc_ore.png");
	background-repeat:no-repeat,no-repeat,repeat;
	background-position:left center,right bottom;}
}
/*-------PC大--1024-----*/
@media(min-width:1025px) {
	.sc_in_small01_wrap{
    width: 70%;
}
	.sc_in_small01 {
    width: 70%;

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

}