@charset "UTF-8";
/* CSS Document */
@media screen and (min-width: 1081px){
#jirei{
	width: 100vw;
	max-width: 1920px;
	height: auto;
	padding: 5rem 0 3rem;
	background-image: url("../images/jirei_bg_01.png");
	background-repeat: repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}
.jirei_wrap{
	width: 100%;
	max-width: 1080px;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content:center;
	align-items: center;
}
.jirei_title{
	width: 524px;
	height: auto;
}
.jirei_title img{
	width: 100%;
	height: auto;
}
.jirei_contents{
	width: calc(100% - 8rem);
	height: auto;
	padding: 0 4rem;
	margin: 4rem 0 0 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.jirei_parts{
	width: 100%;
	height: auto;
	margin: 0 0 3rem 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.jirei_parts_before{
	width: 354px;
	height: auto;
}
.jirei_parts_before img{
	width: 100%;
	height: auto;
}
.jirei_parts_sankaku{
	width: 54px;
	height: auto;
}
.jirei_parts_sankaku img{
	width: 100%;
	height: auto;
}
.jirei_parts_after{
	width: 495px;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	background: white;
}
.jirei_parts_after_photo{
	width: 100%;
	height: auto;
}
.jirei_parts_after_photo img{
	width: 100%;
	height: auto;
}
.jirei_parts_after_text{
	width: calc(100% - 2rem);
	height: auto;
	padding: 1rem 1rem 1.2rem 1rem;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	text-align: left;
}
.jirei_parts_after_text img{
	width: 100px;
	height: auto;
	margin: 0 1rem 0 0;
}
.jirei_parts_after_text p{
	font-size: 1.25rem;
}
}

@media screen and (min-width: 751px) and (max-width: 1080px){
#jirei{
	width: 100vw;
	height: auto;
	padding: 5rem 0 3rem;
	background-image: url("../images/jirei_bg_01.png");
	background-repeat: repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}
.jirei_wrap{
	width: calc(100% - 4rem);
	height: auto;
	padding: 0 2rem;
	display: flex;
	flex-direction: column;
	justify-content:center;
	align-items: center;
}
.jirei_title{
	width: 55vw;
	height: auto;
}
.jirei_title img{
	width: 100%;
	height: auto;
}
.jirei_contents{
	width: calc(100% - 4rem);
	height: auto;
	padding: 0 2rem;
	margin: 4rem 0 0 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.jirei_parts{
	width: 100%;
	height: auto;
	margin: 0 0 3rem 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.jirei_parts_before{
	width: 30vw;
	height: auto;
}
.jirei_parts_before img{
	width: 100%;
	height: auto;
}
.jirei_parts_sankaku{
	width: 5vw;
	height: auto;
}
.jirei_parts_sankaku img{
	width: 100%;
	height: auto;
}
.jirei_parts_after{
	width: 45vw;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	background: white;
}
.jirei_parts_after_photo{
	width: 100%;
	height: auto;
}
.jirei_parts_after_photo img{
	width: 100%;
	height: auto;
}
.jirei_parts_after_text{
	width: calc(100% - 2rem);
	height: auto;
	padding: 1rem 1rem 1.2rem 1rem;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	text-align: left;
}
.jirei_parts_after_text img{
	width: 10vw;
	height: auto;
	margin: 0 1rem 0 0;
}
.jirei_parts_after_text p{
	font-size: 1.25rem;
}
}

@media screen and (max-width: 750px){
#jirei{
	width: 100vw;
	height: auto;
	padding: 3rem 0 0rem;
	background-image: url("../images/jirei_bg_01.png");
	background-repeat: repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}
.jirei_wrap{
	width: calc(100% - 8vw);
	height: auto;
	padding: 0 4vw;
	display: flex;
	flex-direction: column;
	justify-content:center;
	align-items: center;
}
.jirei_title{
	width: 55vw;
	height: auto;
}
.jirei_title img{
	width: 100%;
	height: auto;
}
.jirei_contents{
	width: calc(100% - 4rem);
	height: auto;
	padding: 0 2rem;
	margin: 2rem 0 0 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.jirei_parts{
	width: 100%;
	height: auto;
	margin: 0 0 3rem 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.jirei_parts_before{
	width: 50vw;
	height: auto;
}
.jirei_parts_before img{
	width: 100%;
	height: auto;
}
.jirei_parts_sankaku{
	width: 5vw;
	height: auto;
	margin: .25rem 0;
}
.jirei_parts_sankaku img{
	width: 100%;
	height: auto;
	transform: rotate(90deg);
}
.jirei_parts_after{
	width: 75vw;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	background: white;
}
.jirei_parts_after_photo{
	width: 100%;
	height: auto;
}
.jirei_parts_after_photo img{
	width: 100%;
	height: auto;
}
.jirei_parts_after_text{
	width: calc(100% - 1rem);
	height: auto;
	padding: .5rem .5rem .5rem .5rem;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	text-align: left;
}
.jirei_parts_after_text img{
	width: 15vw;
	height: auto;
	margin: 0 1rem 0 0;
}
.jirei_parts_after_text p{
	font-size: .8rem;
}
}